Authorization bypass through user-controlled key in Admidio - CVE-2026-47226

 

Authorization bypass through user-controlled key in Admidio - CVE-2026-47226

Published: May 25, 2026


Vulnerability identifier: #VU132288
CSH Severity: Low
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2026-47226
CWE-ID: CWE-639
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: Admidio
Affected software:
Admidio

Detailed vulnerability description

The vulnerability allows a remote user to delete files from folders where they only have view access.

The vulnerability exists due to authorization bypass through a user-controlled key in modules/documents-files.php when handling file_delete requests with an attacker-supplied folder_uuid that does not match the file's actual parent folder. A remote user can send a crafted file_delete request using a folder UUID they control and a target file UUID from another folder to delete files from folders where they only have view access.

Exploitation requires a valid member account, upload rights on at least one folder, view rights on the target folder, and knowledge of the target file UUID.


How to mitigate CVE-2026-47226

Install security update from vendor's website.

Sources