Answer in brief
CVE-2026-17545 records a Medium severity (CVSS 6.9) vulnerability in PHP on Windows: Reserved Device Names Are Not Rejected Before File/Stream I/O which can cause DoS. 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 6.9. 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
On Windows, PHP's filesystem and stream APIs do not reject reserved device names such as CON, PRN, AUX, NUL, COM1 to COM9, LPT1 to LPT9, CONIN$ and CONOUT$ when they appear as a component of a path. An attacker-controlled filename therefore reaches CreateFileW() and opens a device instead of the regular file the application expected, which can block or hang the request and exhaust worker processes.
Quoted source text, attributed separately from HOL analysis.