Description
Calling `curl_easy_pause()` within the event-based `CURLMOPT_SOCKETFUNCTION`
callback triggers a use-after-free vulnerability, where libcurl attempts to
store a flag using a dangling struct pointer immediately after that pointer's
memory has been freed.
Published: 2026-07-03
Score: 7.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Calling curl_easy_pause() within the event‑based CURLMOPT_SOCKETFUNCTION callback triggers a use‑after‑free (CWE‑825) vulnerability, where libcurl attempts to store a flag using a dangling struct pointer immediately after that pointer’s memory has been freed. This flaw can lead to unpredictable behavior or crashes, potentially causing a denial‑of‑service condition.

Affected Systems

The vulnerability affects libcurl, the cross‑platform HTTP transfer library distributed by the curl vendor, as identified in the CNA registry (curl:curl). No specific version information is provided in the CVE record, so any installation of libcurl that contains the vulnerable code path is potentially impacted.

Risk and Exploitability

The CVSS score of 7.3 indicates high severity, yet the EPSS score of less than 1% suggests exploitation is unlikely at present. The flaw is not listed in the CISA KEV catalog. Exploitation requires that an application invoke curl_easy_pause() from within its socket callback, a scenario typically controlled internally. Based on the description, it is inferred that no publicly known exploits exist for this condition, and the potential damage is limited to heap corruption or denial of service rather than confirmed arbitrary code execution.

Generated by OpenCVE AI on July 21, 2026 at 10:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest libcurl release that contains the fix for the use‑after‑free condition.
  • Refactor the application to avoid calling curl_easy_pause() from within the socket callback and perform pauses only in safe contexts.
  • Implement defensive checks in the callback to prevent the dangling pointer from being used before invoking curl_easy_pause.

Generated by OpenCVE AI on July 21, 2026 at 10:11 UTC.

Tracking

Sign in to view the affected projects.

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

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

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

None

threat_severity

Important


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

Type Values Removed Values Added
Weaknesses CWE-416

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

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


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

Type Values Removed Values Added
Weaknesses CWE-416

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

Type Values Removed Values Added
Weaknesses CWE-416

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

Type Values Removed Values Added
Weaknesses CWE-416

Sat, 04 Jul 2026 05:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

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

Type Values Removed Values Added
Weaknesses CWE-416

Fri, 03 Jul 2026 08:00: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 Calling `curl_easy_pause()` within the event-based `CURLMOPT_SOCKETFUNCTION` callback triggers a use-after-free vulnerability, where libcurl attempts to store a flag using a dangling struct pointer immediately after that pointer's memory has been freed.
Title UAF after pause in socket callback
References

cve-icon MITRE

Status: PUBLISHED

Assigner: curl

Published:

Updated: 2026-07-06T16:55:16.890Z

Reserved: 2026-05-20T12:59:50.588Z

Link: CVE-2026-9080

cve-icon Vulnrichment

Updated: 2026-07-06T16:55:13.076Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Important

Publid Date: 2026-07-03T06:17:34Z

Links: CVE-2026-9080 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T10:15:02Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference