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

CVE-2022-42012: Freedesktop D-Bus DOS Vulnerability

CVE-2022-42012 is a denial of service vulnerability in Freedesktop D-Bus where authenticated attackers can crash dbus-daemon by sending malformed messages. This article covers technical details, affected versions, and mitigation.

Published: February 18, 2026

CVE-2022-42012 Overview

CVE-2022-42012 is an Improper Input Validation vulnerability affecting D-Bus, a message bus system widely used for inter-process communication (IPC) on Linux and Unix systems. The vulnerability exists in multiple versions of D-Bus before 1.12.24, 1.13.x and 1.14.x before 1.14.4, and 1.15.x before 1.15.2. An authenticated attacker can cause dbus-daemon and other programs that use libdbus to crash by sending a message with attached file descriptors in an unexpected format.

Critical Impact

Authenticated attackers can crash D-Bus daemon and dependent services, causing denial of service across system services that rely on D-Bus for IPC communication.

Affected Products

  • Freedesktop D-Bus (versions before 1.12.24, 1.13.x, 1.14.x before 1.14.4, and 1.15.x before 1.15.2)
  • Fedora 35
  • Fedora 36
  • Fedora 37

Discovery Timeline

  • 2022-10-06 - Vulnerability disclosed via OpenWall OSS-Security Discussion
  • 2022-10-10 - CVE CVE-2022-42012 published to NVD
  • 2025-06-09 - Last updated in NVD database

Technical Details for CVE-2022-42012

Vulnerability Analysis

This vulnerability stems from improper handling of file descriptors attached to D-Bus messages. D-Bus supports passing file descriptors between processes as part of its IPC mechanism, allowing applications to share open files, sockets, or other resources. However, when a malformed message contains file descriptors in an unexpected format, the parsing logic in libdbus fails to handle this condition gracefully.

The vulnerability allows an authenticated user with the ability to send D-Bus messages to craft a malicious message that triggers a crash in dbus-daemon or any application using the affected libdbus library. Since D-Bus is a fundamental component of modern Linux desktop environments and many system services, crashing the daemon can have cascading effects across the entire system.

Root Cause

The root cause is an Improper Input Validation issue (CWE-20) in the file descriptor handling code within libdbus. When processing messages with attached file descriptors, the library does not properly validate the format of the file descriptor array before attempting to process it. This allows specially crafted messages with malformed file descriptor attachments to cause memory access errors or assertion failures, leading to process termination.

Attack Vector

The attack requires network access and low-privilege authentication to the D-Bus system or session bus. An attacker who has legitimate access to send D-Bus messages can exploit this vulnerability by:

  1. Establishing a connection to the D-Bus daemon (system bus or session bus)
  2. Crafting a D-Bus message with file descriptors attached in an unexpected or malformed format
  3. Sending the malicious message to trigger the parsing error
  4. The dbus-daemon or receiving application crashes, causing denial of service

The vulnerability exploitation mechanism involves sending a D-Bus message with malformed file descriptor metadata that bypasses initial validation but causes a crash during later processing stages. Since D-Bus is integral to system service communication, a crash of dbus-daemon can disrupt desktop environments, system services, and inter-process communication across the affected system.

For technical details on the vulnerability, see the GitLab Issue #417.

Detection Methods for CVE-2022-42012

Indicators of Compromise

  • Unexpected crashes or restarts of the dbus-daemon process
  • System log entries showing dbus-daemon segmentation faults or assertion failures
  • Service disruptions in applications dependent on D-Bus communication
  • Core dumps from dbus-daemon or applications using libdbus

Detection Strategies

  • Monitor system logs for dbus-daemon crash events using journalctl or syslog
  • Implement process monitoring to detect unexpected dbus-daemon restarts
  • Use audit logging to track D-Bus message sources when crashes occur
  • Deploy endpoint detection to identify patterns of repeated D-Bus daemon crashes

Monitoring Recommendations

  • Configure alerts for dbus-daemon process termination events in system monitoring tools
  • Enable core dump collection for post-incident forensic analysis
  • Monitor D-Bus connection patterns for unusual message activity
  • Implement rate limiting on D-Bus connections to reduce impact of exploitation attempts

How to Mitigate CVE-2022-42012

Immediate Actions Required

  • Update D-Bus to version 1.12.24 or later for the 1.12.x branch
  • Update D-Bus to version 1.14.4 or later for the 1.14.x branch
  • Update D-Bus to version 1.15.2 or later for the 1.15.x branch
  • Apply vendor-provided security updates for your Linux distribution

Patch Information

Security patches are available from the freedesktop.org D-Bus project and have been incorporated into major Linux distributions. Fedora users should apply the updates referenced in the Fedora Package Announcements. Gentoo users should consult GLSA 202305-08 for patching guidance. For other distributions, consult your vendor's security advisory channels.

Workarounds

  • Restrict access to the D-Bus system bus to trusted users and processes only
  • Implement D-Bus policy restrictions to limit which users can send messages
  • Consider using AppArmor or SELinux profiles to confine D-Bus daemon access
  • Monitor and restart dbus-daemon automatically to maintain service availability until patches can be applied
bash
# Check current D-Bus version
dbus-daemon --version

# Update D-Bus on Fedora/RHEL-based systems
sudo dnf update dbus dbus-libs

# Update D-Bus on Debian/Ubuntu-based systems
sudo apt update && sudo apt upgrade dbus libdbus-1-3

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechDbus

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.18%

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

  • CWE-20
  • Technical References
  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 202305-08
  • Vendor Resources
  • GitLab Issue #417

  • OpenWall OSS-Security Discussion
  • Related CVEs
  • CVE-2022-42011: Freedesktop D-Bus DoS Vulnerability

  • CVE-2022-42010: Freedesktop D-Bus DoS 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