Cyber Resilience

CVE-2024-1635

HighDDoS

Published: 19 February 2024

Published
19 February 2024
Modified
25 June 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.2269 96.0th percentile
Risk Priority 29 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-1635 is a high-severity Uncontrolled Resource Consumption (CWE-400) vulnerability in Netapp Active Iq Unified Manager. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked in the top 4.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

CVE-2024-1635 is a resource-exhaustion vulnerability in Undertow that affects servers implementing the wildfly-http-client protocol. When an HTTP connection is upgraded to remoting, the WriteTimeoutStreamSinkConduit fails to release the connection if the Remoting ServerConnectionOpenListener closes the RemotingConnection during the opening sequence. The resulting timeout task remains referenced by an XNIO WorkerThread, causing the entire conduit and connection object graph to leak and eventually exhaust memory and open-file limits.

An unauthenticated remote attacker can trigger the flaw simply by repeatedly opening and immediately closing connections to the server’s HTTP port. Because the vector requires no credentials or user interaction and yields a high availability impact, an attacker can render the affected service unavailable after a modest number of requests.

Red Hat has published the following advisories that contain patched builds and mitigation guidance: RHSA-2024:1674, RHSA-2024:1675, RHSA-2024:1676, RHSA-2024:1677, and RHSA-2024:1860. The current EPSS score of 0.23 (peak 0.23) reflects moderate but stable exploitation interest since disclosure.

EU & UK References

Vulnerability details

A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server…

more

will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. At HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

The vulnerability allows remote attackers to exhaust memory and open file limits via repeated connection open/close during HTTP upgrade to wildfly-http-client protocol, facilitating endpoint denial of service through application exploitation.

MITRE ATLAS TechniquesAI

MITRE ATLAS techniques

AML.T0048: External Harms

Affected Assets

netapp
active iq unified manager
all versions
netapp
oncommand workflow automation
all versions
redhat
fuse
1.0
redhat
integration camel for spring boot
all versions
redhat
jboss enterprise application platform
7.4
redhat
openshift container platform
4.11, 4.12
redhat
openshift container platform for linuxone
4.10, 4.9
redhat
openshift container platform for power
4.10, 4.9
redhat
single sign-on
7.6, all versions

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

Limiting concurrent sessions directly prevents uncontrolled resource consumption by capping the number of active sessions per user or account.

addresses: CWE-400

Analysis identifies uncontrolled resource consumption indicative of denial-of-service or abuse attempts.

addresses: CWE-400

Contingency plan testing includes resource exhaustion scenarios to verify recovery, making it harder for attackers to sustain exploits that cause uncontrolled consumption.

addresses: CWE-400

Updated contingency plans include current procedures to detect, contain, and recover from resource exhaustion, limiting an attacker's ability to sustain impact from uncontrolled consumption.

addresses: CWE-400

Alternate site allows resumption of operations if resource exhaustion at the primary site is exploited to cause unavailability.

addresses: CWE-400

Alternate telecommunications services enable resumption of essential functions when primary services become unavailable due to uncontrolled resource consumption.

addresses: CWE-400

The team can analyze and respond to resource exhaustion incidents, reducing the impact of attacks that exploit uncontrolled consumption weaknesses.

addresses: CWE-400

Timely maintenance support and spare parts enable rapid recovery from failures induced by uncontrolled resource consumption, shortening the impact window of denial-of-service attacks.

References