CVE-2021-29625: Cross-site Scripting
(updated )
Adminer is open-source database management software. A cross-site scripting vulnerability in Adminer to 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 to are affected. As a workaround, one can use a browser supporting strict CSP or enable the native PHP extensions (e.g. mysqli
) or disable displaying PHP errors (display_errors
).
References
Detect and mitigate CVE-2021-29625 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →