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-2025-68276

CVE-2025-68276: Avahi mDNS/DNS-SD DoS Vulnerability

CVE-2025-68276 is a denial of service vulnerability in Avahi that allows unprivileged local users to crash avahi-daemon via D-Bus. This post covers the technical details, affected versions, and mitigation steps.

Updated: January 22, 2026

CVE-2025-68276 Overview

Avahi is a system which facilitates service discovery on a local network via the mDNS/DNS-SD protocol suite. A local denial of service vulnerability exists in Avahi versions 0.9-rc2 and earlier that allows unprivileged local users to crash the avahi-daemon process. This occurs when wide-area DNS-SD is disabled, yet attackers can create record browsers with the AVAHI_LOOKUP_USE_WIDE_AREA flag set via the D-Bus interface.

Critical Impact

Unprivileged local users can crash the avahi-daemon service, disrupting mDNS/DNS-SD service discovery functionality across the local network.

Affected Products

  • Avahi versions 0.9-rc2 and earlier
  • Systems running avahi-daemon with wide-area DNS-SD disabled
  • Linux distributions utilizing Avahi for network service discovery

Discovery Timeline

  • 2026-01-12 - CVE CVE-2025-68276 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2025-68276

Vulnerability Analysis

This vulnerability is classified as CWE-617 (Reachable Assertion), a condition where an assertion can be triggered by external input, leading to an application crash. The flaw exists in the D-Bus interface handling of the Avahi daemon when processing record browser creation requests.

When avahi-daemon is configured with wide-area DNS-SD disabled (a common configuration), the daemon does not properly validate the AVAHI_LOOKUP_USE_WIDE_AREA flag passed through D-Bus method calls. An unprivileged local user can invoke the RecordBrowserNew method directly or utilize higher-level APIs such as hostname, address, or service resolvers/browsers that internally create record browsers with this flag set.

The assertion failure occurs because the daemon encounters an unexpected state when wide-area functionality is requested but the subsystem is disabled, causing the process to terminate abnormally.

Root Cause

The root cause is inadequate input validation in the D-Bus interface layer. The daemon fails to check whether wide-area DNS-SD functionality is enabled before processing requests that specify the AVAHI_LOOKUP_USE_WIDE_AREA flag. This allows the daemon to enter a code path that triggers a reachable assertion, crashing the service.

Attack Vector

The attack requires local access to the system and utilizes the D-Bus inter-process communication mechanism. An attacker with an unprivileged local account can interact with the Avahi D-Bus interface using standard D-Bus tools or libraries. The exploitation can be achieved through multiple methods:

  1. Directly calling the RecordBrowserNew D-Bus method with the AVAHI_LOOKUP_USE_WIDE_AREA flag
  2. Creating hostname resolvers that internally instantiate record browsers with the wide-area flag
  3. Creating address resolvers or service browsers that trigger the same internal behavior

The attack does not require any special privileges beyond local system access and the ability to communicate with the D-Bus session or system bus.

Detection Methods for CVE-2025-68276

Indicators of Compromise

  • Unexpected avahi-daemon process crashes or service restarts
  • System logs showing assertion failures from the avahi-daemon process
  • D-Bus audit logs showing repeated calls to RecordBrowserNew or resolver creation methods
  • Service discovery failures across the local network following daemon crashes

Detection Strategies

  • Monitor system logs for avahi-daemon crash events and assertion failure messages
  • Implement D-Bus auditing to track calls to Avahi interfaces, particularly RecordBrowserNew method invocations
  • Configure process monitoring to detect repeated restarts of the avahi-daemon service
  • Analyze D-Bus traffic patterns for anomalous wide-area flag usage when the feature is disabled

Monitoring Recommendations

  • Enable enhanced logging for the avahi-daemon service to capture detailed error information
  • Set up alerts for avahi-daemon service state changes, particularly unexpected terminations
  • Monitor for repeated D-Bus method calls from non-standard or suspicious user contexts
  • Implement crash dump collection for forensic analysis of assertion failures

How to Mitigate CVE-2025-68276

Immediate Actions Required

  • Update Avahi to a patched version that addresses this vulnerability
  • Review D-Bus access policies to restrict which users can interact with the Avahi service interface
  • Consider temporarily disabling the Avahi service if not required for critical operations
  • Monitor systems for signs of exploitation attempts

Patch Information

A fix has been committed to the Avahi repository addressing this vulnerability. The patch is available via GitHub Commit ede7048. Additional details can be found in Pull Request #806 and the GitHub Security Advisory GHSA-mhf3-865v-g5rc.

System administrators should apply the patch from their distribution's package repositories when available or compile from source using the patched commit.

Workarounds

  • Restrict D-Bus access to the Avahi service by modifying D-Bus policy configuration files
  • If wide-area DNS-SD is not required, ensure it remains disabled while also restricting access to the D-Bus interface
  • Use D-Bus policy rules to limit which users can call Avahi methods that create record browsers
  • Consider running avahi-daemon in a more restricted environment using systemd sandboxing features
bash
# D-Bus policy restriction example (add to /etc/dbus-1/system.d/avahi-dbus.conf)
# Restrict Avahi interface access to specific users/groups
<policy user="root">
  <allow send_destination="org.freedesktop.Avahi"/>
</policy>
<policy context="default">
  <deny send_destination="org.freedesktop.Avahi"
        send_interface="org.freedesktop.Avahi.Server"
        send_member="RecordBrowserNew"/>
</policy>

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechAvahi

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.01%

  • 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-617
  • Technical References
  • GitHub Commit Update

  • GitHub Pull Request #806

  • GitHub Security Advisory GHSA-mhf3-865v-g5rc
  • Related CVEs
  • CVE-2026-24401: Avahi mDNS Daemon DoS Vulnerability

  • CVE-2025-68471: Avahi mDNS Daemon DoS Vulnerability

  • CVE-2025-68468: Avahi Daemon DoS Vulnerability

  • CVE-2021-3468: Avahi Denial of Service (DoS) 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