Answer in brief
CVE-2025-1218 records a Low severity (CVSS 3.4) vulnerability in Various packet overreads in mysqlnd_writeprotocol.c. The current sources do not mark it as known exploited. The current feed maps PHP Group/PHP (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 3.4. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps PHP Group/PHP (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| PHP Group/PHPgeneric | >=8.2.* <8.2.34 || >=8.3.* <8.3.35 || >=8.4.* <8.4.26 || >=8.5.* <8.5.11 | 8.2.34, 8.3.35, 8.4.26, 8.5.11 |
Published upstream
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 25, 2026
The mysqlnd wire protocol parser reads fields out of server packets before checking that the packet still holds enough bytes for them. A malicious or compromised MySQL server can send a truncated packet and make the client read past the end of the packet buffer, which is undefined behaviour and can crash the process.
Quoted source text, attributed separately from HOL analysis.