---
cve: "CVE-2026-32761"
severity: "MEDIUM"
cvss: 6.5
epss: "42%"
vendor: "filebrowser"
kev: false
exploited: false
published: "2026-03-20 00:16:17"
tags: [cve, security, medium]
source: tsecurity.de CVE-Dossier
exported: "2026-09-03T03:33:32+02:00"
---

# CVE-2026-32761

> 6.5 MEDIUM · 🧪 PoC

## Beschreibung

File Browser is a file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Versions 2.61.0 and below contain a permission enforcement bypass which allows users who are denied download privileges (perm.download = false) but granted share privileges (perm.share = true) to exfiltrate file content by creating public share links. While the direct raw download endpoint (/api/raw/) correctly enforces the download permission, the share creation endpoint only checks Perm.Share, and the public download handler (/api/public/dl/) serves file content without verifying that the original file owner has download permission. This means any authenticated user with share access can circumvent download restrictions by sharing a file and then retrieving it via the unauthenticated public download URL. The vulnerability undermines data-loss prevention and role-separation policies, as restricted users can publicly distribute files they are explicitly blocked from downloading directly. This issue has been fixed in version 2.62.0.

## CVSS-Vektor

```
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
```

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Netzwerk | bad |
| AC Komplexität | Gering | bad |
| PR Privilegien | Gering | warn |
| UI Interaktion | Keine | bad |
| S Scope | Unverändert | good |
| C Vertraulichkeit | Hoch | bad |
| I Integrität | Keine | good |
| A Verfügbarkeit | Keine | good |

## Patch verfügbar (OSV)

- 6aea2276177c9a5ca21115618e541fd237737f79 (Commit)
- 09a26166b4f79446e7174c017380f6db45444e32 (Commit)

## Referenzen

- <https://github.com/filebrowser/filebrowser/security/advisories/GHSA-68j5-4m99-w9w9>
- <https://github.com/filebrowser/filebrowser/commit/09a26166b4f79446e7174c017380f6db45444e32>
- <https://github.com/filebrowser/filebrowser/releases/tag/v2.62.0>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2026-32761) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
