xdg-dbus-proxy is a filtering proxy for D-Bus connections. Prior to 0.1.7, a policy parser vulnerability allows bypassing eavesdrop restrictions. The proxy checks for eavesdrop=true in policy rules but fails to handle eavesdrop =true (with a space before the equals sign) and similar cases. Clients can intercept D-Bus messages they should not have access to. This vulnerability is fixed in 0.1.7.
The product receives an input value that is used as a resource identifier or other type of reference, but it does not validate or incorrectly validates that the input is equivalent to a potentially-unsafe value.
| Name | Vendor | Start Version | End Version |
|---|---|---|---|
| Xdg-dbus-proxy | Flatpak | * | 0.1.7 (excluding) |
| Xdg-dbus-proxy | Ubuntu | esm-infra/focal | * |
| Xdg-dbus-proxy | Ubuntu | jammy | * |
| Xdg-dbus-proxy | Ubuntu | noble | * |
| Xdg-dbus-proxy | Ubuntu | questing | * |
| Xdg-dbus-proxy | Ubuntu | upstream | * |
Attackers can sometimes bypass input validation schemes by finding inputs that appear to be safe, but will be dangerous when processed at a lower layer or by a downstream component. For example, a simple XSS protection mechanism might try to validate that an input has no “” tags using case-sensitive matching, but since HTML is case-insensitive when processed by web browsers, an attacker could inject “” and trigger XSS.