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

CVE-2023-3268: Linux Kernel Privilege Escalation Flaw

CVE-2023-3268 is a privilege escalation vulnerability in Linux Kernel caused by out-of-bounds memory access in relayfs. Attackers can crash systems or leak kernel data. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 4, 2026

CVE-2023-3268 Overview

An out-of-bounds (OOB) memory access vulnerability was discovered in the Linux kernel's relayfs implementation, specifically in the relay_file_read_start_pos function located in kernel/relay.c. This flaw allows a local attacker with low privileges to trigger an out-of-bounds read condition, potentially causing system crashes (denial of service) or leaking sensitive kernel internal information.

Critical Impact

Local attackers can exploit this vulnerability to crash the system or extract sensitive kernel memory contents, potentially revealing internal data structures, cryptographic keys, or other privileged information.

Affected Products

  • Linux Kernel (multiple versions prior to 6.3.2)
  • Debian Linux 10.0 (Buster)
  • Debian Linux 11.0 (Bullseye)
  • Debian Linux 12.0 (Bookworm)

Discovery Timeline

  • June 16, 2023 - CVE-2023-3268 published to NVD
  • March 11, 2025 - Last updated in NVD database

Technical Details for CVE-2023-3268

Vulnerability Analysis

The vulnerability exists in the Linux kernel's relay filesystem (relayfs), a high-speed data relay mechanism used for transferring large amounts of data from kernel space to user space. The flaw occurs in the relay_file_read_start_pos function within kernel/relay.c, which is responsible for calculating the starting position when reading relay buffer data.

The out-of-bounds read condition can be triggered when the function improperly calculates or validates buffer boundaries during read operations. This allows access to memory regions outside the intended relay buffer boundaries, which can expose kernel memory contents to an attacker or cause memory access violations leading to kernel panics.

The vulnerability requires local access and low privileges to exploit, but does not require user interaction. An attacker can potentially read sensitive kernel memory or cause a denial of service condition by triggering the vulnerable code path through relay filesystem operations.

Root Cause

The root cause is classified as CWE-125 (Out-of-bounds Read). The vulnerability stems from improper bounds checking in the relay_file_read_start_pos function when calculating the read position within relay buffers. The function fails to properly validate that the calculated start position falls within the allocated buffer boundaries, allowing reads beyond the intended memory region.

Attack Vector

The attack vector is local, requiring an attacker to have authenticated access to the target system with low privileges. The attacker can exploit this vulnerability by:

  1. Gaining local access to a system running a vulnerable Linux kernel
  2. Interacting with the relay filesystem interface
  3. Triggering read operations that cause the relay_file_read_start_pos function to calculate an invalid buffer position
  4. Observing the resulting kernel memory leak or system crash

The exploitation does not require user interaction and can be performed by any local user with access to the relay filesystem interface.

Detection Methods for CVE-2023-3268

Indicators of Compromise

  • Unexpected kernel panics or system crashes related to relayfs operations
  • Suspicious access patterns to relay filesystem interfaces by non-privileged users
  • Kernel oops messages referencing relay_file_read_start_pos or kernel/relay.c
  • Abnormal memory access patterns detected in kernel audit logs

Detection Strategies

  • Monitor for kernel log messages indicating out-of-bounds memory access in relay-related functions
  • Implement kernel integrity monitoring to detect exploitation attempts
  • Use endpoint detection solutions to identify suspicious local process behavior interacting with relay interfaces
  • Deploy SentinelOne agents configured to monitor kernel-level anomalies and memory access violations

Monitoring Recommendations

  • Enable kernel audit logging for filesystem operations, particularly those involving relayfs
  • Configure alerting for kernel panic events with stack traces containing relay functions
  • Implement system call monitoring for relay-related operations from unexpected processes
  • Deploy memory access monitoring tools to detect out-of-bounds read attempts

How to Mitigate CVE-2023-3268

Immediate Actions Required

  • Update the Linux kernel to version 6.3.2 or later which contains the fix
  • Apply security patches from your distribution vendor (Debian DSA-5448, DSA-5480, or LTS announcements)
  • Restrict local access to systems running vulnerable kernel versions
  • Monitor systems for signs of exploitation while patches are being deployed

Patch Information

The vulnerability has been addressed in the Linux kernel through commit 43ec16f1450f4936025a9bdf1a273affdb9732c1. This fix is included in Linux kernel version 6.3.2 and has been backported to various distribution kernels.

Patch resources:

  • Linux Kernel Commit 43ec16f1450
  • Kernel ChangeLog 6.3.2
  • Debian Security Advisory DSA-5448
  • Debian Security Advisory DSA-5480
  • NetApp Security Advisory NTAP-20230824-0006

Workarounds

  • Limit local user access to systems until patches can be applied
  • Restrict access to relay filesystem interfaces where possible using file permissions or SELinux/AppArmor policies
  • Consider disabling relayfs functionality if not required for system operations
  • Implement network segmentation to limit lateral movement if a system is compromised
bash
# Check current kernel version
uname -r

# Update kernel on Debian/Ubuntu systems
sudo apt update && sudo apt upgrade linux-image-$(uname -r)

# Reboot to apply new kernel
sudo reboot

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • 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-125
  • Technical References
  • Kernel ChangeLog 6.3.2

  • Debian LTS Announcement July 2023

  • Debian LTS Announcement October 2023

  • Kernel Mailing List Discussion

  • NetApp Security Advisory NTAP-20230824-0006

  • Debian Security Advisory DSA-5448

  • Debian Security Advisory DSA-5480
  • Vendor Resources
  • Linux Commit 43ec16f1450
  • Related CVEs
  • CVE-2026-31411: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-23438: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-23439: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-23437: Linux Kernel Privilege Escalation Flaw
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