Users of MySQL, MariaDB, PgSQL and SQLite are affected. 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.
Patched by 4043092, included in version 4.8.1.
Do both:
* Use browser supporting strict CSP.
* Enable the native PHP extensions (e.g. mysqli
) or disable displaying PHP errors (display_errors
).
https://sourceforge.net/p/adminer/bugs-and-features/797/
If you have any questions or comments about this advisory: * Comment at 4043092.
{ "nvd_published_at": "2021-05-19T22:15:00Z", "cwe_ids": [ "CWE-79" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2021-05-17T19:18:12Z" }