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

CVE-2023-4911: Netapp Bootstrap Os Privilege Escalation

CVE-2023-4911 is a privilege escalation vulnerability in Netapp Bootstrap Os that exploits a buffer overflow in GNU C Library's dynamic loader. This article covers technical details, affected versions, impact, and mitigation.

Published: February 11, 2026

CVE-2023-4911 Overview

A buffer overflow vulnerability was discovered in the GNU C Library's dynamic loader ld.so while processing the GLIBC_TUNABLES environment variable. This critical vulnerability, nicknamed "Looney Tunables," allows a local attacker to exploit maliciously crafted GLIBC_TUNABLES environment variables when launching binaries with SUID permission to execute code with elevated privileges. The vulnerability exists in the parsing logic of the tunables mechanism, which was introduced to allow runtime configuration of glibc behavior.

Critical Impact

This vulnerability enables local privilege escalation to root on most major Linux distributions. It is actively exploited in the wild and has been added to CISA's Known Exploited Vulnerabilities (KEV) catalog, requiring immediate remediation.

Affected Products

  • GNU glibc (versions 2.34 through affected releases)
  • Red Hat Enterprise Linux 8.x and 9.x (and EUS variants)
  • Canonical Ubuntu Linux 22.04 LTS and 23.04
  • Debian Linux 11.0 and 12.0
  • Fedora 37, 38, and 39
  • NetApp ONTAP Select Deploy Administration Utility
  • NetApp HCI Compute Node and related firmware

Discovery Timeline

  • October 3, 2023 - CVE-2023-4911 published to NVD
  • January 8, 2026 - Last updated in NVD database

Technical Details for CVE-2023-4911

Vulnerability Analysis

The vulnerability resides in the dynamic linker/loader (ld.so), which is responsible for loading shared libraries required by executables at runtime. The GLIBC_TUNABLES environment variable was designed to provide a mechanism for tuning glibc behavior without recompilation. However, inadequate bounds checking in the parsing routine allows an attacker to overflow a buffer by supplying a specially crafted tunables string.

When a SUID binary is executed, the dynamic loader processes environment variables including GLIBC_TUNABLES before the main program runs. Because SUID binaries temporarily elevate privileges, exploiting this buffer overflow during loader initialization allows arbitrary code execution with root privileges. The attacker does not need any special permissions beyond normal user access to exploit this vulnerability.

Root Cause

The root cause is a heap-based buffer overflow (CWE-122, CWE-787) in the tunables parsing code within ld.so. The vulnerable code fails to properly account for the total size of data being processed when handling malformed or excessively long tunable entries. Specifically, the parsing logic does not correctly validate the length of tunable strings before copying them into a fixed-size buffer, allowing heap memory corruption.

Attack Vector

The attack vector is local, requiring the attacker to have user-level shell access to the target system. The exploitation path involves:

  1. Crafting a malicious GLIBC_TUNABLES environment variable with specially structured content
  2. Setting this environment variable in the attacker's shell session
  3. Executing any SUID binary on the system (e.g., su, sudo, pkexec)
  4. The dynamic loader processes the malicious tunables during binary load
  5. Buffer overflow corrupts heap memory, enabling arbitrary code execution with root privileges
text
ldd (Ubuntu GLIBC 2.35-0ubuntu3.6) 2.35
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.

Source: CVE-2023-4911 PoC Repository

Detection Methods for CVE-2023-4911

Indicators of Compromise

  • Unusual values or excessively long strings in GLIBC_TUNABLES environment variable in process environments
  • Unexpected SUID binary executions with modified environment variables
  • Core dumps or crashes in ld.so or SUID binaries indicating heap corruption
  • Audit logs showing privilege escalation from unprivileged users without valid authentication

Detection Strategies

  • Monitor process creation events for SUID binaries with suspicious environment variable settings
  • Implement auditd rules to track execve() calls with GLIBC_TUNABLES environment variable set
  • Deploy endpoint detection solutions capable of identifying privilege escalation attempts through environment manipulation
  • Use SentinelOne Singularity to detect anomalous behavior patterns during SUID binary execution

