Raw vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:LSummary
CVE-2023-4874 is a medium-severity Undefined Behavior for Input to API (CWE-475) vulnerability in Debian Debian Linux. Its CVSS base score is 4.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Endpoint Denial of Service (T1499); ranked in the top 49% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-54713
Vulnerability Data
Null pointer dereference when viewing a specially crafted email in Mutt >1.5.2 <2.2.12
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
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.
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 undefined behavior from invalid API inputs before deployment.
Secure development lifecycle includes API specification and validation that can prevent undefined behavior from invalid inputs.
Application security requirements can mandate explicit input validation and defined behavior for API parameters.
Secure system architecture principles can require defensive coding that eliminates undefined behavior in APIs.
Secure coding directly addresses avoiding undefined behavior by enforcing defined inputs and error handling in APIs.