cvedb.io
CVE-2026-32817
CRITICAL · CVSS 9.1
EPSS exploitation probability: 0%
Published 2026-03-20T02:16:35.380 · Last modified 2026-06-17T10:36:24.143

Summary

Admidio is an open-source user management solution. In versions 5.0.0 through 5.0.6, the documents and files module does not verify whether the current user has permission to delete folders or files. The folder_delete and file_delete action handlers in modules/documents-files.php only perform a VIEW authorization check (getFolderForDownload / getFileForDownload) before calling delete(), and they never validate a CSRF token. Because the target UUIDs are read from $_GET, deletion can be triggered by a plain HTTP GET request. When the module is in public mode (documents_files_module_enabled = 1) and a folder is marked public (fol_public = true), an unauthenticated attacker can permanently destroy the entire document library. Even when the module requires login, any user with view-only access

Affected products

admidio — admidio

Does this affect you?

Add your gear to cvedb and we'll alert you only when admidio ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.