The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2024-22667

CVE-2024-22667: Vim Buffer Overflow Vulnerability

CVE-2024-22667 is a stack-based buffer overflow in Vim affecting versions before 9.0.2142. This vulnerability allows potential code execution through improper buffer handling. Learn about affected versions and mitigations.

Updated: January 22, 2026

CVE-2024-22667 Overview

CVE-2024-22667 is a stack-based buffer overflow vulnerability affecting Vim text editor versions prior to 9.0.2142. The vulnerability exists in the did_set_langmap function within map.c, where an unsafe sprintf call writes to an error buffer that is passed down to option callback functions. This memory corruption issue can potentially be exploited by an attacker to execute arbitrary code on a victim's system when a user opens a maliciously crafted file or executes certain Vim commands.

Critical Impact

This stack-based buffer overflow in Vim can lead to arbitrary code execution with the privileges of the user running the editor, potentially compromising system integrity and confidentiality.

Affected Products

  • Vim versions prior to 9.0.2142
  • Fedora 38
  • Fedora 39

Discovery Timeline

  • February 5, 2024 - CVE-2024-22667 published to NVD
  • November 4, 2025 - Last updated in NVD database

Technical Details for CVE-2024-22667

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-Bounds Write), specifically a stack-based buffer overflow. The flaw resides in Vim's language mapping functionality, where the did_set_langmap function in map.c improperly handles error message formatting. When processing certain langmap options, the function uses sprintf to write formatted error messages to a buffer without adequate bounds checking. Since this buffer is allocated on the stack and passed through option callback functions, an attacker can craft input that causes the buffer to overflow, corrupting adjacent stack memory.

The local attack vector requires user interaction—typically opening a malicious file or executing a crafted Vim command. However, if successfully exploited, the vulnerability enables an attacker to achieve full compromise of confidentiality, integrity, and availability of the affected system at the privilege level of the Vim process.

Root Cause

The root cause stems from the use of the unsafe sprintf function for writing error messages without proper length validation. The did_set_langmap function passes an error buffer through the option callback chain, and when error conditions arise, sprintf writes to this buffer without checking if the output exceeds the allocated stack space. This classic C programming mistake allows specially crafted input to overflow the buffer boundaries.

Attack Vector

The attack requires local access with user interaction. An attacker must convince a user to open a maliciously crafted file in Vim or execute specific commands that trigger the vulnerable langmap option processing. The exploitation involves:

  1. Crafting input that triggers the did_set_langmap function with parameters designed to generate an oversized error message
  2. The sprintf call writes beyond the stack buffer boundaries
  3. Stack memory corruption enables potential control flow hijacking
  4. Arbitrary code execution occurs with the privileges of the Vim process

Since no public exploit code is currently available and this vulnerability is not listed in CISA's Known Exploited Vulnerabilities catalog, active exploitation has not been confirmed in the wild.

Detection Methods for CVE-2024-22667

Indicators of Compromise

  • Unexpected Vim crashes or segmentation faults when processing files with unusual langmap configurations
  • Core dumps showing stack corruption originating from the did_set_langmap function in map.c
  • Suspicious Vim configuration files or modelines containing abnormally long langmap option values

Detection Strategies

  • Monitor for Vim process crashes associated with memory corruption, particularly involving the langmap functionality
  • Implement file integrity monitoring for Vim configuration files (~/.vimrc, /etc/vim/vimrc) to detect malicious modifications
  • Deploy endpoint detection solutions capable of identifying stack-based buffer overflow exploitation attempts
  • Enable crash dump analysis to identify exploitation attempts targeting this vulnerability

Monitoring Recommendations

  • Configure system logging to capture Vim process crashes and abnormal terminations
  • Implement application allowlisting and monitoring for unexpected child processes spawned by Vim
  • Monitor for attempts to modify Vim configuration files with unusually long langmap option values
  • SentinelOne Singularity platform provides behavioral analysis that can detect exploitation attempts and post-exploitation activity

How to Mitigate CVE-2024-22667

Immediate Actions Required

  • Upgrade Vim to version 9.0.2142 or later immediately on all affected systems
  • Review and validate Vim configuration files for suspicious langmap configurations
  • Apply operating system vendor patches as they become available for your distribution
  • Consider restricting Vim's ability to process untrusted files until patching is complete

Patch Information

The Vim development team has addressed this vulnerability in commit b39b240c386a5a29241415541f1c99e2e6b8ce47. The fix properly bounds-checks the error buffer writes in the did_set_langmap function. Users should upgrade to Vim version 9.0.2142 or later. Distribution-specific patches are available through:

  • Vim GitHub Commit - Official fix
  • Fedora Package Announcement - Fedora 38/39 updates
  • Debian LTS Announcement - Debian security update
  • NetApp Security Advisory - NetApp product guidance

Workarounds

  • Avoid opening untrusted files in Vim until the system is patched
  • Disable langmap functionality by adding set nolangremap to your Vim configuration if not required
  • Use alternative text editors for processing files from untrusted sources
  • Implement strict file permission controls to prevent unauthorized modification of Vim configuration files
bash
# Update Vim on Debian/Ubuntu systems
sudo apt update && sudo apt upgrade vim

# Update Vim on Fedora systems
sudo dnf update vim

# Verify Vim version after update (should be 9.0.2142 or later)
vim --version | head -n 1

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechVim

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Technical References
  • Gist Code Snippet

  • Fedora Package Announcement

  • Fedora Package Announcement

  • NetApp Security Advisory

  • Debian LTS Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement
  • Vendor Resources
  • GitHub Commit Changes
  • Related CVEs
  • CVE-2026-32249: Vim Buffer Overflow Vulnerability

  • CVE-2026-28419: Vim Buffer Overflow Vulnerability

  • CVE-2026-28421: Vim Buffer Overflow Vulnerability

  • CVE-2026-28420: Vim Buffer Overflow Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English