CVE-2025-54119: The ADOdb sqlite3 driver allows SQL injection
(updated )
Improper escaping of a query parameter may allow an attacker to execute arbitrary SQL statements when the code using ADOdb connects to a sqlite3 database and calls the metaColumns(), metaForeignKeys() or metaIndexes() methods with a crafted table name.
Note that the indicated Severity corresponds to a worst-case usage scenario, e.g. allowing user-supplied data to be sent as-is to the above-mentioned methods.
References
- github.com/ADOdb/ADOdb
- github.com/ADOdb/ADOdb/commit/5b8bd52cdcffefb4ecded1b399c98cfa516afe03
- github.com/ADOdb/ADOdb/issues/1083
- github.com/ADOdb/ADOdb/security/advisories/GHSA-vf2r-cxg9-p7rf
- github.com/advisories/GHSA-vf2r-cxg9-p7rf
- lists.debian.org/debian-lts-announce/2025/10/msg00020.html
- nvd.nist.gov/vuln/detail/CVE-2025-54119
Code Behaviors & Features
Detect and mitigate CVE-2025-54119 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 →