Monitoring Recommendations

  • Enable comprehensive audit logging for all SUID binary executions using auditd
  • Configure alerts for unexpected privilege transitions from standard user accounts
  • Monitor for multiple failed exploitation attempts which may indicate reconnaissance activity
  • Implement file integrity monitoring on critical SUID binaries and glibc shared libraries

How to Mitigate CVE-2023-4911

Immediate Actions Required

  • Apply vendor-provided glibc patches immediately from your Linux distribution
  • Review system logs for evidence of prior exploitation attempts
  • Identify all systems running vulnerable glibc versions using package managers (rpm -qa | grep glibc or dpkg -l | grep libc6)
  • Prioritize patching internet-facing and multi-user systems where local access may be available to untrusted users

Patch Information

Security patches have been released by all major Linux distribution vendors. Red Hat has issued multiple security advisories including RHSA-2023:5453, RHSA-2023:5454, and RHSA-2023:5455. Debian has released DSA-5514, and Gentoo has published GLSA 202310-03. NetApp customers should refer to security advisory NTAP-20231013-0006. Organizations should update glibc packages using their distribution's package manager and reboot systems to ensure all running processes use the patched library.

Workarounds

  • If patching is not immediately possible, consider using systemtap or similar tools to filter GLIBC_TUNABLES environment variable (distribution-specific scripts may be available)
  • Restrict shell access to minimize the number of users who could potentially exploit this vulnerability
  • Implement mandatory access control (SELinux/AppArmor) policies to limit SUID binary execution where possible
  • Monitor for and alert on any usage of GLIBC_TUNABLES environment variable as a temporary detection measure
bash
# Check glibc version on RHEL/CentOS/Fedora
rpm -q glibc

# Check glibc version on Debian/Ubuntu
dpkg -l libc6

# Update glibc on RHEL/CentOS
sudo yum update glibc

# Update glibc on Debian/Ubuntu
sudo apt update && sudo apt upgrade libc6

# Verify patch was applied (check for CVE fix in changelog)
rpm -q --changelog glibc | grep -i CVE-2023-4911

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechNetapp

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability73.04%

  • Known ExploitedYes
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-122

  • CWE-787
  • Technical References
  • Red Hat Security Advisory RHSA-2023:5453

  • Red Hat Security Advisory RHSA-2023:5454

  • Red Hat Security Advisory RHSA-2023:5455

  • Red Hat Security Advisory RHSA-2023:5476

  • Red Hat Security Advisory RHSA-2024:0033

  • Red Hat CVE-2023-4911 Details

  • Qualys Analysis on CVE-2023-4911

  • Qualys CVE-2023-4911 Overview

  • Packet Storm Local Privilege Escalation

  • Packet Storm Glibc Tunables Privilege Escalation

  • Full Disclosure October Mailing List

  • OpenWall OSS-Security Discussion 2023-10-03-2

  • OpenWall OSS-Security Discussion 2023-10-03-3

  • OpenWall OSS-Security Discussion 2023-10-05-1

  • OpenWall OSS-Security Discussion 2023-10-13-11

  • OpenWall OSS-Security Discussion 2023-10-14-3

  • OpenWall OSS-Security Discussion 2023-10-14-5

  • OpenWall OSS-Security Discussion 2023-10-14-6

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 202310-03

  • NetApp Security Advisory NTAP-20231013-0006

  • Debian Security DSA-5514

  • CISA CVE-2023-4911 Exploit Catalog
  • Vendor Resources
  • Red Hat Bug Report #2238352
  • Related CVEs
  • CVE-2021-22555: Netapp C400 Privilege Escalation Flaw

  • CVE-2021-22600: Netapp 8300 Privilege Escalation Flaw

  • CVE-2025-24928: Netapp Active IQ Buffer Overflow Flaw

  • CVE-2023-29552: NetApp SMI-S Provider DoS Vulnerability
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