Cyber Resilience

CVE-2024-31309

High

Published: 10 April 2024

Published
10 April 2024
Modified
04 November 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.1085 93.5th percentile
Risk Priority 22 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-31309 is a high-severity Improper Input Validation (CWE-20) vulnerability in Fedoraproject Fedora. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Service Exhaustion Flood (T1499.002); ranked in the top 6.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

CVE-2024-31309 is a denial-of-service vulnerability in Apache Traffic Server that stems from insufficient limits on HTTP/2 CONTINUATION frames. It affects versions 8.0.0 through 8.1.9 and 9.0.0 through 9.2.3, allowing an attacker to trigger excessive resource consumption on the server.

An unauthenticated remote attacker can send a crafted stream of CONTINUATION frames over HTTP/2 to exhaust server resources and degrade availability, corresponding to the CVSS 7.5 rating with a high impact on availability.

Advisories recommend upgrading to fixed releases 8.1.10 or 9.2.4; as a workaround, operators can configure the new setting proxy.config.http2.max_continuation_frames_per_minute to cap the number of such frames processed per minute. The EPSS score has remained flat at 0.1085 with no material increase after disclosure.

EU & UK References

Vulnerability details

HTTP/2 CONTINUATION DoS attack can cause Apache Traffic Server to consume more resources on the server. Version from 8.0.0 through 8.1.9, from 9.0.0 through 9.2.3 are affected. Users can set a new setting (proxy.config.http2.max_continuation_frames_per_minute) to limit the number of CONTINUATION…

more

frames per minute. ATS does have a fixed amount of memory a request can use and ATS adheres to these limits in previous releases. Users are recommended to upgrade to versions 8.1.10 or 9.2.4 which fixes the issue.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.002 Service Exhaustion Flood Impact
Adversaries may target the different network services provided by systems to conduct a denial of service (DoS).
Why these techniques?

CVE-2024-31309 enables a denial-of-service attack on Apache Traffic Server by flooding HTTP/2 CONTINUATION frames, exhausting server CPU/memory resources, directly facilitating Service Exhaustion Flood.

MITRE ATLAS TechniquesAI

MITRE ATLAS techniques

AML.T0048: External Harms

Affected Assets

apache
traffic server
8.0.0 — 8.1.10 · 9.0.0 — 9.2.4
debian
debian linux
10.0
fedoraproject
fedora
38, 39, 40

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-20

Security testing and developer training directly verify and enforce proper input validation, reducing exploitability of injection and malformed-data weaknesses.

addresses: CWE-20

Security testing and evaluation at multiple SDLC stages directly detects missing or flawed input validation, with the required remediation process ensuring fixes are applied.

addresses: CWE-20

Directly implements checks on information inputs to reject invalid data before processing.

addresses: CWE-20

Spam protection mechanisms perform filtering and detection on inbound/outbound messages, directly compensating for missing or weak input validation of unsolicited content.

References