A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-9150

CVE-2026-9150: libsolv Buffer Overflow Vulnerability

CVE-2026-9150 is a stack-based buffer overflow in libsolv's Debian metadata parser that allows attackers to cause memory corruption and denial of service. This article covers technical details, affected systems, and mitigation.

Published: May 21, 2026

CVE-2026-9150 Overview

CVE-2026-9150 is a stack-based buffer overflow [CWE-121] in libsolv, an open-source library used for dependency resolution in package management systems. The flaw resides in the Debian metadata parser when handling repository metadata containing crafted SHA384 or SHA512 checksum tags. An attacker who convinces a user to process a malicious Debian repository can trigger memory corruption, resulting in denial of service. libsolv is widely embedded in package managers including DNF, Zypper, and other RPM-based tooling, expanding the exposure beyond Debian-native systems that consume Debian metadata.

Critical Impact

Processing crafted Debian repository metadata triggers a stack buffer overflow in libsolv, corrupting memory and crashing the host process that performs package resolution.

Affected Products

  • libsolv (openSUSE upstream project)
  • Red Hat Enterprise Linux distributions shipping libsolv
  • openSUSE and SUSE Linux Enterprise distributions shipping libsolv

Discovery Timeline

  • 2026-05-20 - CVE-2026-9150 published to NVD
  • 2026-05-20 - Last updated in NVD database

Technical Details for CVE-2026-9150

Vulnerability Analysis

The vulnerability is a stack-based buffer overflow in libsolv's Debian repository metadata parser. When libsolv parses repository index files, it processes checksum entries declared with tags such as SHA384 and SHA512. The parser writes checksum data into a fixed-size stack buffer without correctly enforcing the bounds required for these longer hash lengths. A crafted entry overflows the buffer and corrupts adjacent stack memory, including saved registers and the return address. The condition requires user interaction, typically a package operation that fetches and parses the malicious repository metadata. Successful exploitation produces a process crash and denial of service of the package management workflow. Confidentiality and integrity remain unaffected per the published CVSS vector, but availability impact is high.

Root Cause

The libsolv Debian backend uses fixed-size stack storage sized for shorter checksum tags. The parser does not validate that the checksum tag length matches the destination buffer before copying bytes from the repository file. SHA384 and SHA512 digests exceed the assumed maximum, allowing the overflow. The upstream fix is tracked in openSUSE Pull Request #616.

Attack Vector

An attacker hosts a malicious Debian repository or performs a man-in-the-middle modification of repository metadata served over an unauthenticated channel. When a user or automation runs a package operation that consumes that repository, libsolv parses the crafted SHA384 or SHA512 checksum tag and overflows the stack buffer. The attack vector is network-based but requires user-initiated package processing. No authentication is required on the target system. The vulnerability mechanism is described in the Red Hat CVE-2026-9150 Advisory and Red Hat Bug Report #2460379.

Detection Methods for CVE-2026-9150

Indicators of Compromise

  • Unexpected crashes or SIGSEGV terminations of processes linking libsolv, including dnf, zypper, microdnf, or packagekitd.
  • Core dumps from package management tools containing stack frames inside libsolv Debian repository parsing routines.
  • Outbound connections from package managers to untrusted or unexpected Debian repository hosts.

Detection Strategies

  • Inspect repository configuration files such as /etc/apt/sources.list, /etc/yum.repos.d/, and /etc/zypp/repos.d/ for unauthorized Debian repository entries.
  • Alert on libsolv-linked processes terminating abnormally during repository refresh or transaction resolution.
  • Compare installed libsolv package versions against vendor-fixed versions across the fleet.

Monitoring Recommendations

  • Forward package manager logs and system crash telemetry to a centralized analytics platform for anomaly review.
  • Monitor changes to repository definition files and GPG keyring directories used by package managers.
  • Track network egress from build systems and container image pipelines that invoke libsolv-based tooling.

How to Mitigate CVE-2026-9150

Immediate Actions Required

  • Apply distribution-provided libsolv updates as soon as vendor packages become available.
  • Restrict package management operations to trusted, authenticated, and TLS-protected repositories only.
  • Audit container base images and CI runners that invoke libsolv, and rebuild them once a patched library is published.

Patch Information

The upstream fix is implemented in openSUSE Pull Request #616. Track distribution-specific advisories through the Red Hat CVE-2026-9150 Advisory and the corresponding Red Hat Bug Report #2460379 for backported package versions.

Workarounds

  • Disable Debian repository sources in libsolv-based tooling until the patched library is installed.
  • Enforce repository signature verification and pin trusted mirrors to prevent injection of crafted metadata.
  • Run package operations in isolated, non-privileged environments so that a crash does not affect production workloads.
bash
# Configuration example: verify installed libsolv version and disable untrusted repos
rpm -q libsolv          # RHEL / openSUSE
dpkg -l | grep libsolv  # Debian / Ubuntu derivatives

# Temporarily disable a suspect repository (DNF example)
sudo dnf config-manager --set-disabled <repo-id>

# Force repository metadata refresh after patching
sudo dnf clean all && sudo dnf makecache

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechLibsolv

  • SeverityMEDIUM

  • CVSS Score6.5

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-121
  • Technical References
  • Red Hat CVE-2026-9150 Advisory

  • Red Hat Bug Report #2460379

  • openSUSE Pull Request #616
  • Related CVEs
  • CVE-2026-48864: libsolv Buffer Overflow Vulnerability

  • CVE-2026-9149: libsolv Buffer Overflow Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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