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 responds to WebSocket PING frames, yet it does not place an upper bound on memory allocation for unacknowledged frames. A malicious server can overwhelm a curl client by sending rapid, successive PING messages, causing the client to allocate more and more memory until it exhausts the system’s available memory, crashes, or becomes unusably slow. This flaw is a classic example of uncontrolled memory allocation (CWE-770).

Affected Systems

The affected component is the curl command-line HTTP client and its underlying libcurl library. All current installations of curl are susceptible unless patched; no specific version ranges are provided. Any user or service that employs curl to connect to a WebSocket endpoint can be affected. The vendor is curl:curl.

Risk and Exploitability

The CVSS score of 7.5 denotes high severity. An EPSS score below 1% indicates a low but nonzero likelihood of exploitation, and the vulnerability is not listed in the CISA KEV catalog. An attacker can exploit this remotely by hosting a malicious WebSocket server that floods a curl client with PING messages, leading to memory exhaustion that terminates or degrades the client process and effectively denies service to the user.

Generated by OpenCVE AI on July 16, 2026 at 11:13 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Check the vendor’s website for patches or updates and apply them when available.
  • Configure the operating system to limit curl’s memory usage, such as setting ulimit -v, applying cgroup limits, or using systemd service limits, to cap the memory a curl process may consume.
  • Wrap curl execution in a container or script that enforces explicit memory limits to prevent exhaustion.

Generated by OpenCVE AI on July 16, 2026 at 11:13 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

No data.

cve-icon Redhat

Severity : Important

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

Links: CVE-2026-11586 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-16T11:15:04Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling