CVE-2023-2426
Vim ≤ 9.0.1499
Raw vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:HSummary
CVE-2023-2426 is a medium-severity Use of Out-of-range Pointer Offset (CWE-823) vulnerability in Vim Vim. Its CVSS base score is 5.5 (Medium).
Operationally, ranked at the 34th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-33915
Vulnerability Data
Use of Out-of-range Pointer Offset in GitHub repository vim/vim prior to 9.0.1499.
- CWE(s)
Related Threats
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
—
—
- 2 hardening rules · 2 OS baselines
V1.4.1
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 out-of-range pointer offsets before release.
Secure SDLC mandates input validation and bounds checking that can prevent out-of-range pointer offsets.
Application security requirements include memory-safety rules that reduce pointer-offset errors.
Secure architecture principles promote safe pointer handling and memory layout controls.
Secure coding standards directly forbid unsafe pointer arithmetic and require bounds checks.