---
cve: "CVE-2026-32758"
severity: "MEDIUM"
cvss: 6.5
epss: "39%"
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-02T21:11:16+02:00"
---

# CVE-2026-32758

> 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.2 and below are vulnerable to Path Traversal through the resourcePatchHandler (http/resource.go). The destination path in resourcePatchHandler is validated against access rules before being cleaned/normalized, while the actual file operation calls path.Clean() afterward—resolving .. sequences into a different effective path. This allows an authenticated user with Create or Rename permissions to bypass administrator-configured deny rules (both prefix-based and regex-based) by injecting .. sequences in the destination parameter of a PATCH request. As a result, the user can write or move files into any deny-rule-protected path within their scope. However, this cannot be used to escape the user's BasePathFs scope or read from restricted paths. 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:N/I:H/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 | Keine | good |
| I Integrität | Hoch | bad |
| A Verfügbarkeit | Keine | good |

## Patch verfügbar (OSV)

- 6aea2276177c9a5ca21115618e541fd237737f79 (Commit)
- 4bd7d69c82163b201a987e99c0c50d7ecc6ee5f1 (Commit)

## Referenzen

- <https://github.com/filebrowser/filebrowser/security/advisories/GHSA-9f3r-2vgw-m8xp>
- <https://github.com/filebrowser/filebrowser/commit/4bd7d69c82163b201a987e99c0c50d7ecc6ee5f1>
- <https://github.com/filebrowser/filebrowser/releases/tag/v2.62.0>

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