Answer in brief
CVE-2025-10148 records a Unknown severity vulnerability in predictable WebSocket mask. The current sources do not mark it as known exploited. The current feed maps curl/curl (generic), curl/curl (generic), curl/curl (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. 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 curl/curl (generic), curl/curl (generic), curl/curl (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| curl/curlgeneric | >=8.11.0 <8.14.2 || >=8.15.0 <8.16.0 | 8.14.2, 8.16.0 |
| curl/curlgeneric | >=d78e129d50b2d190f1c1bde2ad1f62f02f152db0 <84db7a9eae8468c0445b15aa806fa7fa806fa0f2 | 84db7a9eae8468c0445b15aa806fa7fa806fa0f2 |
| curl/curlgeneric | 8.15.0 || 8.14.1 || 8.14.0 || 8.13.0 || 8.12.1 || 8.12.0 || 8.11.1 || 8.11.0 | Not reported |
Published upstream
Sep 12, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 15, 2026
curl's WebSocket code did not update the 32-bit mask pattern for each new outgoing frame as the specification says. Instead it used a fixed mask that persisted and was used throughout the entire connection. A predictable mask pattern allows for a malicious server to induce traffic between the two communicating parties that could be interpreted by an involved proxy (configured or transparent) as genuine, real, HTTP traffic with content and thereby poison its cache. That cached poisoned content could then be served to all users of that proxy.
Quoted source text, attributed separately from HOL analysis.