Vulnerability 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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/papra-hq/papra/commit/47d44e0681bf59da0638b140d1c5ef5b970f6b6
- https://github.com/papra-hq/papra/pull/1080
- https://github.com/papra-hq/papra/security/advisories/GHSA-wrx4-3vff-jm94
FAQ
What is CVE-2026-48052?
CVE-2026-48052 is a vulnerability with a CVSS score of 5.4 (MEDIUM). 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 differen...
How severe is CVE-2026-48052?
CVE-2026-48052 has been rated MEDIUM with a CVSS base score of 5.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-48052?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.