CVE Vulnerabilities

CVE-2026-34933

Reachable Assertion

Published: Apr 03, 2026 | Modified: Apr 13, 2026
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
5.5 MODERATE
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Ubuntu
MEDIUM
root.io logo minimus.io logo echo.ai logo

Avahi is a system which facilitates service discovery on a local network via the mDNS/DNS-SD protocol suite. Prior to version 0.9-rc4, any unprivileged local user can crash avahi-daemon by sending a single D-Bus method call with conflicting publish flags. This issue has been patched in version 0.9-rc4.

Weakness

The product contains an assert() or similar statement that can be triggered by an attacker, which leads to an application exit or other behavior that is more severe than necessary.

Affected Software

NameVendorStart VersionEnd Version
AvahiAvahi*0.9 (excluding)
AvahiAvahi0.9-rc1 (including)0.9-rc1 (including)
AvahiAvahi0.9-rc2 (including)0.9-rc2 (including)
AvahiAvahi0.9-rc3 (including)0.9-rc3 (including)
Red Hat Hardened ImagesRedHatavahi-main-0.9~rc4-0.1.hum1*
AvahiUbuntudevel*
AvahiUbuntuesm-infra-legacy/trusty*
AvahiUbuntuesm-infra-legacy/xenial*
AvahiUbuntuesm-infra/bionic*
AvahiUbuntuesm-infra/focal*
AvahiUbuntuesm-infra/xenial*
AvahiUbuntujammy*
AvahiUbuntunoble*
AvahiUbuntuquesting*
AvahiUbunturesolute*
AvahiUbuntuupstream*

Extended Description

While assertion is good for catching logic errors and reducing the chances of reaching more serious vulnerability conditions, it can still lead to a denial of service. For example, if a server handles multiple simultaneous connections, and an assert() occurs in one single connection that causes all other connections to be dropped, this is a reachable assertion that leads to a denial of service.

Potential Mitigations

References