ZeroHour

CVE-2026-82520

niche

Unauthenticated Decompression Bomb DoS in parsedmarc (< 11.0.1)

CVSS 4.0
8.7 high
EPSS
<1%p37
Published
()
Modified
AI analysis

parsedmarc before 11.0.1 decompresses gzip and ZIP attachments in DMARC report emails in a single unbounded read with no limit on decompressed output size (CWE-409). Because the tool automatically processes incoming DMARC aggregate reports sent to a monitored mailbox, an unauthenticated remote attacker who knows or guesses that mailbox address can send a crafted email containing a highly compressed attachment, with no user interaction required. Decompression allocates memory proportional to the uncompressed size, allowing the attacker to exhaust available RAM and crash or stall the parsedmarc process — a denial-of-service condition with availability impact only (CVSS 4.0: 8.7). Any organization running an affected version to process DMARC reports via a reachable mailbox is exposed, and the report mailbox address may be discoverable from publicly published DMARC DNS records. As of now there is no public proof-of-concept, no CISA KEV listing, and no confirmed in-the-wild exploitation, consistent with its modest 0.4% EPSS probability.

What to do: Upgrade parsedmarc to 11.0.1 or later, which bounds decompressed output size. As interim mitigation, restrict delivery to the monitored DMARC report mailbox (noting its address may be published in the domain's DMARC DNS record), cap inbound message and attachment sizes at the mail gateway, and alert on abnormal memory consumption by the parsedmarc process. No public exploit is known, but because the mailbox is unauthenticated and reachable, patching should be treated as a priority.

Affected
domainaware (parsedmarc open-source project) parsedmarcAll versions before 11.0.1 (fixed in 11.0.1)
Estimated exposure
nichelikely on the order of thousands of deployments at most (no public install counts or internet-exposure scan data available) — parsedmarc is a specialized open-source DMARC analysis tool run primarily by security teams and MSSPs against dedicated report mailboxes rather than a mass-market or internet-exposed service, so the affected installed base is bounded by…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

parsedmarc before 11.0.1 decompresses gzip and ZIP attachments in a single unbounded read with no limit on decompressed output size. Because parsedmarc automatically processes incoming DMARC report emails without user interaction, an unauthenticated remote attacker can send a crafted email with a highly compressed attachment to the monitored mailbox, causing the parsedmarc process to allocate memory proportional to the uncompressed size and exhaust available RAM.

Weakness
CWE-409
Vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

In the news

No ingested article mentions this CVE yet.