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.
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.
| Name | Vendor | Start Version | End Version |
|---|---|---|---|
| Avahi | Avahi | * | 0.9 (excluding) |
| Avahi | Avahi | 0.9-rc1 (including) | 0.9-rc1 (including) |
| Avahi | Avahi | 0.9-rc2 (including) | 0.9-rc2 (including) |
| Avahi | Avahi | 0.9-rc3 (including) | 0.9-rc3 (including) |
| Red Hat Hardened Images | RedHat | avahi-main-0.9~rc4-0.1.hum1 | * |
| Avahi | Ubuntu | devel | * |
| Avahi | Ubuntu | esm-infra-legacy/trusty | * |
| Avahi | Ubuntu | esm-infra-legacy/xenial | * |
| Avahi | Ubuntu | esm-infra/bionic | * |
| Avahi | Ubuntu | esm-infra/focal | * |
| Avahi | Ubuntu | esm-infra/xenial | * |
| Avahi | Ubuntu | jammy | * |
| Avahi | Ubuntu | noble | * |
| Avahi | Ubuntu | questing | * |
| Avahi | Ubuntu | resolute | * |
| Avahi | Ubuntu | upstream | * |
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.