Cyber Resilience

CVE-2023-2426

Vim ≤ 9.0.1499

Public PoC
Published
29 April 2023
Modified
21 November 2024
Patch / advisory
CVSS Score v3.1 5.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0041 34th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

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

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

CVE-2026-28419Same product: Vim Vim
CVE-2026-28418Same product: Vim Vim
CVE-2023-48706Same product: Vim Vim
CVE-2026-57454Same product: Vim Vim
CVE-2023-2610Same product: Vim Vim
CVE-2024-45306Same product: Vim Vim
CVE-2026-57455Same product: Vim Vim
CVE-2025-53905Same product: Vim Vim
CVE-2026-57451Same product: Vim Vim
CVE-2023-1170Same product: Vim Vim

Affected Assets

vim
vim
≤ 9.0.1499

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 2 hardening rules · 2 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • 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.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require bounds-checked pointer arithmetic and static analysis to prevent out-of-range offsets.

ID.RA-01 partial match
prevents

SAST/DAST tools used for vulnerability identification can surface this class of coding defect.

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.

detects

Security testing can detect out-of-range pointer offsets before release.

prevents

Secure SDLC mandates input validation and bounds checking that can prevent out-of-range pointer offsets.

prevents

Application security requirements include memory-safety rules that reduce pointer-offset errors.

degrades

Secure architecture principles promote safe pointer handling and memory layout controls.

prevents

Secure coding standards directly forbid unsafe pointer arithmetic and require bounds checks.

References