CyberRota Analysis
AI-GeneratedAuthenticated 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.
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.