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
    • 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-2022-38533

CVE-2022-38533: GNU Binutils Buffer Overflow Vulnerability

CVE-2022-38533 is a heap buffer overflow vulnerability in GNU Binutils affecting versions before 2.40. Attackers can exploit this flaw via crafted files. This article covers technical details, affected versions, and mitigation.

Published: February 18, 2026

CVE-2022-38533 Overview

CVE-2022-38533 is a heap-buffer-overflow vulnerability in GNU Binutils before version 2.40. The flaw exists in the error function bfd_getl32 when called from the strip_main function in strip-new via a crafted file. This memory corruption vulnerability (CWE-787: Out-of-bounds Write) can be triggered when processing maliciously crafted binary files, leading to denial of service through application crashes.

Critical Impact

Processing a maliciously crafted file with the strip utility can trigger an out-of-bounds memory write, causing application crashes and potential denial of service on systems using vulnerable versions of GNU Binutils.

Affected Products

  • GNU Binutils (versions before 2.40)
  • Fedora Project Fedora 36
  • Fedora Project Fedora 37

Discovery Timeline

  • August 26, 2022 - CVE-2022-38533 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2022-38533

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-bounds Write), a type of memory corruption that occurs when the software writes data beyond the allocated memory buffer boundaries. The flaw resides in the bfd_getl32 function, which is responsible for reading little-endian 32-bit values from binary files. When invoked through the strip_main function in the strip-new utility, insufficient bounds checking allows a heap-buffer-overflow condition to occur.

The attack requires local access and user interaction, meaning an attacker would need to convince a victim to process a specially crafted binary file using the vulnerable strip utility. Upon successful exploitation, the availability of the affected system is impacted through application crashes, though confidentiality and integrity remain unaffected.

Root Cause

The root cause of this vulnerability is improper validation of data boundaries in the bfd_getl32 function when processing malformed binary files. The function fails to adequately verify that the requested data lies within the valid bounds of the allocated buffer, leading to an out-of-bounds memory access when handling specially crafted input.

Attack Vector

The attack is local in nature, requiring an attacker to deliver a malicious binary file to the target system. The exploitation scenario typically involves:

  1. An attacker crafts a malformed binary file with specific characteristics designed to trigger the heap overflow
  2. The victim processes this file using the strip utility (part of GNU Binutils)
  3. When strip_main invokes bfd_getl32 to read data from the crafted file, the function accesses memory outside the allocated heap buffer
  4. This results in a heap-buffer-overflow condition, causing the application to crash

The vulnerability is documented in Sourceware Bug Report #29482, which contains technical details and a proof-of-concept demonstrating the issue.

Detection Methods for CVE-2022-38533

Indicators of Compromise

  • Unexpected crashes or segmentation faults when running strip, objcopy, or other Binutils utilities
  • Core dumps or crash reports indicating heap corruption in Binutils processes
  • Presence of suspicious or malformed binary files in build environments or package processing directories

Detection Strategies

  • Monitor for abnormal termination of Binutils utilities, particularly strip-new and related tools
  • Implement file integrity monitoring on critical binary processing systems
  • Deploy memory sanitizers (ASan/MSan) in development and CI/CD environments to detect heap corruption
  • Audit build systems and package repositories for potentially malicious binary artifacts

Monitoring Recommendations

  • Enable crash reporting and logging for build servers and development systems running Binutils
  • Implement automated version checking to identify systems running vulnerable Binutils versions (prior to 2.40)
  • Monitor system logs for repeated segfaults or abnormal process terminations in binary processing workflows
  • Consider sandboxing binary processing tools to limit the impact of potential exploitation

How to Mitigate CVE-2022-38533

Immediate Actions Required

  • Upgrade GNU Binutils to version 2.40 or later immediately
  • Review and validate all binary files from untrusted sources before processing with Binutils utilities
  • Implement access controls to restrict who can submit binary files for processing
  • Consider running Binutils utilities in isolated environments or containers to limit crash impact

Patch Information

The vulnerability has been addressed in GNU Binutils version 2.40. The fix is available in the GitHub Commit and the corresponding Sourceware Git repository.

Distribution-specific updates are available:

  • Fedora users should apply updates per the Fedora Package Announcements
  • Gentoo users should refer to GLSA 2023-15
  • NetApp customers should consult the NetApp Security Advisory

Workarounds

  • Avoid processing binary files from untrusted or unknown sources until patching is complete
  • Implement strict file validation and sandboxing for binary processing pipelines
  • Use alternative tools or containerized environments for processing untrusted binaries
  • Restrict access to Binutils utilities to authorized users only
bash
# Check current Binutils version
ld --version | head -n1

# On Fedora, update to patched version
sudo dnf update binutils

# On Debian/Ubuntu systems
sudo apt update && sudo apt upgrade binutils

# Verify the updated version (should be 2.40 or higher)
ld --version | head -n1

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 Binutils

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.03%

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

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 2023-15

  • NetApp Security Advisory

  • Sourceware Bug Report #29495

  • Sourceware Git Commit
  • Vendor Resources
  • Sourceware Bug Report #29482

  • Sourceware Bug Comment #29482
  • Related CVEs
  • CVE-2026-3442: GNU Binutils Buffer Overflow Vulnerability

  • CVE-2026-3441: GNU Binutils Buffer Overflow Vulnerability

  • CVE-2025-5244: GNU Binutils Buffer Overflow Vulnerability

  • CVE-2025-5245: GNU Binutils 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