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

CVE-2023-4527: GNU Glibc Information Disclosure Flaw

CVE-2023-4527 is an information disclosure vulnerability in GNU Glibc affecting the getaddrinfo function. It may expose stack contents via DNS responses and cause crashes. This article covers technical details, impact, and mitigations.

Published: February 4, 2026

CVE-2023-4527 Overview

A stack buffer over-read vulnerability was discovered in the GNU C Library (glibc) affecting the getaddrinfo function. When getaddrinfo is called with the AF_UNSPEC address family on systems configured with no-aaaa mode via /etc/resolv.conf, a DNS response received via TCP that exceeds 2048 bytes can trigger an out-of-bounds read. This vulnerability can potentially disclose stack contents through the function's returned address data and may cause application crashes, leading to denial of service conditions.

Critical Impact

This vulnerability can lead to information disclosure of sensitive stack memory contents and denial of service through application crashes on Linux systems using affected glibc versions.

Affected Products

  • GNU glibc (multiple versions)
  • Red Hat Enterprise Linux 8.x and 9.x
  • Fedora 37, 38, and 39
  • Red Hat CodeReady Linux Builder (various architectures)
  • NetApp H300s, H500s, H700s, H410s, and H410c firmware

Discovery Timeline

  • September 18, 2023 - CVE-2023-4527 published to NVD
  • June 24, 2025 - Last updated in NVD database

Technical Details for CVE-2023-4527

Vulnerability Analysis

The vulnerability exists in glibc's DNS resolution functionality, specifically within the getaddrinfo function. The flaw occurs due to improper handling of DNS responses when the system is configured to disable AAAA (IPv6) record queries through the no-aaaa option in /etc/resolv.conf. Under these specific conditions, when a DNS response is transmitted over TCP and exceeds 2048 bytes in size, the function fails to properly validate buffer boundaries, resulting in a stack buffer over-read condition.

This memory safety issue falls under CWE-121 (Stack-based Buffer Overflow) and CWE-125 (Out-of-bounds Read). The vulnerability requires network access to exploit, as an attacker must be positioned to send malicious DNS responses to the target system. While the attack complexity is high due to the specific configuration requirements (no-aaaa mode must be enabled), successful exploitation does not require authentication or user interaction.

Root Cause

The root cause stems from insufficient bounds checking in the DNS response parsing logic within glibc's resolver implementation. When processing TCP-based DNS responses larger than 2048 bytes while operating in no-aaaa mode, the code reads beyond the allocated stack buffer. This occurs because the response handling code does not properly account for the buffer size limitations when the no-aaaa configuration option modifies the expected response handling behavior.

Attack Vector

The attack is network-based and requires the attacker to control or manipulate DNS responses reaching the target system. The attack scenario involves:

  1. The target system must have /etc/resolv.conf configured with the no-aaaa option
  2. An application on the target system calls getaddrinfo with AF_UNSPEC address family
  3. The attacker sends a crafted DNS response via TCP that exceeds 2048 bytes
  4. The oversized response triggers the out-of-bounds read, potentially leaking stack contents or causing a crash

This could be achieved through DNS cache poisoning, man-in-the-middle attacks on DNS traffic, or by compromising a DNS server that the target system queries.

Detection Methods for CVE-2023-4527

Indicators of Compromise

  • Unusual application crashes in services that perform DNS resolution via getaddrinfo
  • Abnormally large DNS responses (exceeding 2048 bytes) received over TCP connections
  • Unexpected memory access errors or segmentation faults in glibc-linked applications
  • DNS query patterns indicating potential exploitation attempts targeting resolver functions

Detection Strategies

  • Monitor for DNS TCP responses exceeding 2048 bytes, particularly when systems are configured with no-aaaa mode
  • Implement network-level detection rules to identify oversized DNS response packets transmitted via TCP
  • Deploy host-based monitoring to detect abnormal crashes in applications utilizing glibc DNS resolution
  • Use SentinelOne's behavioral AI engine to detect memory corruption exploitation patterns in real-time

Monitoring Recommendations

  • Enable DNS query and response logging to identify anomalous traffic patterns
  • Configure crash reporting and analysis tools to capture and analyze segmentation faults in glibc-dependent applications
  • Monitor system logs for resolver-related errors that may indicate exploitation attempts
  • Implement network segmentation to limit exposure of systems using vulnerable glibc versions to untrusted DNS servers

How to Mitigate CVE-2023-4527

Immediate Actions Required

  • Update glibc to the latest patched version available for your distribution
  • Review /etc/resolv.conf configuration and assess the necessity of the no-aaaa option
  • If the no-aaaa option is not required, consider removing it as a temporary workaround
  • Prioritize patching on internet-facing systems and those processing DNS queries from untrusted sources

Patch Information

Security patches are available from multiple vendors. Red Hat has released advisories RHSA-2023:5453 and RHSA-2023:5455 addressing this vulnerability. Fedora users should apply updates via the standard package management system as announced in the Fedora package announcements. Gentoo users should reference GLSA 202310-03 for remediation guidance. NetApp has also released advisory ntap-20231116-0012 for affected storage systems.

Workarounds

  • Remove or comment out the no-aaaa option from /etc/resolv.conf if IPv6 DNS queries are acceptable in your environment
  • Implement DNS response size filtering at the network level to block TCP responses exceeding normal thresholds
  • Use local DNS caching servers with response validation to filter potentially malicious oversized responses
  • Consider implementing DNSSEC validation to reduce the risk of DNS response manipulation
bash
# Check if no-aaaa is configured in resolv.conf
grep -i "no-aaaa" /etc/resolv.conf

# Verify installed glibc version
ldd --version

# Example: Remove no-aaaa option (backup first)
sudo cp /etc/resolv.conf /etc/resolv.conf.backup
sudo sed -i '/no-aaaa/d' /etc/resolv.conf

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechGnu Glibc

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.10%

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

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

  • Red Hat Security Advisory RHSA-2023:5455

  • Red Hat CVE Details CVE-2023-4527

  • Red Hat Bug Tracker Issue #2234712

  • Openwall OSS Security Mailing List

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 202310-03

  • NetApp Security Advisory ntap-20231116-0012
  • Related CVEs
  • CVE-2021-3998: GNU Glibc Information Disclosure Flaw

  • CVE-2022-39046: GNU Glibc Information Disclosure Flaw

  • CVE-2026-5928: GNU Glibc Buffer Overflow Vulnerability

  • CVE-2026-5450: GNU Glibc Buffer Overflow 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