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-2020-10029

CVE-2020-10029: GNU Glibc Buffer Overflow Vulnerability

CVE-2020-10029 is a buffer overflow flaw in GNU Glibc affecting versions before 2.32, triggered by non-canonical bit patterns in 80-bit long double functions. This article covers technical details, affected versions, and fixes.

Published: March 4, 2026

CVE-2020-10029 Overview

CVE-2020-10029 is a stack buffer overflow vulnerability in the GNU C Library (glibc) before version 2.32. The vulnerability occurs during range reduction when an input to an 80-bit long double function contains a non-canonical bit pattern. This flaw is specifically triggered when passing specially crafted values (such as 0x5d414141414141410000) to functions like sinl on x86 targets. The vulnerability is related to the sysdeps/ieee754/ldbl-96/e_rem_pio2l.c file in the glibc source code.

Critical Impact

Local attackers can cause denial of service through stack buffer overflow by providing malformed 80-bit long double values to mathematical functions, potentially crashing applications that rely on glibc.

Affected Products

  • GNU glibc (versions before 2.32)
  • Fedora 30, 31, and 32
  • Canonical Ubuntu Linux 16.04 ESM, 18.04 LTS, and 19.10
  • openSUSE Leap 15.1
  • NetApp Active IQ Unified Manager, Cloud Backup, HCI Management Node, SolidFire, and SteelStore Cloud Integrated Storage
  • NetApp H410C (firmware and hardware)
  • Debian Linux 10.0

Discovery Timeline

  • March 4, 2020 - CVE-2020-10029 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-10029

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-bounds Write), specifically a stack buffer overflow condition. The flaw exists in the range reduction algorithm used by 80-bit long double trigonometric functions in glibc. When processing floating-point values with non-canonical bit patterns—values that do not conform to the expected IEEE 754 extended precision format—the e_rem_pio2l.c implementation fails to properly validate input boundaries, resulting in a write operation that exceeds the allocated stack buffer.

The vulnerability requires local access to exploit, as an attacker must be able to pass a crafted floating-point value to an affected function. While this limits the attack surface, any application using glibc's long double mathematical functions (such as sinl, cosl, tanl, and related functions) on x86 architectures is potentially vulnerable. The impact is primarily denial of service through application crash, though stack corruption could theoretically lead to more severe consequences depending on the application context.

Root Cause

The root cause lies in the e_rem_pio2l.c file within the sysdeps/ieee754/ldbl-96/ directory. The range reduction algorithm in this file processes 80-bit long double values to reduce them to a range suitable for accurate trigonometric calculations. However, the code does not properly handle non-canonical bit patterns in the input—specifically, values where the explicit integer bit (bit 63) does not match the expected value for the given exponent.

When a non-canonical value like 0x5d414141414141410000 is passed to functions like sinl, the range reduction logic miscalculates buffer requirements, leading to an on-stack buffer overflow. This occurs because the algorithm's assumptions about input value ranges are violated by the malformed bit pattern.

Attack Vector

The attack requires local access to the target system. An attacker must be able to invoke a vulnerable glibc mathematical function (such as sinl, cosl, or tanl) with a specially crafted 80-bit long double value containing non-canonical bit patterns. This could be achieved through:

  1. Direct invocation in a local application context
  2. Providing malformed input to an application that processes floating-point values and passes them to trigonometric functions
  3. Exploiting applications that accept user-controlled floating-point data without proper validation

The non-canonical bit pattern 0x5d414141414141410000 demonstrates the attack, where the explicit integer bit conflicts with the exponent field, triggering the overflow condition during the range reduction phase of the sinl function.

Detection Methods for CVE-2020-10029

Indicators of Compromise

  • Unexpected application crashes or segmentation faults in processes using glibc mathematical functions
  • Core dumps showing stack corruption in e_rem_pio2l.c or related trigonometric function call stacks
  • System logs indicating abnormal termination of applications using sinl, cosl, tanl, or similar long double functions

Detection Strategies

  • Monitor for segmentation faults and abnormal process terminations in applications that perform trigonometric calculations
  • Implement application-level input validation to reject non-canonical floating-point bit patterns before passing values to glibc functions
  • Use AddressSanitizer (ASAN) or similar memory debugging tools in development environments to detect stack buffer overflows
  • Deploy endpoint detection solutions capable of identifying memory corruption patterns characteristic of buffer overflow attacks

Monitoring Recommendations

  • Enable crash dump collection and analysis for applications using glibc mathematical libraries
  • Implement logging for applications that process external floating-point input data
  • Monitor system stability metrics for unexpected increases in application crashes or restarts
  • Review security advisories from distribution vendors (Fedora Package Announcement, Ubuntu Security Notice, Debian LTS Security Notice)

How to Mitigate CVE-2020-10029

Immediate Actions Required

  • Update glibc to version 2.32 or later where the vulnerability has been patched
  • Apply distribution-specific security updates from your Linux vendor
  • Identify all systems running vulnerable glibc versions using package management tools (rpm -qa | grep glibc or dpkg -l | grep libc6)
  • Prioritize updates for systems processing untrusted floating-point input

Patch Information

The vulnerability has been addressed in glibc version 2.32 and later. The fix is tracked in the Sourceware Bug Report, and the specific commit can be found in the glibc Commit Update.

Distribution-specific patches are available through:

  • Ubuntu Security Notice USN-4416-1
  • Gentoo GLSA 202006-04
  • openSUSE Security Announcement
  • NetApp Security Advisory

Workarounds

  • Implement input validation at the application level to reject floating-point values with non-canonical bit patterns before they reach glibc functions
  • Consider using alternative mathematical libraries for applications that cannot be immediately updated
  • Restrict local access to systems running vulnerable glibc versions where possible
  • For containerized environments, ensure base images are updated with patched glibc versions
bash
# Check current glibc version
ldd --version

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

# Update glibc on RHEL/Fedora systems
sudo dnf update glibc

# Verify the update
ldd --version

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechGnu Glibc

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.04%

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

  • Debian LTS Security Notice

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA Advisory

  • NetApp Security Advisory

  • Sourceware Bug Report

  • glibc Commit Update

  • Ubuntu Security Notice
  • Related CVEs
  • CVE-2021-3999: Gnu Glibc Buffer Overflow Vulnerability

  • CVE-2024-33599: GNU Glibc Buffer Overflow Vulnerability

  • CVE-2024-33602: GNU Glibc Buffer Overflow Vulnerability

  • CVE-2022-23219: GNU Glibc Buffer Overflow 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