SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-48051

LOW · CVSS 3.5 EPSS 0.21% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-27 · Last synced 2026-08-26

CyberRota Analysis

AI-Generated

The vulnerability affects the webhook delivery system in Papra versions prior to 26.5.0, allowing authenticated users to bypass SSRF protections and make unauthorized HTTP requests to internal addresses. This can lead to exposure of sensitive internal services and data. Organizations using Papra should prioritize this issue to mitigate potential risks associated with internal network access.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit
GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-48051
Severity
LOW
CVSS
3.5
EPSS
0.21%
Docker

Original NVD Description

Papra is a minimalistic document management and archiving platform. Prior to version 26.5.0, Papra's webhook delivery system contains an SSRF protection bypass that allows any authenticated organisation member to cause the server to make HTTP requests to internal addresses — loopback, link-local, and RFC-1918 ranges. The SSRF protection validates the registered webhook URL but ignores redirect destinations. The HTTP client (ofetch) follows 3xx responses automatically, and the redirect target is never checked against the blocklist. An attacker registers a webhook pointing to an attacker-controlled server, which redirects incoming POSTs to any internal address. Exploitation was confirmed by live test against the official Docker image. The fix is a single-line change to the webhook HTTP client. This issue has been patched in version 26.5.0.