Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2022-0361

CVE-2022-0361: Vim Buffer Overflow Vulnerability

CVE-2022-0361 is a heap-based buffer overflow vulnerability in Vim that can allow attackers to compromise system integrity. This article covers the technical details, affected versions, security impact, and mitigation.

Published: February 11, 2026

CVE-2022-0361 Overview

CVE-2022-0361 is a heap-based buffer overflow vulnerability affecting the Vim text editor prior to version 8.2. This memory corruption flaw occurs during illegal memory access when copying lines in Visual mode, potentially allowing an attacker to execute arbitrary code or cause denial of service conditions on affected systems.

Critical Impact

Successful exploitation of this heap-based buffer overflow could allow attackers to achieve arbitrary code execution with the privileges of the user running Vim, potentially leading to full system compromise on developer workstations and servers.

Affected Products

  • Vim versions prior to 8.2.4215
  • Debian Linux 9.0 and 10.0
  • Apple macOS (various versions)

Discovery Timeline

  • 2022-01-26 - CVE-2022-0361 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2022-0361

Vulnerability Analysis

This vulnerability is classified under CWE-122 (Heap-based Buffer Overflow) and CWE-787 (Out-of-bounds Write). The flaw resides in Vim's handling of line copying operations while in Visual mode. When specific operations are performed during Visual mode selection, the application fails to properly validate memory boundaries before performing write operations, resulting in heap memory corruption.

The attack requires local access and user interaction, meaning an attacker would need to convince a user to open a specially crafted file or execute specific commands in Vim. Despite this limitation, the vulnerability poses significant risk as successful exploitation can lead to complete compromise of confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause of this vulnerability lies in the ex_cmds.c source file where the application performs line appending operations without properly validating the Visual mode cursor position. When lines are copied while Visual mode is active, the code fails to check whether the VIsual position marker remains valid after the operation, leading to potential out-of-bounds memory access.

Attack Vector

The attack requires local access to the system where an attacker must convince a victim to open a maliciously crafted file or interact with Vim in a specific manner. The exploitation scenario involves:

  1. An attacker crafts a file designed to trigger specific Visual mode operations
  2. The victim opens this file in a vulnerable Vim version
  3. During Visual mode line operations, the heap buffer overflow is triggered
  4. The attacker achieves code execution in the context of the victim's user session
c
// Security patch from Vim commit dc5490e2
// File: src/ex_cmds.c - patch 8.2.4215
// Fixes illegal memory access when copying lines in Visual mode

    }

    appended_lines_mark(n, count);
+    if (VIsual_active)
+	check_pos(curbuf, &VIsual);

    msgmore((long)count);
}

Source: GitHub Commit dc5490e2

Detection Methods for CVE-2022-0361

Indicators of Compromise

  • Unexpected Vim process crashes or segmentation faults during file editing operations
  • Core dumps generated by Vim processes indicating heap memory corruption
  • Unusual memory allocation patterns in Vim processes during Visual mode operations
  • Suspicious files with unusual content designed to trigger Visual mode edge cases

Detection Strategies

  • Monitor for Vim process crashes using system logging and crash dump analysis tools
  • Implement file integrity monitoring to detect suspicious files targeting this vulnerability
  • Use memory debugging tools (Valgrind, AddressSanitizer) to detect heap corruption in development environments
  • Deploy SentinelOne endpoint protection to detect exploitation attempts and anomalous process behavior

Monitoring Recommendations

  • Enable detailed logging for Vim processes on critical systems
  • Monitor system crash logs for patterns indicating heap buffer overflow exploitation
  • Implement automated vulnerability scanning to identify unpatched Vim installations across the environment
  • Establish baseline behavior for Vim processes to detect anomalous activity

How to Mitigate CVE-2022-0361

Immediate Actions Required

  • Update Vim to version 8.2.4215 or later immediately on all affected systems
  • Apply operating system vendor patches from Debian, Apple, and other distributions
  • Restrict execution of untrusted files in Vim until patches are applied
  • Audit systems to identify all Vim installations and their versions

Patch Information

The vulnerability has been addressed in Vim version 8.2.4215. The fix adds a validation check in ex_cmds.c to verify the Visual mode position marker (VIsual) remains valid after line appending operations by calling check_pos(curbuf, &VIsual) when Visual mode is active.

Patches are available from multiple sources:

  • Vim GitHub Commit dc5490e2
  • Debian LTS Security Advisory
  • Apple Security Update HT213444
  • Gentoo GLSA 202208-32

Workarounds

  • Avoid using Visual mode for copying operations in untrusted files until patched
  • Run Vim in a sandboxed environment when editing files from untrusted sources
  • Consider using alternative text editors temporarily on systems where immediate patching is not possible
  • Implement application whitelisting to prevent execution of malicious files
bash
# Check current Vim version
vim --version | head -n 1

# Update Vim on Debian/Ubuntu systems
sudo apt update && sudo apt upgrade vim

# Update Vim on macOS using Homebrew
brew update && brew upgrade vim

# Verify Vim patch level includes fix
vim --version | grep -E "patch.*421[5-9]|patch.*42[2-9]|patch.*4[3-9]|patch.*[5-9]"

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.12%

  • 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-122

  • CWE-787
  • Technical References
  • Full Disclosure Announcement

  • Full Disclosure Announcement

  • Full Disclosure Announcement

  • Debian LTS Advisory

  • Debian LTS Advisory

  • Gentoo GLSA 202208-32

  • Apple Security Update HT213444

  • Apple Security Update HT213488

  • Debian LTS Advisory
  • Vendor Resources
  • GitHub Commit Update

  • Huntr Vulnerability Report
  • 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