← Vulnerability feed

Vulnerability record · CVE-2026-32817 · published 20 March 2026

CVE-2026-32817: Admidio missing authorization vulnerability

Admidio · Admidio

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 can delete content they are only permitted to read. This issue has been fixed in version 5.0.7.

9.1 CVSS 3.1 Critical EPSS 0.48% · top 61.3% CWE-862 · Missing authorization
9.1CVSS 3.1 base score
0.48%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
1References, 1 tagged exploit
17 Jun 2026Last modified by NVD

Description

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 can delete content they are only permitted to read. This issue has been fixed in version 5.0.7.

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

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2026-32817 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

8.8CVE-2026-32756Admidio unrestricted file upload vulnerabilityAdmidio is an open-source user management solution. Versions 5.0.6 and below contain a critical unrestricted file upload vulnerability in the Documen…EPSS 0.95%8.8CVE-2024-37906Admidio sql injection vulnerabilityAdmidio is a free, open source user management system for websites of organizations and groups. In Admidio before version 4.3.9, there is an SQL Inje…EPSS 0.93%8.8CVE-2024-38529Admidio unrestricted file upload vulnerabilityAdmidio is a free, open source user management system for websites of organizations and groups. In Admidio before version 4.3.10, there is a Remote C…EPSS 1.2%8.8CVE-2021-32630Admidio unrestricted file upload vulnerabilityAdmidio is a free, open source user management system for websites of organizations and groups. In Admidio before version 4.0.4, there is an authenti…EPSS 1.6%8.0CVE-2026-32813Admidio sql injection vulnerabilityAdmidio is an open-source user management solution. Versions 5.0.6 and below are vulnerable to arbitrary SQL Injection through the MyList configurati…EPSS 0.42%7.8CVE-2023-3302Admidio csv injection vulnerabilityImproper Neutralization of Formula Elements in a CSV File in GitHub repository admidio/admidio prior to 4.2.9.EPSS 0.46%7.5CVE-2026-34381Admidio improper access control vulnerabilityAdmidio is an open-source user management solution. From version 5.0.0 to before version 5.0.8, Admidio relies on adm_my_files/.htaccess to deny dire…EPSS 0.52%7.5CVE-2020-11004Admidio sql injection vulnerabilitySQL Injection was discovered in Admidio before version 3.3.13. The main cookie parameter is concatenated into a SQL query without any input validatio…EPSS 1.5%

Source: NIST National Vulnerability Database (record CVE-2026-32817), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.