Description
grav-plugin-database is the database plugin for Grav CMS. Prior to 1.2.0, the PDO::tableExists method interpolates its table argument directly into a raw SQL query string without sanitization, escaping, quoting, or whitelisting, allowing attacker-controlled table names passed by consuming plugin or developer code to execute arbitrary SQL against the configured database. This issue is fixed in version 1.2.0.
Problem types
CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Product status
References
github.com/...v/grav/security/advisories/GHSA-8jxg-4pw9-xcwf
github.com/...ommit/f6d058785c9e23df7efc5ea7556f8746fef286df
github.com/getgrav/grav-plugin-database/releases/tag/1.2.0