Disclosure Date 2021/05/18

CVE-2021-29625

Reflected Cross-site Scripting in Adminer

Adminer における反射型 XSS (クロスサイトスクリプティング)

Credit

stypr (@stereotype32)

Affected-Versions

Adminer: v4.6.1 to v4.8.0

CWE

  • CWE-79

Description

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.

Back