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-1075

CVE-2023-1075: Linux Kernel Info Disclosure Vulnerability

CVE-2023-1075 is an information disclosure flaw in Linux Kernel caused by improper list emptiness checks in tls_is_tx_ready(). This post covers the technical details, affected versions, security impact, and mitigation.

Published: February 4, 2026

CVE-2023-1075 Overview

A type confusion vulnerability was discovered in the Linux Kernel's TLS (Transport Layer Security) implementation. The tls_is_tx_ready() function incorrectly checks for list emptiness, which can lead to accessing a type confused entry in the list_head structure. This flaw results in information leakage of the last byte of a confused field that overlaps with rec->tx_ready.

Critical Impact

This vulnerability enables local attackers with low privileges to leak sensitive kernel memory information through the TLS subsystem's improper list handling.

Affected Products

  • Linux Kernel (all versions prior to the security patch)
  • Systems utilizing kernel TLS offload functionality
  • Linux-based operating systems and distributions running vulnerable kernel versions

Discovery Timeline

  • 2023-03-27 - CVE-2023-1075 published to NVD
  • 2025-02-24 - Last updated in NVD database

Technical Details for CVE-2023-1075

Vulnerability Analysis

This vulnerability is classified as a Type Confusion (CWE-843) combined with Information Exposure (CWE-200). The flaw resides in the TLS implementation within the Linux Kernel, specifically in the tls_is_tx_ready() function. The root cause is an improper check for list emptiness that allows access to a type confused entry in the list_head data structure.

When the function incorrectly evaluates the list state, it can access memory that belongs to a different data type than expected. This type confusion occurs because the confused field overlaps with rec->tx_ready, leading to the unintended disclosure of the last byte of kernel memory.

The vulnerability requires local access and low privileges to exploit, with no user interaction needed. While the confidentiality impact is limited to partial information disclosure, this type of memory leak could potentially be chained with other vulnerabilities for more significant attacks.

Root Cause

The vulnerability stems from an improper implementation of list emptiness checking in the tls_is_tx_ready() function. The function fails to correctly validate the list state before accessing list entries, resulting in type confusion when the list boundary conditions are not properly handled. This causes the function to read from an overlapping memory region where rec->tx_ready resides, leaking one byte of sensitive information.

Attack Vector

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

  1. An attacker with local, low-privileged access triggers the vulnerable code path in the TLS subsystem
  2. The tls_is_tx_ready() function is called under specific conditions that trigger the improper list check
  3. Due to type confusion, the function accesses memory belonging to the confused list_head entry
  4. The last byte of the confused field overlapping with rec->tx_ready is leaked
  5. The attacker can potentially collect this leaked information over multiple iterations

The vulnerability manifests within the kernel's TLS implementation during transmission readiness checks. For detailed technical analysis of the fix, see the Linux Kernel Commit.

Detection Methods for CVE-2023-1075

Indicators of Compromise

  • Unusual patterns of TLS-related syscalls from low-privileged processes
  • Anomalous access patterns to kernel TLS subsystem functions
  • Processes attempting to read or manipulate TLS socket options repeatedly
  • Unexpected memory access violations in TLS-related kernel code paths

Detection Strategies

  • Monitor for unusual kernel TLS subsystem activity using kernel auditing tools (auditd)
  • Deploy SentinelOne Singularity Platform for real-time kernel-level threat detection and behavioral analysis
  • Implement system call monitoring to detect suspicious patterns targeting TLS socket operations
  • Use kernel tracing tools (ftrace, eBPF) to monitor tls_is_tx_ready() function calls

Monitoring Recommendations

  • Enable kernel audit logging for network subsystem operations
  • Implement real-time monitoring for TLS-related kernel functions using eBPF probes
  • Deploy endpoint detection solutions capable of identifying kernel-level memory disclosure attempts
  • Review system logs for evidence of repeated TLS socket manipulation attempts

How to Mitigate CVE-2023-1075

Immediate Actions Required

  • Update the Linux Kernel to a patched version that includes commit ffe2a22562444720b05bdfeb999c03e810d84cbb
  • Apply vendor-specific kernel patches from your Linux distribution's security repository
  • Restrict local access to systems where TLS kernel offload is in use
  • Monitor for any suspicious local activity targeting the TLS subsystem

Patch Information

The vulnerability has been addressed in the Linux Kernel through commit ffe2a22562444720b05bdfeb999c03e810d84cbb. This patch corrects the list emptiness check in the tls_is_tx_ready() function to prevent type confusion and subsequent information leakage. System administrators should update to a kernel version that includes this fix. For detailed patch information, refer to the Linux Kernel Commit.

Workarounds

  • Limit local user access to systems running vulnerable kernel versions
  • Disable TLS kernel offload if not required for operational purposes
  • Implement strict access controls using SELinux or AppArmor policies
  • Consider using user-space TLS implementations as an alternative until patching is complete
bash
# Check current kernel version
uname -r

# Verify if TLS offload is enabled
cat /proc/sys/net/ipv4/tcp_fastopen

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

# Update kernel packages (RHEL/CentOS)
sudo yum update kernel

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechLinux Kernel

  • SeverityLOW

  • CVSS Score3.3

  • EPSS Probability0.01%

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

  • CWE-843
  • Vendor Resources
  • Linux Kernel Commit
  • Related CVEs
  • CVE-2026-31428: Linux Kernel Information Disclosure Flaw

  • CVE-2026-23430: Linux Kernel Memory Leak Vulnerability

  • CVE-2026-23465: Linux Kernel Btrfs Logging Vulnerability

  • CVE-2026-23421: Linux Kernel Information Disclosure 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