AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-71244

MEDIUM · CVSS 6.5 EPSS 0.20% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-05 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The vulnerability in Paperless-ngx allows users with limited permissions to exploit the MailAccountViewSet.test() action by redirecting authentication requests to an attacker-controlled IMAP server. This results in the exposure of sensitive credentials, including stored IMAP passwords and OAuth tokens. Organizations using Paperless-ngx should prioritize this issue to prevent potential credential theft and unauthorized access to email accounts.

Public Exploit Signal

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

GitHub PoC Links

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

CVE
CVE-2026-71244
Severity
MEDIUM
CVSS
6.5
EPSS
0.20%

Original NVD Description

Paperless-ngx's MailAccountViewSet.test action, when called with an existing account's ID and a masked password field, reuses the stored password, account_type, refresh_token, and expiration from that existing account while allowing the caller to supply a different imap_server, imap_port, and imap_security in the same request.