Answer in brief
CVE-2026-93682 records a Medium severity (CVSS 5.8) vulnerability in Out-of-bounds read in the HTTP stream wrapper when following a redirect with an empty Location header. 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 5.8. 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
When the HTTP stream wrapper follows a redirect and the response carries a Location header with an empty value, the redirect code reads one byte past the end of the heap buffer holding the location. The value of that out-of-bounds byte decides which redirect target is built, so a malicious server controls whether the client is sent to the host root or to the current directory.
Quoted source text, attributed separately from HOL analysis.