Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Mrcnpp

#23331of 53,624
10Total CVSS
Vulnerabilities · 1
PT-2025-31792
10
2025-08-03
Sqlite3 · Sqlite3 · CVE-2025-54119
**Name of the Vulnerable Software and Affected Versions** ADOdb version 5.22.10 **Description** Improper escaping of a query parameter may allow an attacker to execute arbitrary SQL statements when connecting to a sqlite3 database and calling the `metaColumns()`, `metaForeignKeys()`, or `metaIndexes()` methods with a crafted table name. The vulnerability exists in the SQLite3 driver. **Recommendations** Only pass controlled data to the `$table` parameter of the `metaColumns()`, `metaForeignKeys()`, and `metaIndexes()` methods.