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.
Published: 2026-09-03
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability lies in parsedmarc's handling of compressed email attachments. The tool decompresses gzip and ZIP attachments using a single read that has no safeguard against extreme compression, so an attacker can craft a small file that expands to a very large uncompressed form. When processed, parsedmarc allocates memory proportional to that size, causing the process to consume all available RAM and become unresponsive, effectively denying service to legitimate users. This weakness is related to unchecked resource consumption.

Affected Systems

Domainaware's parsedmarc versions earlier than 11.0.1 are affected. Any deployment running a pre‑11.0.1 release will process inbound DMARC report emails without user intervention, exposing the vulnerability to any external sender of specially crafted attachments.

Risk and Exploitability

The CVSS score of 8.7 indicates a high severity. An attacker needs only to send an email to the monitored mailbox; no authentication or special privileges are required. The EPSS score is not available, but the absence of authentication bottlenecks combined with the potentially unlimited size of the compressed payload means exploitation is likely easy if the system is reachable. This vulnerability is not currently listed in the CISA KEV catalog, but its impact and accessibility make it a serious threat for exposed deployments.

Generated by OpenCVE AI on September 3, 2026 at 21:31 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade parsedmarc to version 11.0.1 or later
  • If immediate upgrade is not possible, configure the mailbox or email gateway to reject or quarantine attachments larger than a reasonable threshold before they reach parsedmarc
  • Implement monitoring of parsedmarc’s memory usage and set up alerts to detect sudden spikes indicative of a denial‑of‑service attack

Generated by OpenCVE AI on September 3, 2026 at 21:31 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 20:45:00 +0000

Type Values Removed Values Added
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.
Title parsedmarc < 11.0.1 Zip Bomb DoS via Compressed Email Attachments
Weaknesses CWE-409
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}

cvssV4_0

{'score': 8.7, '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'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-03T20:39:00.723Z

Reserved: 2026-08-29T17:20:57.081Z

Link: CVE-2026-82520

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-03T21:17:22.407

Modified: 2026-09-03T21:17:22.407

Link: CVE-2026-82520

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T21:45:09Z

Weaknesses
  • CWE-409

    Improper Handling of Highly Compressed Data (Data Amplification)