NONE · 0

CVE-2026-58492

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, escapin...

Vulnerability 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.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-58492?

CVE-2026-58492 is a documented vulnerability. 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, escapin...

How severe is CVE-2026-58492?

CVSS scoring is not yet available for CVE-2026-58492. Check NVD for updates.

Is there a patch for CVE-2026-58492?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.