SCA: security update for adodb/adodb-php (GHSA-vf2r-cxg9-p7rf)

critical Tenable Cloud Security Plugin ID 428722

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2025-54119)

See Also

https://github.com/advisories/GHSA-vf2r-cxg9-p7rf

Plugin Details

Severity: Critical

ID: 428722

Version: Revision 1.8

Type: Local

Family: SCA Checks

Published: 8/4/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 5

Percentile: 94.59

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: High

Base Score: 9.7

Temporal Score: 7.2

Vector: CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:P

CVSS Score Source: CVE-2025-54119

CVSS v3

Risk Factor: Critical

Base Score: 10

Temporal Score: 8.7

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:L

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 8/4/2025

Vulnerability Publication Date: 8/4/2025

Reference Information

CVE: CVE-2025-54119

cwe: CWE-89