Cyber Resilience

CVE-2025-8696

Published
10 September 2025
Modified
15 April 2026
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0044 36th percentile
Risk Priority 57 floored blend · peak EPSS

Summary

CVE-2025-8696 is a high-severity Logging of Excessive Data (CWE-779) vulnerability. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Endpoint Denial of Service (T1499); ranked at the 36th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AU-2 (Event Logging) and AU-7 (Audit Record Reduction and Report Generation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

If an unauthenticated user sends a large amount of data to the Stork UI, it may cause memory and disk use problems for the system running the Stork server. This issue affects Stork versions 1.0.0 through 2.3.0.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1499 Endpoint Denial of Service Impact
Adversaries may perform Endpoint Denial of Service (DoS) attacks to degrade or block the availability of services to users.
T1499.003 Application Exhaustion Flood Impact
Adversaries may target resource intensive features of applications to cause a denial of service (DoS), denying availability to those applications.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-55379Shared CWE-789
CVE-2026-53428Shared CWE-789
CVE-2026-33174Shared CWE-789
CVE-2026-65315Shared CWE-789
CVE-2026-35549Shared CWE-789
CVE-2026-40891Shared CWE-789
CVE-2025-26618Shared CWE-789
CVE-2025-27533Shared CWE-789
CVE-2025-20140Shared CWE-789
CVE-2021-47971Shared CWE-789

Affected Assets

Stork
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Defining the exact event types to be logged prevents indiscriminate collection of excessive data.

Audit-record reduction and on-demand reporting directly reduce the impact of overly verbose logs during review.

Input validation directly rejects or bounds untrusted size values before any allocation occurs.

Resource quotas and priority allocation limit the system-wide impact of an oversized request.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

DE.AE-04 mostly match
degrades

Excessive logging hinders log processing and forensic analysis, largely undermining DE.AE-04's ability to estimate impact/scope via SIEMs or tools while removing most of that outcome's efficacy.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prevent coding flaws that trust unvalidated size values for allocations.

DE.AE-02 partial match
degrades

Excessive logging undermines event analysis by flooding logs with noise that hinders processing and forensic review, but does not blind or defeat the outcome the way insufficient logging would.

DE.AE-06 partial match
degrades

Excessive logging impairs processing of provided event data and log-analysis findings (one aspect of DE.AE-06) without fully defeating alert/ticket distribution.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

A.8.15 Logging mostly match
prevents

A.8.15 directly requires logging to be configured so that only necessary events are recorded, preventing excessive data.

finds

Security testing in development can detect and block excessive allocation flaws before deployment.

prevents

Documented operating procedures can include logging guidelines, indirectly reducing excessive logging.

prevents

Monitoring activities can detect excessive logging but do not prescribe how much data should be logged.

prevents

Secure development lifecycle includes input validation and size checks that prevent unbounded allocations.

prevents

Application security requirements mandate bounds checking on size parameters to avoid excessive memory allocation.

References