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

CVE-2022-2380: Linux Kernel DOS Vulnerability

CVE-2022-2380 is a denial of service vulnerability in Linux Kernel affecting the sm712fb driver. An out-of-bounds memory access flaw allows local attackers to crash the system. This article covers technical details, impact, and mitigation.

Published: February 11, 2026

CVE-2022-2380 Overview

CVE-2022-2380 is an out-of-bounds memory access vulnerability discovered in the Linux kernel's framebuffer device driver for Silicon Motion SM712 graphics chips. The vulnerability exists in the smtcfb_read() function within the drivers/video/fbdev/sm712fb.c file. This memory safety issue allows local attackers to trigger an out-of-bounds read or write operation, potentially resulting in a kernel crash and denial of service condition on affected systems.

Critical Impact

Local attackers with low privileges can exploit this vulnerability to crash the Linux kernel, causing system-wide denial of service on systems using the SM712 framebuffer driver.

Affected Products

  • Linux Kernel (all vulnerable versions using the sm712fb driver)
  • Systems with Silicon Motion SM712 graphics hardware utilizing the affected framebuffer driver
  • Linux distributions shipping vulnerable kernel versions

Discovery Timeline

  • 2022-07-13 - CVE CVE-2022-2380 published to NVD
  • 2025-04-23 - Last updated in NVD database

Technical Details for CVE-2022-2380

Vulnerability Analysis

This vulnerability is classified under CWE-125 (Out-of-Bounds Read) and CWE-787 (Out-of-Bounds Write), indicating that the smtcfb_read() function fails to properly validate memory boundaries when processing framebuffer data. The SM712 framebuffer driver (sm712fb) is a legacy driver used for Silicon Motion graphics chips, commonly found in older embedded systems and thin clients.

The vulnerability requires local access to exploit, meaning an attacker must have some level of system access to trigger the condition. While exploitation does not require user interaction and can be performed with low privileges, the impact is limited to availability—causing a kernel panic or system crash without direct data confidentiality or integrity compromise.

Root Cause

The root cause of CVE-2022-2380 lies in improper bounds checking within the smtcfb_read() function. When reading framebuffer memory, the function does not adequately validate that the requested memory region falls within the allocated buffer boundaries. This allows a malicious local user to craft requests that access memory outside the intended framebuffer region, triggering an out-of-bounds memory access condition that can destabilize the kernel.

Attack Vector

The attack vector for this vulnerability is local, requiring the attacker to have authenticated access to the target system. The exploitation path involves:

  1. The attacker gains local access to a Linux system running the vulnerable sm712fb driver
  2. The attacker interacts with the framebuffer device (typically /dev/fb0 or similar)
  3. By sending specially crafted read requests to the framebuffer device, the attacker triggers the out-of-bounds memory access in smtcfb_read()
  4. The kernel encounters an invalid memory access, resulting in a crash or panic

The vulnerability exists in the data processing path of the framebuffer read operation. For technical details on the specific code changes, refer to the Linux Kernel Commit that addresses this issue.

Detection Methods for CVE-2022-2380

Indicators of Compromise

  • Kernel panic messages or crash logs referencing the smtcfb_read function or sm712fb.c driver
  • Unexpected system reboots or hangs on systems using SM712 graphics hardware
  • Entries in kernel logs (dmesg) showing memory access violations in the framebuffer subsystem
  • Failed integrity checks on the sm712fb kernel module

Detection Strategies

  • Monitor kernel logs for BUG or OOPS messages associated with the sm712fb driver
  • Implement system auditing to track access to framebuffer devices (/dev/fb*)
  • Use kernel debugging tools such as KASAN (Kernel Address SANitizer) to detect out-of-bounds memory accesses in development environments
  • Deploy endpoint detection and response (EDR) solutions capable of monitoring kernel-level anomalies

Monitoring Recommendations

  • Configure centralized logging to capture kernel panic and crash events across the infrastructure
  • Establish baseline behavior for framebuffer device access and alert on anomalous patterns
  • Implement file integrity monitoring on kernel modules, particularly the sm712fb driver
  • Use SentinelOne Singularity platform to monitor for kernel-level exploits and system stability issues

How to Mitigate CVE-2022-2380

Immediate Actions Required

  • Update the Linux kernel to a patched version that includes the fix (commit bd771cf5c4254511cc4abb88f3dab3bd58bdf8e8)
  • If patching is not immediately possible, consider blacklisting the sm712fb module if the SM712 hardware is not required
  • Restrict access to framebuffer devices by configuring appropriate file permissions
  • Limit local access to affected systems to trusted users only

Patch Information

The vulnerability has been addressed in the Linux kernel through commit bd771cf5c4254511cc4abb88f3dab3bd58bdf8e8 in the linux-fbdev git repository. The patch adds proper boundary validation to the smtcfb_read() function, ensuring that memory accesses remain within the allocated framebuffer region. System administrators should update to kernel versions that include this fix or apply the patch manually if using custom kernel builds.

Refer to the Linux Kernel Commit for the complete patch details.

Workarounds

  • Blacklist the sm712fb kernel module if SM712 graphics hardware is not in use by adding blacklist sm712fb to /etc/modprobe.d/blacklist.conf
  • Restrict framebuffer device permissions to prevent unprivileged users from accessing /dev/fb* devices
  • Implement mandatory access control (SELinux/AppArmor) policies to limit which processes can interact with framebuffer devices
  • Consider migrating affected systems to alternative display drivers if available
bash
# Blacklist the vulnerable sm712fb module if not required
echo "blacklist sm712fb" | sudo tee /etc/modprobe.d/blacklist-sm712fb.conf
sudo update-initramfs -u

# Restrict framebuffer device permissions
sudo chmod 600 /dev/fb*

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLinux Kernel

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-125

  • CWE-787
  • Vendor Resources
  • Linux Kernel Commit Notification
  • Related CVEs
  • CVE-2026-23446: Linux Kernel aqc111 Driver DoS Vulnerability

  • CVE-2026-23451: Linux Kernel Bonding Driver DoS Flaw

  • CVE-2026-23460: Linux Kernel ROSE Protocol DoS Vulnerability

  • CVE-2026-23459: Linux Kernel DOS 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