PULSE
LIVE22signals / 24h
FEED
ransomqilin reclama a Mera Metal · PL · Manufacturingransomglobal secret group reclama a Pavillon · US · Otherransomdragonforce reclama a P. A. Inc. (Performance Alloys) · US · Manufacturingransomdragonforce reclama a Mike Graham Heating And Air Conditioning · US · Otherransomqilin reclama a STADLER Sensorik CNC-Technik · AT · Manufacturingransomchaos reclama a tomorrowsoffice.com · GB · Professional Servicesransomdark project reclama a Long-Lewis Automotive Group · US · Not Foundransomtriple x reclama a Henshaw Law · GB · Professional Servicesransomqilin reclama a Stade Francais · FR · Hospitalityransompayoutsking reclama a H****r · US · Not Foundransomdark project reclama a Mayco International · US · Manufacturingransomdark project reclama a Brainhunter Companies LLC. and Brainhunter Systems Ltd. · US · Professional Servicesransomdark project reclama a Leviton · US · Manufacturingransomdark project reclama a The Miller Group · GB · Otherransomqilin reclama a Mera Metal · PL · Manufacturingransomglobal secret group reclama a Pavillon · US · Otherransomdragonforce reclama a P. A. Inc. (Performance Alloys) · US · Manufacturingransomdragonforce reclama a Mike Graham Heating And Air Conditioning · US · Otherransomqilin reclama a STADLER Sensorik CNC-Technik · AT · Manufacturingransomchaos reclama a tomorrowsoffice.com · GB · Professional Servicesransomdark project reclama a Long-Lewis Automotive Group · US · Not Foundransomtriple x reclama a Henshaw Law · GB · Professional Servicesransomqilin reclama a Stade Francais · FR · Hospitalityransompayoutsking reclama a H****r · US · Not Foundransomdark project reclama a Mayco International · US · Manufacturingransomdark project reclama a Brainhunter Companies LLC. and Brainhunter Systems Ltd. · US · Professional Servicesransomdark project reclama a Leviton · US · Manufacturingransomdark project reclama a The Miller Group · GB · Other
← All CVEs
CVE WatchJul 24, 2026

CVE-2026-34080

xdg-dbus-proxy is a filtering proxy for D-Bus connections. Prior to 0.1.7, a policy parser vulnerability allows bypassing eavesdrop restrict

CVSS

5.5

Medium

EPSS

0.2%

p7

KEV

Exploit Today

2

0-100

Published: Apr 7, 2026 · Last modified: Jul 24, 2026 · CWE-1289

EPSS · 30d
0.2%EPSS · 30 days0.2%
2026-07-072026-08-04
Technical description

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.

Official references
Related CVEs
CVECVSSEPSSKEVRExploitTitleMod.
CVE-2026-600747.5 HIG
31.5%
9Date::Manip versions through 6.99 for Perl return corrupted dates via non-ASCII decimal digits that pass the numeric range tests in check. The parse regexes capture year, month and day with the `\d` shorthand, which on a character string matches the whole Unicode decimal digit property `\p{Nd}` and not just `[0-9]`. Date::Manip::Base::check then validates the captured fields with numeric comparisons alone (`$y<1 || $y>9999`, `$m<1 || $m>12`, `$d<1 || $d>$days`), and _parse_check stores the numified fields (`$y+0`). Perl truncates a string at the first character that is not an ASCII digit, so a field whose leading characters are ASCII digits numifies to an in-range prefix and satisfies every test: a year field of three ASCII digits followed by U+0664 ARABIC-INDIC DIGIT FOUR numifies to 202, giving the year 0202, and one non-ASCII digit in the month or day field shifts those fields the same way. The hour, minute and second fields match explicit ASCII character classes (`0?[0-9]`, `[0-5][0-9]`) and do not shift, though a non-ASCII digit in a fractional hour or minute field truncates the fraction. Any caller that passes an untrusted character string to ParseDate() or Date::Manip::Date->parse() can get back a date that differs from the string it parsed, with no parse error. Where the parsed date gates logic such as an expiry check or a retention window, the shift goes unnoticed.5d
CVE-2026-477296.5 MED
71.8%
22Squid is a caching proxy for the Web. Prior to 7.6, due to an improper validation of syntactic correctness of input in the FTP gateway (src/clients/FtpGateway.cc), Squid is vulnerable to an out-of-bounds read: when a listing entry date in the TypeA or TypeB directory-listing formats is not followed by a filename, parsing was not restricted to the input buffer, so a trusted client accessing a misbehaving FTP server through Squid's gateway feature could read memory from random unrelated transactions. This issue is fixed in version 7.6.17d
CVE-2026-46644
32.2%
10Symfony Polyfill backports PHP features and provides compatibility layers for extensions and functions. From 1.17.1 until 1.38.1, symfony/polyfill-intl-idn accepts xn-- labels whose Punycode payload is empty or decodes to ASCII-only code points because Idn::process() does not enforce the UTS #46 revision 33 requirement that decoded ACE labels contain at least one non-ASCII code point. Originally unequal domain names can be regarded as equal, which can lead to blacklist bypassing, inconsistent URL parsing, and server-side request forgery in applications using the polyfill to canonicalise or compare hostnames. This issue is fixed in version 1.38.1.21d
CVE-2026-500909.3 CRI
13.7%
4The Aqara Cloud OAuth Authorization Endpoint (open-cn.aqara.com/oauth/authorize) is vulnerable to a redirect bypass due to lax controls on domain matching, which is an instance of "CWE-1289: Improper Validation of Unsafe Equivalence in Input" and has an estimated CVSS of CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N (9.3 Critical).27d
CVE-2026-424627.0 HIG
6.7%
2Fedify is a TypeScript library for building federated server apps powered by ActivityPub. Prior to versions 1.9.11, 1.10.10, 2.0.18, 2.1.14, and 2.2.3, an attacker can make use of JSON-LD features to restructure a JSON-LD document that would change how Fedify interprets it without changing its Linked Data Signature, allowing them to alter a third-party signed activity they have received. Versions 1.9.11, 1.10.10, 2.0.18, 2.1.14, and 2.2.3 fix the issue.13d
CVE-2026-499427.3 HIG
23.6%
7Net::CIDR::Set versions through 0.20 for Perl did not validate network masks. The mask portion of a network mask could contain Unicode digits such as the Arabic-Indic One (U+0661), or non-digits, which were ignored. This could allow network masks to accept larger networks. Leading zeros were also accepted, but treated as decimal instead of octal. This could lead to confusion about what networks are acceptable.14d