ZeroHour

CVE-2026-92616

niche

Privilege escalation via WebDAV session-isolation flaw in FileRise

CVSS 4.0
7.6 high
EPSS
Published
()
Modified
AI analysis

FileRise before version 3.28.0 fails to enforce independent, stateless authentication on its WebDAV interface, as required by RFC 4918, and instead lets WebDAV requests inherit privileges from an ambient web application session (CWE-613, insufficient session isolation). A low-privilege authenticated user can send WebDAV requests with their own valid Basic-Auth credentials combined with an active administrator PHPSESSID cookie, causing the WebDAV layer to treat the request as admin-level. The attacker gains unauthorized read and write access to files and folders that should be outside their authorization boundary, though no availability impact is assessed (CVSS 4.0: 7.6 High, AV:N/AC:H/PR:L/UI:N/VC:H/VI:H). Any FileRise deployment running an affected version with both the web UI and the WebDAV interface enabled is affected, with the highest risk where admin and low-privilege sessions can share a browser or where an admin cookie can be injected into requests. No public proof-of-concept, CISA KEV listing, or confirmed in-the-wild exploitation is known as of this analysis.

What to do: Upgrade to FileRise 3.28.0 or later, which enforces independent WebDAV authentication. As interim mitigations, do not use the admin web UI and WebDAV from the same browser session, log out of admin sessions after use, and restrict the WebDAV endpoint via reverse-proxy allowlisting or VPN. Check WebDAV access logs for low-privilege accounts performing unexpected reads or writes on admin-owned files.

Affected
FileRise (open-source project) FileRiseall versions before 3.28.0
Estimated exposure
nichelikely hundreds to a few thousand self-hosted instances (exact count unknown) — FileRise is a niche open-source, self-hosted PHP file manager with no public install telemetry or internet-wide scan data; exposure is limited to instances that enable and expose the WebDAV interface alongside the web UI.

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

FileRise before version 3.28.0 contains a privilege escalation vulnerability that allows authenticated low-privilege attackers to gain unauthorized read and write access by exploiting improper session isolation between the WebDAV interface and the web application session context. Attackers can combine valid Basic-Auth credentials with an active admin PHPSESSID cookie to bypass authorization boundaries, as the WebDAV layer incorrectly inherits elevated privileges from an ambient web session rather than enforcing independent stateless authentication per RFC 4918.

Weakness
CWE-613
Vector
CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

In the news

No ingested article mentions this CVE yet.