ZeroHour

CVE-2026-82472

moderate

Unauthenticated PDF Upload in Documenso Enables Storage Exhaustion DoS

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

Documenso before 2.13.0 exposes its /api/files/upload-pdf endpoint without requiring authentication, session tokens, or API credentials (CWE-306, missing authentication for a critical function). Any unauthenticated attacker who can reach the endpoint over the network can submit arbitrary PDF files repeatedly and without limit. By uploading files indefinitely, the attacker can exhaust server storage and fill the database with unlinked document records, producing a denial-of-service condition; per the CVSS 4.0 vector (8.7, high, VA:H), the impact is confined to availability with no confidentiality or integrity effect. Any deployment of Documenso prior to 2.13.0 whose upload endpoint is network-reachable, particularly internet-exposed self-hosted instances, is affected. No public proof-of-concept, KEV listing, or known exploitation exists, and EPSS puts 30-day exploitation probability at only 0.4%, although the flaw is trivially exploitable with basic HTTP requests.

What to do: Upgrade to Documenso 2.13.0 or later. Until then, restrict access to /api/files/upload-pdf at a reverse proxy or firewall (require authentication or an IP allowlist) and/or rate-limit uploads, and monitor disk usage and database growth for signs of abuse. Review upload and web-server logs for unauthenticated requests to that endpoint to check for prior exploitation.

Affected
DocumensoAll versions before 2.13.0
Estimated exposure
moderatelikely on the order of 1,000-10,000 self-hosted instances (estimate) — Documenso is a young, self-hosted open-source e-signature platform with no published install telemetry or internet-exposure scan counts, so this order-of-magnitude estimate is based on typical deployment patterns for community-run…

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

Description

Documenso before 2.13.0 accepts PDF file uploads on the /api/files/upload-pdf endpoint without requiring authentication, session tokens, or API credentials. Unauthenticated attackers can upload arbitrary PDF files indefinitely to exhaust storage resources or fill the database with unlinked document records.

Weakness
CWE-306
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.