Bug 2386467 (CVE-2025-54119) - CVE-2025-54119 php-adodb: ADOdb: SQL Injection via Meta Queries
Summary: CVE-2025-54119 php-adodb: ADOdb: SQL Injection via Meta Queries
Keywords:
Status: NEW
Alias: CVE-2025-54119
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2386491 2386492 2386493
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-08-05 01:01 UTC by OSIDB Bzimport
Modified: 2025-08-05 13:26 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-08-05 01:01:55 UTC
ADOdb is a PHP database class library that provides abstractions for performing queries and managing databases. In versions 5.22.9 and below, 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. This is fixed in version 5.22.10. To workaround this issue, only pass controlled data to metaColumns(), metaForeignKeys() and metaIndexes() method's $table parameter.


Note You need to log in before you can comment on or make changes to this bug.