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-2023-3567

CVE-2023-3567: Linux Kernel Use-After-Free Vulnerability

CVE-2023-3567 is a use-after-free vulnerability in the Linux Kernel's vc_screen driver that may allow local attackers to crash systems or leak kernel data. This article covers technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2023-3567 Overview

A use-after-free vulnerability has been identified in the Linux Kernel's virtual console subsystem, specifically in the vcs_read function within drivers/tty/vt/vc_screen.c. This memory corruption flaw allows a local attacker with user-level access to potentially crash the system or leak sensitive kernel information, compromising both system availability and confidentiality.

Critical Impact

Local attackers can exploit this use-after-free condition to cause system crashes (denial of service) or extract sensitive internal kernel memory contents, potentially exposing privileged information.

Affected Products

  • Linux Kernel (multiple versions including 6.2.0 release candidates)
  • Red Hat Enterprise Linux 8.0 and 9.0
  • Canonical Ubuntu Linux 14.04 ESM, 16.04 ESM, 18.04 LTS, 20.04 LTS, and 22.04 LTS

Discovery Timeline

  • July 24, 2023 - CVE-2023-3567 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-3567

Vulnerability Analysis

This use-after-free vulnerability exists in the virtual console screen reading functionality of the Linux Kernel. The flaw occurs when the vcs_read function in vc_screen.c attempts to access memory that has already been freed, creating a dangerous condition where the kernel may operate on stale or reallocated memory regions.

Use-after-free vulnerabilities in kernel space are particularly concerning because they can lead to arbitrary memory access with kernel-level privileges. In this case, the vulnerability enables two primary attack outcomes: information disclosure through leaked kernel memory contents, and denial of service via system crashes triggered by accessing invalid memory.

The vulnerability requires local access to exploit, meaning an attacker must already have user-level access to the affected system. However, once exploited, the impact can be significant as kernel memory may contain sensitive data including credentials, encryption keys, or other privileged information.

Root Cause

The root cause of CVE-2023-3567 lies in improper memory lifecycle management within the vc_screen component. When a virtual console structure is freed while a concurrent read operation via vcs_read is in progress, the function continues to reference the deallocated memory. This race condition between memory deallocation and access creates the use-after-free condition, classified as CWE-416 (Use After Free).

Attack Vector

The attack vector for this vulnerability is local, requiring the attacker to have existing user-level access to the target system. The exploitation process involves:

  1. An attacker with local access triggers a read operation on the virtual console screen device
  2. Simultaneously, conditions are created that cause the virtual console structure to be freed
  3. The vcs_read function continues to operate on the freed memory
  4. Depending on timing and memory state, this results in either kernel memory disclosure or a system crash

The vulnerability can be triggered through the /dev/vcs* or /dev/vcsa* device files, which provide access to virtual console screen contents.

Detection Methods for CVE-2023-3567

Indicators of Compromise

  • Unexpected system crashes or kernel panics referencing vcs_read or vc_screen in kernel logs
  • Unusual access patterns to /dev/vcs* or /dev/vcsa* device files
  • Kernel oops messages indicating memory corruption in the tty/vt subsystem
  • Anomalous processes repeatedly accessing virtual console devices

Detection Strategies

  • Monitor kernel logs (dmesg, /var/log/kern.log) for use-after-free errors or memory corruption warnings
  • Implement file access auditing on /dev/vcs* and /dev/vcsa* devices using auditd
  • Deploy kernel-level memory corruption detection tools such as KASAN (Kernel Address Sanitizer) on test systems
  • Use SentinelOne Singularity Platform to detect anomalous kernel-level behavior and memory access patterns

Monitoring Recommendations

  • Enable kernel crash dump collection to capture diagnostic information during exploitation attempts
  • Configure auditd rules to log access to virtual console device files
  • Implement real-time monitoring of kernel log entries for memory-related errors
  • Deploy endpoint detection solutions capable of identifying kernel exploitation attempts

How to Mitigate CVE-2023-3567

Immediate Actions Required

  • Update the Linux Kernel to a patched version that addresses CVE-2023-3567
  • Apply vendor-specific security updates from Red Hat, Canonical, or your distribution maintainer
  • Restrict access to /dev/vcs* and /dev/vcsa* devices to only essential users and processes
  • Consider deploying kernel live patches if available to address the vulnerability without rebooting

Patch Information

Multiple vendors have released security patches addressing this vulnerability. Red Hat has issued several security advisories including RHSA-2024:0412, RHSA-2024:0431, RHSA-2024:0432, RHSA-2024:0439, RHSA-2024:0448, RHSA-2024:0575, RHSA-2024:2394, RHSA-2024:2950, and RHSA-2024:3138. Kernel live patches are also available through LSN-0098-1 and LSN-0099-1. The upstream kernel fix is documented in the Spinics stable commits notification.

Workarounds

  • Restrict access to virtual console devices using filesystem permissions or SELinux/AppArmor policies
  • Disable unused virtual consoles if not required for system operation
  • Implement mandatory access control policies to limit which processes can access /dev/vcs* devices
  • Monitor and audit access to virtual console devices while awaiting patch deployment
bash
# Restrict access to virtual console devices
chmod 600 /dev/vcs*
chmod 600 /dev/vcsa*

# Add audit rule to monitor virtual console access
auditctl -w /dev/vcs1 -p rwa -k vcs_access
auditctl -w /dev/vcsa1 -p rwa -k vcs_access

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechLinux Kernel

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-416
  • Technical References
  • Red Hat Security Advisory RHSA-2024:0412

  • Red Hat Security Advisory RHSA-2024:0431

  • Red Hat Security Advisory RHSA-2024:0432

  • Red Hat Security Advisory RHSA-2024:0439

  • Red Hat Security Advisory RHSA-2024:0448

  • Red Hat Security Advisory RHSA-2024:0575

  • Red Hat Security Advisory RHSA-2024:2394

  • Red Hat Security Advisory RHSA-2024:2950

  • Red Hat Security Advisory RHSA-2024:3138

  • Red Hat CVE-2023-3567 Details

  • Red Hat Bug Report #2221463

  • Packet Storm LSN-0098-1 Notice

  • Packet Storm LSN-0099-1 Notice
  • Vendor Resources
  • Spinics Stable Commits Notification
  • Related CVEs
  • CVE-2026-31414: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-31426: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-31427: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-31419: Linux Kernel Use-After-Free 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