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-2022-22827

CVE-2022-22827: Libexpat Buffer Overflow Vulnerability

CVE-2022-22827 is a buffer overflow vulnerability in Libexpat caused by an integer overflow in storeAtts function. This flaw affects versions before 2.4.3. This article covers technical details, affected versions, and mitigation.

Published: February 18, 2026

CVE-2022-22827 Overview

An integer overflow vulnerability exists in the storeAtts function within xmlparse.c in Expat (also known as libexpat) before version 2.4.3. This vulnerability occurs during XML attribute processing and can be triggered by specially crafted XML input, potentially leading to memory corruption, denial of service, or arbitrary code execution.

Critical Impact

This integer overflow in a widely-used XML parsing library affects numerous downstream products including vulnerability scanners, industrial control systems, and major Linux distributions, creating significant supply chain risk.

Affected Products

  • libexpat_project libexpat (versions before 2.4.3)
  • Tenable Nessus
  • Debian Linux 10.0 and 11.0
  • Siemens SINEMA Remote Connect Server

Discovery Timeline

  • 2022-01-10 - CVE CVE-2022-22827 published to NVD
  • 2025-05-05 - Last updated in NVD database

Technical Details for CVE-2022-22827

Vulnerability Analysis

The vulnerability resides in the storeAtts function of Expat's XML parser, which is responsible for processing and storing XML element attributes during parsing. When handling XML documents with a large number of attributes or attributes with specific size characteristics, an integer overflow can occur during internal calculations.

Integer overflows in memory allocation contexts are particularly dangerous because they can cause the allocation of a smaller-than-expected buffer. Subsequent operations that assume the original (larger) size will write data beyond the allocated memory region, leading to heap buffer overflows. In the context of XML parsing, an attacker can craft malicious XML content that triggers this overflow condition.

The impact of this vulnerability is significant because libexpat is one of the most widely deployed XML parsing libraries, serving as a foundational component in countless applications, programming language runtimes, and embedded systems. Products ranging from Tenable's Nessus vulnerability scanner to Siemens industrial control systems incorporate this library.

Root Cause

The root cause is an integer overflow vulnerability (CWE-190) in the storeAtts function. When calculating buffer sizes for storing XML attributes, the function performs arithmetic operations on attacker-controlled values (attribute counts and sizes) without adequate overflow checks. When the calculation result wraps around due to integer overflow, a significantly smaller memory buffer is allocated than what is actually needed to store the attribute data.

Attack Vector

This vulnerability is exploitable over the network with user interaction required. An attacker can craft a malicious XML document containing specifically designed attributes that trigger the integer overflow condition. The attack vector includes:

The vulnerability can be exploited when a victim application parses untrusted XML content. This could occur through:

  • Web services accepting XML input
  • File upload functionality processing XML documents
  • Email attachments containing malicious XML
  • Any application feature that processes external XML data using the vulnerable libexpat library

The attacker constructs an XML document with attributes designed to overflow integer calculations in storeAtts. When parsed, this causes undersized buffer allocation followed by out-of-bounds memory writes, potentially enabling code execution.

Detection Methods for CVE-2022-22827

Indicators of Compromise

  • Abnormally large XML files or XML documents with an unusually high number of attributes being processed by applications
  • Application crashes or unexpected terminations in processes that parse XML data
  • Memory corruption errors or segmentation faults in applications using libexpat
  • Suspicious XML content containing extremely long attribute values or excessive attribute counts

Detection Strategies

  • Deploy application monitoring to detect crashes or abnormal behavior in XML-processing applications
  • Implement file inspection rules to flag XML documents with suspicious characteristics such as excessive attributes
  • Monitor for exploitation attempts using network intrusion detection systems with signatures for malformed XML
  • Conduct software composition analysis to identify all instances of vulnerable libexpat versions in your environment

Monitoring Recommendations

  • Enable enhanced logging for applications that process XML from untrusted sources
  • Implement memory protection mechanisms such as ASLR and stack canaries to limit exploitation impact
  • Monitor system logs for segmentation faults or memory access violations in XML-parsing processes
  • Track libexpat version deployment across all systems using software inventory tools

How to Mitigate CVE-2022-22827

Immediate Actions Required

  • Upgrade libexpat to version 2.4.3 or later across all affected systems immediately
  • Identify all applications and systems using vulnerable versions of libexpat through software inventory
  • Apply vendor-specific patches from Debian, Tenable, Siemens, and other affected vendors
  • Restrict processing of XML from untrusted sources until patches are applied
  • Review and update any containerized or embedded systems that may include bundled libexpat versions

Patch Information

The vulnerability is addressed in libexpat version 2.4.3 and later. The fix implements proper integer overflow checking in the storeAtts function to prevent undersized buffer allocations. Multiple vendors have released updates incorporating the patched library:

  • Debian DSA-5073 Security Notice provides patched packages for Debian 10 and 11
  • Tenable Security Notice TNS-2022-05 addresses the vulnerability in Nessus
  • Siemens Security Advisory SSA-484086 covers SINEMA Remote Connect Server
  • Gentoo GLSA 202209-24 Advisory provides Gentoo Linux guidance
  • The upstream fix is available in the GitHub Pull Request for Expat

Workarounds

  • Implement input validation to reject XML documents with excessive attributes or attribute sizes before parsing
  • Deploy web application firewalls configured to inspect and limit XML payload characteristics
  • Isolate XML-processing applications in sandboxed environments to contain potential exploitation
  • Disable XML processing features in applications where they are not strictly required
bash
# Check installed libexpat version on Debian/Ubuntu systems
dpkg -l | grep libexpat

# Update libexpat on Debian/Ubuntu
sudo apt update && sudo apt upgrade libexpat1

# Verify the updated version
dpkg -l libexpat1 | grep -E "^ii"

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechLibexpat

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.28%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-190
  • Technical References
  • Openwall Security List Post

  • Siemens Security Advisory SSA-484086

  • GitHub Pull Request for Expat

  • Gentoo GLSA 202209-24 Advisory

  • Debian DSA-5073 Security Notice

  • Tenable Security Notice TNS-2022-05
  • Related CVEs
  • CVE-2026-25210: libexpat Buffer Overflow Vulnerability

  • CVE-2024-45492: Libexpat Buffer Overflow Vulnerability

  • CVE-2024-45491: Libexpat Buffer Overflow Vulnerability

  • CVE-2022-25314: Libexpat 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