Description
Uncontrolled Resource Consumption vulnerability in the HTTP/1.1 message parser in Apache HttpComponents Core (5.4.2 and earlier, 5.5-beta1 and earlier) allows an remote attacker to cause a denial of service through memory exhaustion by sending messages with excessive number of headers / excessive header length
Published: 2026-07-01
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in the HTTP/1.1 message parser of Apache HttpComponents Core allows a remote attacker to send requests containing an excessive number of headers or header lines that are very long values, and the unbounded length can cause the application to consume large amounts of heap space, leading to crashes, freezes, or a complete denial of service. The weakness is catalogued as CWE-400, representing uncontrolled resource consumption.

Affected Systems

The affected component is Apache HttpComponents Core library, versions 5.4.2 and earlier, and 5.5-beta1 and earlier. Based on the description, it may be embedded in Java web servers, application servers, and HTTP client frameworks that accept external requests; therefore any exposed endpoint that relies on the library could be a potential attack surface.

Risk and Exploitability

The CVSS score of 7.5 indicates high severity, while the EPSS score of < 1% signals a low probability of real-world exploitation. The vulnerability is not listed in CISA KEV. A remote attacker can trigger the flaw by sending crafted HTTP requests to any endpoint that uses the library. The description suggests that no authentication or privileged access is required. The attack surface likely exists wherever the library parses inbound HTTP traffic.

Generated by OpenCVE AI on July 21, 2026 at 13:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the application to a recent Apache HttpComponents Core release that includes the fixed parser.
  • Enforce header size limits at the network perimeter, such as through a reverse proxy or firewall, to reject requests with excessive header counts or lengths before they reach the application.
  • Configure the application or embedded HTTP server to validate header counts and lengths, ensuring that any oversized headers are rejected before reaching the parser.

Generated by OpenCVE AI on July 21, 2026 at 13:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

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

None

threat_severity

Important


Wed, 01 Jul 2026 18: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': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 01 Jul 2026 17:15:00 +0000

Type Values Removed Values Added
Description Uncontrolled Resource Consumption vulnerability in the HTTP/1.1 message parser in Apache HttpComponents Core (5.4.2 and earlier, 5.5-beta1 and earlier) allows an remote attacker to cause a denial of service through memory exhaustion by sending messages with excessive number of headers / excessive header length
Title Apache HttpComponents Core: Unbounded HTTP Header/Line Length in Default Configuration
Weaknesses CWE-400
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-07-01T17:36:47.358Z

Reserved: 2026-06-13T10:04:54.084Z

Link: CVE-2026-54399

cve-icon Vulnrichment

Updated: 2026-07-01T17:36:47.358Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Important

Publid Date: 2026-07-01T17:02:21Z

Links: CVE-2026-54399 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T13:45:03Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption

  • CWE-770

    Allocation of Resources Without Limits or Throttling