CVE-2023-45195 – Adminer and AdminerEvo SSRF
https://notcve.org/view.php?id=CVE-2023-45195
Adminer and AdminerEvo are vulnerable to SSRF via database connection fields. This could allow an unauthenticated remote attacker to enumerate or access systems the attacker would not otherwise have access to. Adminer is no longer supported, but this issue was fixed in AdminerEvo version 4.8.4. • https://github.com/adminerevo/adminerevo/pull/102/commits/18f3167bbcbec3bc746f62db72e016aa99144efc • CWE-918: Server-Side Request Forgery (SSRF) •
CVE-2023-45196 – Adminer and AdminerEvo denial of service via HTTP redirect
https://notcve.org/view.php?id=CVE-2023-45196
Adminer and AdminerEvo allow an unauthenticated remote attacker to cause a denial of service by connecting to an attacker-controlled service that responds with HTTP redirects. The denial of service is subject to PHP configuration limits. Adminer is no longer supported, but this issue was fixed in AdminerEvo version 4.8.4. • https://github.com/adminerevo/adminerevo/pull/102/commits/23e7cdc0a32b3739e13d19ae504be0fe215142b6 • CWE-400: Uncontrolled Resource Consumption •
CVE-2021-43008
https://notcve.org/view.php?id=CVE-2021-43008
Improper Access Control in Adminer versions 1.12.0 to 4.6.2 (fixed in version 4.6.3) allows an attacker to achieve Arbitrary File Read on the remote server by requesting the Adminer to connect to a remote MySQL database. Un control de acceso inapropiado en las versiones 1.12.0 a 4.6.2 de Adminer (corregido en la versión 4.6.3) permite a un atacante lograr una lectura arbitraria de archivos en el servidor remoto solicitando a Adminer que sea conectado a una base de datos MySQL remota • https://github.com/p0dalirius/CVE-2021-43008-AdminerRead https://github.com/vrana/adminer/releases/tag/v4.6.3 https://lists.debian.org/debian-lts-announce/2022/05/msg00012.html https://podalirius.net/en/cves/2021-43008 https://sansec.io/research/adminer-4.6.2-file-disclosure-vulnerability https://www.adminer.org •
CVE-2021-29625 – XSS in doc_link
https://notcve.org/view.php?id=CVE-2021-29625
Adminer is open-source database management software. A cross-site scripting vulnerability in Adminer versions 4.6.1 to 4.8.0 affects users of MySQL, MariaDB, PgSQL and SQLite. XSS is in most cases prevented by strict CSP in all modern browsers. The only exception is when Adminer is using a `pdo_` extension to communicate with the database (it is used if the native extensions are not enabled). In browsers without CSP, Adminer versions 4.6.1 to 4.8.0 are affected. • https://github.com/vrana/adminer/commit/4043092ec2c0de2258d60a99d0c5958637d051a7 https://github.com/vrana/adminer/security/advisories/GHSA-2v82-5746-vwqc https://sourceforge.net/p/adminer/bugs-and-features/797 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •
CVE-2021-21311 – SSRF in adminer
https://notcve.org/view.php?id=CVE-2021-21311
Adminer is an open-source database management in a single PHP file. In adminer from version 4.0.0 and before 4.7.9 there is a server-side request forgery vulnerability. Users of Adminer versions bundling all drivers (e.g. `adminer.php`) are affected. This is fixed in version 4.7.9. • https://github.com/llhala/CVE-2021-21311 https://github.com/omoknooni/CVE-2021-21311 https://github.com/vrana/adminer/commit/ccd2374b0b12bd547417bf0dacdf153826c83351 https://github.com/vrana/adminer/files/5957311/Adminer.SSRF.pdf https://github.com/vrana/adminer/security/advisories/GHSA-x5r2-hj5c-8jx6 https://lists.debian.org/debian-lts-announce/2021/03/msg00002.html https://packagist.org/packages/vrana/adminer • CWE-918: Server-Side Request Forgery (SSRF) •