CVE-2025-14179

HIGH EPSS 17.3%
Published May 10, 20261mo ago · Modified Jun 17, 20261w ago
7.4 CVSS 4.0
High
Find Similar
Published May 10, 2026 1mo ago
Last Modified Jun 17, 2026 1w ago

Description

In PHP versions 8.2.* before 8.2.31, 8.3.* before 8.3.31, 8.4.* before 8.4.21, and 8.5.* before 8.5.6, the PDO Firebird driver improperly handles NUL bytes when preparing SQL queries. During token-by-token query construction, a string token containing a NUL byte is copied via strncat(), which stops at the NUL byte, dropping the closing quote and causing subsequent SQL tokens to be interpreted as part of the string. This allows SQL injection when attacker-controlled values are quoted via PDO::quote() and embedded in SQL statements.

CVSS Details

Base Score
7.4
Exploitability
Impact
Vector string
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:Y/R:X/V:X/RE:M/U:Amber
Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction A
Scope X

Threat Intelligence

EPSS Exploit Probability
17.3% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 1

CWE-89 SQL Injection Injection

Affected Products 4

VendorProductVersionRange
phpphp*≥8.2.0  –  <8.2.31
phpphp*≥8.3.0  –  <8.3.31
phpphp*≥8.4.0  –  <8.4.21
phpphp*≥8.5.0  –  <8.5.6

References 1

  • github.com https://github.com/php/php-src/security/advisories/GHSA-w476-322c-wpvm
    Vendor Advisory

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.