Cyber Resilience

CVE-2025-24336

Published
31 January 2025
Modified
15 April 2026
CVSS Score v3 3.3
Click a component to see what it means
Raw vectorCVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L
EPSS Score 0.0015 5th percentile
Risk Priority 28 floored blend · peak EPSS

Summary

CVE-2025-24336 is a low-severity Improper Handling of Structural Elements (CWE-237) vulnerability in Jvn (inferred from references). Its CVSS base score is 3.3 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 5th 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 SI-10 (Information Input Validation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

SXF Common Library handles input data improperly. If a product using the library reads a crafted file, the product may be crashed.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-34429Shared CWE-237
CVE-2023-6110Shared CWE-237
CVE-2026-45411Shared CWE-237

Affected Assets

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

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V2.2.3

Mitigating Controls (NIST 800-53 r5) AI

Input validation enforces correct handling of structural elements before they reach processing logic.

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.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require correct parsing and validation of complex input structures.

ID.RA-01 partial match
prevents

Vulnerability identification processes can discover instances of improper structural input handling.

ID.RA-08 partial match
prevents

Vulnerability disclosure handling can surface structural-element weaknesses reported by external parties.

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.

finds

Security testing in development can detect weaknesses related to improper handling of complex structures.

prevents

Secure development lifecycle requires structured input validation and error handling that can mitigate improper handling of complex structures.

prevents

Application security requirements typically mandate robust parsing and validation of structured data inputs.

prevents

Secure system architecture principles include defensive design against malformed or complex structural inputs.

prevents

Secure coding standards directly address proper handling and validation of structured data elements.

References