CVE-2025-25215
Raw vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:HSummary
CVE-2025-25215 is a high-severity Release of Invalid Pointer or Reference (CWE-763) vulnerability in Dell ControlVault3 (inferred from references). Its CVSS base score is 8.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 22% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-15 (Development Process, Standards, and Tools) — see the control section below for these in your framework.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-18306
Vulnerability Data
An arbitrary free vulnerability exists in the cv_close functionality of Dell ControlVault3 prior to 5.15.10.14 and Dell ControlVault3 Plus prior to 6.2.26.36. A specially crafted ControlVault API call can lead to an arbitrary free. An attacker can forge a fake…
more
session to trigger this vulnerability.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Developer testing and evaluation directly exercises deallocation paths and can find incorrect release calls or mismatched alloc/free pairs.
Documented development standards and tools can mandate safe memory-management idioms and static checks that avoid invalid releases.
An SDLC that incorporates security can embed memory-safety requirements, reducing the chance such coding errors are introduced.
Engineering principles require correct resource management and memory-release patterns that stop invalid pointer releases from being coded.
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.
Secure SDLC practices directly prevent invalid pointer release errors during development.
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.
Security testing can detect invalid pointer releases before release.
Secure SDLC practices can mandate proper memory-management APIs and reviews that catch incorrect deallocation.
Application security requirements can specify correct use of release functions and pointer validation.
Secure architecture principles include safe memory handling and resource-lifetime rules.
Secure coding standards directly prohibit mismatched or incorrect pointer-release calls.