Cyber Posture

CVE-2025-23184

Medium

Published: 21 January 2025

Published
21 January 2025
Modified
15 December 2025
KEV Added
Patch
CVSS Score 5.9 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0015 34.7th percentile
Risk Priority 12 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-23184 is a medium-severity Uncontrolled Resource Consumption (CWE-400) vulnerability in Apache Cxf. Its CVSS base score is 5.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 34.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SC-5 (Denial-of-service Protection) and SC-6 (Resource Availability).

Threat & Defense at a Glance

What attackers do: exploitation maps to Application or System Exploitation (T1499.004). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Remediating the flaw in vulnerable Apache CXF versions directly prevents CachedOutputStream instances from remaining unclosed and exhausting file system space with temporary files.

prevent

Protects file system resource availability from degradation due to excessive demand caused by unclosed temporary files in Apache CXF.

prevent

Implements denial-of-service protections to limit the effects of resource exhaustion attacks exploiting unclosed CachedOutputStream temporary files.

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 CVE describes a remote DoS via uncontrolled resource consumption (temp file accumulation leading to disk exhaustion) through exploitation of a software flaw in Apache CXF, directly matching Application or System Exploitation under Endpoint Denial of Service.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

A potential denial of service vulnerability is present in versions of Apache CXF before 3.5.10, 3.6.5 and 4.0.6. In some edge cases, the CachedOutputStream instances may not be closed and, if backed by temporary files, may fill up the file…

more

system (it applies to servers and clients).

Deeper analysisAI

CVE-2025-23184 is a potential denial-of-service vulnerability in Apache CXF versions before 3.5.10, 3.6.5, and 4.0.6. In some edge cases, CachedOutputStream instances may not be closed, and if backed by temporary files, this can fill up the file system. The issue affects both servers and clients utilizing Apache CXF.

The vulnerability carries a CVSS v3.1 base score of 5.9 (AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H), indicating network accessibility with high attack complexity, no required privileges or user interaction, and unchanged scope. Remote attackers can exploit it to achieve high availability impact by exhausting file system space through unclosed temporary files, resulting in denial of service. It is associated with CWE-400 (Uncontrolled Resource Consumption).

Advisories, including those from Apache, OSS-Security, NetApp (ntap-20250214-0003), and Vicarius, point to upgrading to Apache CXF 3.5.10, 3.6.5, or 4.0.6 as the primary mitigation. Resources detail detection and mitigation steps for the CachedOutputStream issue.

Details

CWE(s)

Affected Products

apache
cxf
≤ 3.5.10 · 3.6.0 — 3.6.5 · 4.0.0 — 4.0.6

CVEs Like This One

CVE-2026-42402Same vendor: Apache
CVE-2025-48913Same product: Apache Cxf
CVE-2026-42403Same vendor: Apache
CVE-2026-39304Same vendor: Apache
CVE-2025-53477Same vendor: Apache
CVE-2024-45626Same vendor: Apache
CVE-2025-48431Same vendor: Apache
CVE-2026-41636Same vendor: Apache
CVE-2026-29169Same vendor: Apache
CVE-2026-34404Shared CWE-400

References