Cyber Resilience

CVE-2023-38039

HighPublic PoCDDoS

Published: 15 September 2023

Published
15 September 2023
Modified
02 December 2025
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.1447 94.6th percentile
Risk Priority 24 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-38039 is a high-severity Allocation of Resources Without Limits or Throttling (CWE-770) vulnerability in Fedoraproject Fedora. Its CVSS base score is 7.5 (High).

Operationally, ranked in the top 5.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

CVE-2023-38039 affects curl and its libcurl component. When processing an HTTP response, curl stores incoming headers for later access via the headers API but imposes no limit on the number or total size of those headers. A remote server can therefore send an unbounded stream of headers, exhausting heap memory and triggering a denial-of-service condition. The flaw is tracked as CWE-770 and carries a CVSS 3.1 score of 7.5.

An attacker who controls or can influence an HTTP server reachable by a curl client can exploit the issue simply by returning an endless sequence of headers in a response. No authentication or user interaction is required, and the attack results in heap-memory exhaustion on the client, terminating the transfer or crashing the application.

The EPSS score has remained stable near 0.15 with no material post-disclosure climb from a low baseline.

EU & UK References

Vulnerability details

When curl retrieves an HTTP response, it stores the incoming headers so that they can be accessed later via the libcurl headers API. However, curl did not have a limit in how many or how large headers it would accept…

more

in a response, allowing a malicious server to stream an endless series of headers and eventually cause curl to run out of heap memory.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

haxx
curl
7.84.0 — 8.3.0
fedoraproject
fedora
37, 38, 39
microsoft
windows 10 1809
≤ 10.0.17763.5122
microsoft
windows 10 21h2
≤ 10.0.19044.3693
microsoft
windows 10 22h2
≤ 10.0.19045.3693
microsoft
windows 11 21h2
≤ 10.0.22000.2600
microsoft
windows 11 22h2
≤ 10.0.22621.2715
microsoft
windows 11 23h2
≤ 10.0.22631.2715
microsoft
windows server 2019
≤ 10.0.17763.5122
microsoft
windows server 2022
≤ 10.0.20348.2113

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-770

This control implements explicit throttling on session allocation, addressing the weakness of allocating resources without limits.

addresses: CWE-770

Plan testing exercises resource allocation limits and throttling during simulated failures, directly addressing weaknesses that allow unbounded resource use.

addresses: CWE-770

Contingency plan updates ensure recovery strategies address unbounded resource allocation, making it harder for attackers to exploit lack of throttling to cause prolonged outages.

addresses: CWE-770

Provides continuity when unbounded resource allocation at the primary site leads to exhaustion and downtime.

addresses: CWE-770

Alternate services allow operations to continue when primary allocation of resources lacks limits or throttling.

addresses: CWE-770

Explicit planning of security-related actions requires defining limits, windows, and resource allocations, making allocation without throttling far less likely.

addresses: CWE-770

Measures of performance include tracking allocation behavior and throttling effectiveness, reducing the window for resource exhaustion attacks.

addresses: CWE-770

Imposes an inactivity-based limit on network resource allocation, throttling the number of concurrently held connections.

References