Skip to main content

Apache HttpComponents Core EUVDEUVD-2026-41094

| CVE-2026-54399 HIGH
Uncontrolled Resource Consumption (CWE-400)
7.5
CVSS 3.1 · Vendor
Share

Severity by source

Vendor (CNA) PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
7.5 HIGH

Remote unauthenticated low-complexity request triggers memory exhaustion with no confidentiality or integrity impact, so PR:N/AC:L and A:H only, matching the published vector.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
SUSE
HIGH
qualitative
Red Hat
7.5 HIGH
qualitative

Primary rating from Vendor (CNA).

CVSS VectorVendor

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

6
Analysis Updated
Jul 01, 2026 - 18:28 vuln.today
v3 (cvss_changed)
Analysis Updated
Jul 01, 2026 - 18:28 vuln.today
v2 (cvss_changed)
Re-analysis Queued
Jul 01, 2026 - 18:22 vuln.today
cvss_changed
Severity Changed
Jul 01, 2026 - 18:22 NVD
CRITICAL HIGH
CVSS changed
Jul 01, 2026 - 18:22 NVD
7.5 (CRITICAL) 7.5 (HIGH)
Analysis Generated
Jul 01, 2026 - 16:16 vuln.today

Blast Radius

ecosystem impact
† from your stack dependencies † transitive graph · vuln.today resolves 4-path depth
  • 4 maven packages depend on org.apache.httpcomponents.core5:httpcore5 (4 direct, 0 indirect)

Ecosystem-wide dependent count for version 5.5-alpha1.

Description PRE-NVD

Disclosed via oss-security. NVD scoring and full description are pending.

AnalysisAI

Denial of service in Apache HttpComponents Core (HttpCore) 5.0-alpha through 5.4.2 and the 5.5 beta line up to 5.5-beta1 allows a remote unauthenticated attacker to exhaust server memory by sending HTTP/1.1 messages containing an excessive number of headers or excessively long headers. The HTTP/1.1 message parser accumulates this header data without enforcing sane bounds, letting a single crafted request drive availability loss (CVSS 7.5, A:H only). There is no public exploit identified at time of analysis, and CISA's SSVC assessment rates exploitation as 'none' with only partial technical impact.

Technical ContextAI

Apache HttpComponents Core (HttpCore) is the low-level Java library providing the foundational HTTP transport, message model, and protocol parsers used by HttpClient and many downstream Java applications and frameworks that speak HTTP/1.1. The defect is a CWE-400 Uncontrolled Resource Consumption flaw located specifically in the HTTP/1.1 message parser: when reading an inbound message the parser does not adequately cap the cumulative number of headers or their individual/total length, so an attacker-controlled message can force unbounded buffering in memory. Because HttpCore parses messages on both client and server paths, any component that reads untrusted HTTP/1.1 traffic through this parser is exposed.

RemediationAI

Upgrade Apache HttpComponents Core to a fixed release above the affected ranges - i.e. beyond 5.4.2 on the stable line and past 5.5-beta1 on the 5.5 line; the input does not specify the exact patched version number, so consult the Apache HttpComponents advisory (https://hc.apache.org/) and the oss-security post (https://seclists.org/oss-sec/2026/q3/3) for the precise release, and treat this as patch-available-per-vendor-advisory rather than an independently confirmed fixed version. Because HttpCore is typically a transitive dependency of HttpClient and application frameworks, update the transitive version via your build (Maven/Gradle) rather than only the top-level library. Where immediate upgrade is not possible, place a reverse proxy or WAF in front of the service and enforce limits on the number of request headers and maximum header size (for example cap total header bytes and header count), and rate-limit or drop oversized requests before they reach the Java service; the trade-off is that overly tight header limits can break legitimate clients that send large cookie or authorization headers, so tune thresholds against real traffic.

Vendor StatusVendor

SUSE

Severity: Important
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Not-Affected
SUSE Linux Enterprise High Performance Computing 15 SP7 Not-Affected
SUSE Linux Enterprise Module for Development Tools 15 SP7 Not-Affected
SUSE Linux Enterprise Server 15 SP7 Not-Affected
SUSE Linux Enterprise Server 16.0 Not-Affected

Share

EUVD-2026-41094 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy