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

CVE-2023-43785: X.org libX11 Information Disclosure Flaw

CVE-2023-43785 is an information disclosure vulnerability in X.org libX11 caused by an out-of-bounds read in _XkbReadKeySyms(). This article covers the technical details, affected versions, security impact, and mitigation.

Published: February 4, 2026

CVE-2023-43785 Overview

A vulnerability was discovered in libX11 due to a boundary condition within the _XkbReadKeySyms() function. This flaw allows a local user to trigger an out-of-bounds read error and read the contents of memory on the system. The vulnerability is classified as an Out-of-Bounds Read (CWE-125) and Out-of-Bounds Write (CWE-787), affecting the widely used X11 client library.

Critical Impact

Local attackers can exploit this boundary condition error to read sensitive memory contents, potentially exposing confidential system information or data from other processes.

Affected Products

  • X.org libX11 (all vulnerable versions)
  • Red Hat Enterprise Linux 8.0
  • Red Hat Enterprise Linux 9.0
  • Fedoraproject Fedora 38

Discovery Timeline

  • October 10, 2023 - CVE-2023-43785 published to NVD
  • November 4, 2025 - Last updated in NVD database

Technical Details for CVE-2023-43785

Vulnerability Analysis

The vulnerability resides in the _XkbReadKeySyms() function within the libX11 library, which is part of the X Window System client-side implementation. The function fails to properly validate boundary conditions when processing keyboard symbol data, resulting in an out-of-bounds memory read condition.

When exploited, this flaw enables a local attacker to read memory contents beyond the intended buffer boundaries. The information disclosure impact is significant as it could allow access to sensitive data stored in adjacent memory regions, including credentials, cryptographic keys, or other confidential information from system memory.

The vulnerability requires local access to exploit, meaning an attacker must already have some level of access to the target system. No user interaction is required for exploitation once local access is established.

Root Cause

The root cause of this vulnerability is improper boundary validation in the _XkbReadKeySyms() function. The function processes keyboard symbol mapping data from the X server but fails to adequately verify that array indices and read operations remain within allocated buffer boundaries. This lack of bounds checking allows reads beyond the intended memory region when processing specially crafted or malformed keyboard symbol data.

Attack Vector

The attack vector is local, requiring the attacker to have existing access to the target system. Exploitation involves triggering the vulnerable code path in _XkbReadKeySyms() to cause an out-of-bounds read condition. The attacker can then potentially extract sensitive information from system memory that would otherwise be inaccessible.

The attack does not require elevated privileges, as a low-privileged local user can trigger the vulnerability. No user interaction is necessary for exploitation, making it easier for an attacker to execute once local access is obtained.

Detection Methods for CVE-2023-43785

Indicators of Compromise

  • Unusual memory access patterns in processes linked against libX11
  • Unexpected crashes or segmentation faults in X11-based applications
  • Evidence of local privilege escalation attempts following information disclosure
  • Anomalous read operations in _XkbReadKeySyms() function calls

Detection Strategies

  • Monitor system logs for crashes or abnormal behavior in X11 client applications
  • Implement memory access monitoring for processes utilizing libX11
  • Use application-level sandboxing to detect unauthorized memory access patterns
  • Deploy endpoint detection solutions to identify exploitation attempts targeting libX11

Monitoring Recommendations

  • Audit installed libX11 versions across all systems and flag vulnerable installations
  • Monitor for patches and updates from distribution vendors (Red Hat, Fedora, Debian)
  • Track security advisories from X.org and distribution security teams
  • Implement centralized logging for X11-related application events

How to Mitigate CVE-2023-43785

Immediate Actions Required

  • Update libX11 to the latest patched version available from your distribution
  • Apply vendor-specific security patches (see Red Hat Security Advisory RHSA-2024:2145 and RHSA-2024:2973)
  • Review and restrict local access to systems where sensitive operations occur
  • Prioritize patching for systems processing sensitive data

Patch Information

Multiple vendors have released security patches to address this vulnerability:

  • Red Hat: Security advisories RHSA-2024:2145 and RHSA-2024:2973 provide patches for Enterprise Linux 8 and 9
  • Debian: LTS announcement available via Debian LTS Announcement
  • NetApp: Advisory NTAP-20231103-0006 provides guidance for affected NetApp products

For detailed vulnerability information, refer to Red Hat CVE Details and Red Hat Bugzilla Report #2242252.

Workarounds

  • Restrict local system access to trusted users only until patches can be applied
  • Implement additional access controls and monitoring for systems running vulnerable libX11 versions
  • Consider isolating X11-dependent applications in containerized environments with restricted capabilities
  • Review and limit unnecessary use of X11 applications on sensitive systems
bash
# Check installed libX11 version on Red Hat/Fedora systems
rpm -qa | grep libX11

# Update libX11 on RHEL/CentOS systems
sudo yum update libX11

# Update libX11 on Fedora systems
sudo dnf update libX11

# Update libX11 on Debian/Ubuntu systems
sudo apt update && sudo apt upgrade libx11-6

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechLibx11

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.10%

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

  • CWE-125
  • Technical References
  • Red Hat Security Advisory RHSA-2024:2145

  • Red Hat Security Advisory RHSA-2024:2973

  • Red Hat CVE Details CVE-2023-43785

  • Red Hat Bugzilla Report #2242252

  • Debian LTS Announcement October 2023

  • NetApp Security Advisory NTAP-20231103-0006
  • Related CVEs
  • CVE-2023-43787: X.org libX11 Privilege Escalation Flaw

  • CVE-2023-43786: X.org libX11 DOS Vulnerability

  • CVE-2021-31535: X.org libX11 RCE Vulnerability

  • CVE-2020-14363: X.org libX11 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