Security Advisory

CVE-2025-10148

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-09-12 05:10:37
Last updated 2025-11-18 20:05:32
Assigner curl
CVSS score not scored
State PUBLISHED

Description

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.