Description
By default, curl automatically responds to WebSocket PING frames. Because curl
lacks an upper bound on memory allocation for unacknowledged frames, a
malicious server can exhaust all available memory by flooding curl with rapid,
sequential PING messages.
Published: 2026-07-03
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Curl automatically replies to WebSocket Ping frames, yet the client does not enforce a maximum on the memory allocated for unacknowledged frames, creating a memory exhaustion flaw (CWE‑770). A malicious server can send a rapid stream of Ping messages that cause curl to keep allocating new memory for each response until the process exhausts all available system memory, leading to a crash or severe performance degradation.

Affected Systems

The vulnerable component is the libcurl library bundled with the curl command‑line HTTP client. No specific affected version ranges are given in the CVE data; thus it is unclear which releases are susceptible. Any environment that uses curl to connect to a WebSocket endpoint may be targeted. The vendor is curl:curl.

Risk and Exploitability

The likely attack vector is remote from a malicious WebSocket server; this inference is not explicitly stated in the description. The CVSS score of 7.5 indicates high severity. The EPSS score below 1% indicates low but nonzero exploitation probability, and the flaw is not listed in the CISA KEV catalog. Exploitation requires an attacker to host a malicious WebSocket server that floods a curl instance with rapid Ping frames. When the target client lacks resource limits, the memory exhaustion will cause the process to terminate or become unresponsive, effectively denying service to the user. The attack vector is remote and originates from the hostile WebSocket server.

Generated by OpenCVE AI on August 1, 2026 at 20:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Check the curl website for the latest release or patch and upgrade immediately.
  • Configure operating‑system resource limits such as ulimit -v, cgroups, or systemd limits to cap the memory a curl process can consume.
  • Wrap curl executions in a container or script that enforces explicit memory limits to mitigate potential exhaustion.

Generated by OpenCVE AI on August 1, 2026 at 20:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8525-1 curl vulnerabilities
History

Tue, 07 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-770
References
Metrics threat_severity

None

threat_severity

Important


Mon, 06 Jul 2026 22:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-789

Mon, 06 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 06 Jul 2026 10:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-789

Mon, 06 Jul 2026 04:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-789

Sun, 05 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-789

Sun, 05 Jul 2026 01:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-789

Sat, 04 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-789

Sat, 04 Jul 2026 09:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-399
CWE-400

Sat, 04 Jul 2026 01:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-399
CWE-400

Fri, 03 Jul 2026 21:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-789

Fri, 03 Jul 2026 10:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-789

Fri, 03 Jul 2026 07:45:00 +0000

Type Values Removed Values Added
First Time appeared Curl
Curl curl
Vendors & Products Curl
Curl curl

Fri, 03 Jul 2026 06:45:00 +0000

Type Values Removed Values Added
Description By default, curl automatically responds to WebSocket PING frames. Because curl lacks an upper bound on memory allocation for unacknowledged frames, a malicious server can exhaust all available memory by flooding curl with rapid, sequential PING messages.
Title WS Auto-PONG memory exhaustion
References

cve-icon MITRE

Status: PUBLISHED

Assigner: curl

Published:

Updated: 2026-07-06T15:16:27.052Z

Reserved: 2026-06-08T12:17:42.037Z

Link: CVE-2026-11586

cve-icon Vulnrichment

Updated: 2026-07-06T15:16:16.168Z

cve-icon NVD

Status : Analyzed

Published: 2026-07-03T07:16:23.883

Modified: 2026-07-07T17:59:46.920

Link: CVE-2026-11586

cve-icon Redhat

Severity : Important

Publid Date: 2026-07-03T06:13:04Z

Links: CVE-2026-11586 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T21:00:08Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling