SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-48052

MEDIUM · CVSS 5.4 EPSS 0.21% Public Exploit

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

CyberRota Analysis

AI-Generated

Authenticated users in Papra prior to version 26.5.0 can exploit a flaw to delete or rename tags belonging to other organizations, as the application improperly restricts access at the database level. This vulnerability could lead to unauthorized data manipulation, potentially affecting organizational integrity and data management. Organizations using Papra should prioritize updating to the latest version to mitigate this risk.

Public Exploit Signal

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

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

CVE
CVE-2026-48052
Severity
MEDIUM
CVSS
5.4
EPSS
0.21%

Original NVD Description

Papra is a minimalistic document management and archiving platform. Prior to version 26.5.0, an authenticated user who is a member of any organization can delete or rename tags belonging to a different organization, given the target tag's ID. The route handler verifies the caller's membership of the ":organizationId" in the URL, but the repository write filters on tag.id alone, so the URL-level org scope never reaches the database. This issue has been patched in version 26.5.0.