Vulnerabilities
31 CVEs · NVD, GitHub Advisories, CISA KEV, FIRST EPSS, GitHub PoC repos
| CVE | Vulnerability | CVSS | EPSS | Flags | Affected | Exposure | Published |
|---|---|---|---|---|---|---|---|
| CVE-2026-34381 | Admidio is an open-source user management solution. Admidio 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 direct HTTP access to uploaded documents. The Docker image ships with AllowOverride None in the Apache configuration, which causes Apache to silently ignore all .htaccess files. As a result, any file uploaded to the documents module regardless of the role-based permissions configured in the UI, is directly accessible over HTTP without authentication by anyone who knows the file path. The file path is disclosed in the upload response JSON. This issue has been patched in version 5.0.8. NVD description · AI analysis pending | 7.5 group max | <1% | PoC |
| — | |
| CVE-2026-32817 | Admidio is an open-source user management solution. 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. NVD description · AI analysis pending | 9.1 group max | <1% | PoC |
| — | |
| CVE-2026-32818 | Admidio is an open-source user management solution. Admidio is an open-source user management solution. In versions 5.0.0 through 5.0.6, the forum module in Admidio does not verify whether the current user has permission to delete forum topics or posts. Both the topic_delete and post_delete actions in forum.php only validate the CSRF token but perform no authorization check before calling delete(). Any authenticated user with forum access can delete any topic (with all its posts) or any individual post by providing its UUID. This is inconsistent with the save/edit operations, which properly check isAdministratorForum() and ownership before allowing modifications. Any logged-in user can permanently and irreversibly delete any forum topic (including all its posts) or any individual post by simply knowing its UUID (which is publicly visible in URLs), completely bypassing authorization checks. This issue has been fixed in version 5.0.7. NVD description · AI analysis pending | 6.5 group max | <1% | PoC |
| — | |
| CVE-2026-30927 | Admidio is an open-source user management solution. Admidio is an open-source user management solution. Prior to 5.0.6, in modules/events/events_function.php, the event participation logic allows any user who can participate in an event to register OTHER users by manipulating the user_uuid GET parameter. The condition uses || (OR), meaning if possibleToParticipate() returns true (event is open for participation), ANY user - not just leaders - can specify a different user_uuid and register/cancel participation for that user. The code then operates on $user->getValue('usr_id') (the target user from user_uuid) rather than the current user. This vulnerability is fixed in 5.0.6. NVD description · AI analysis pending | 5.3 | <1% |
| — | ||
| CVE-2025-62617 | Admidio is an open-source user management solution. Admidio is an open-source user management solution. Prior to version 4.3.17, an authenticated SQL injection vulnerability exists in the member assignment data retrieval functionality of Admidio. Any authenticated user with permissions to assign members to a role (such as an administrator) can exploit this vulnerability to execute arbitrary SQL commands. This can lead to a full compromise of the application's database, including reading, modifying, or deleting all data. This issue has been patched in version 4.3.17. NVD description · AI analysis pending | 7.2 | <1% | PoC |
| — | |
| CVE-2024-47836 | Admidio is an open-source user management solution. Admidio is an open-source user management solution. Prior to version 4.3.12, an unsafe deserialization vulnerability allows any unauthenticated user to execute arbitrary code on the server. Version 4.3.12 fixes this issue. NVD description · AI analysis pending | 4.3 | <1% |
| — | ||
| CVE-2024-38529 +1 in the same advisory: …37906 | Admidio is a free, open source user management system for websites of organizations and groups. Admidio 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 Code Execution Vulnerability in the Message module of the Admidio Application, where it is possible to upload a PHP file in the attachment. The uploaded file can be accessed publicly through the URL `{admidio_base_url}/adm_my_files/messages_attachments/{file_name}`. The vulnerability is caused due to the lack of file extension verification, allowing malicious files to be uploaded to the server and public availability of the uploaded file. This vulnerability is fixed in 4.3.10. NVD description · AI analysis pending | 8.8 | 1% | PoC |
| — | |
| CVE-2023-47380 | Admidio v4.2.12 and below is vulnerable to Cross Site Scripting (XSS). Admidio v4.2.12 and below is vulnerable to Cross Site Scripting (XSS). NVD description · AI analysis pending | 6.1 | <1% | PoC |
| — | |
| CVE-2023-4190 | Insufficient Session Expiration in GitHub repository admidio/admidio prior to 4.2.11. Insufficient Session Expiration in GitHub repository admidio/admidio prior to 4.2.11. NVD description · AI analysis pending | 6.5 | <1% | PoC |
| — | |
| CVE-2023-3692 | Unrestricted Upload of File with Dangerous Type in GitHub repository admidio/admidio prior to 4.2.10. Unrestricted Upload of File with Dangerous Type in GitHub repository admidio/admidio prior to 4.2.10. NVD description · AI analysis pending | 7.2 | 1% | PoC |
| — | |
| CVE-2023-3302 | Improper Neutralization of Formula Elements in a CSV File in GitHub repository admidio/admidio prior to 4.2.9. Improper Neutralization of Formula Elements in a CSV File in GitHub repository admidio/admidio prior to 4.2.9. NVD description · AI analysis pending | 7.8 group max | <1% | PoC |
| — | |
| CVE-2023-3109 | Cross-site Scripting (XSS) - Stored in GitHub repository admidio/admidio prior to 4.2.8. Cross-site Scripting (XSS) - Stored in GitHub repository admidio/admidio prior to 4.2.8. NVD description · AI analysis pending | 5.4 | <1% | PoC |
| — | |
| CVE-2022-23896 | Admidio 4.1.2 version is affected by stored cross-site scripting (XSS). Admidio 4.1.2 version is affected by stored cross-site scripting (XSS). NVD description · AI analysis pending | 5.4 | <1% | PoC |
| — | |
| CVE-2022-0991 | Insufficient Session Expiration in GitHub repository admidio/admidio prior to 4.1.9. Insufficient Session Expiration in GitHub repository admidio/admidio prior to 4.1.9. NVD description · AI analysis pending | 7.1 | 1% | PoC |
| — | |
| CVE-2021-43810 | Admidio is a free open source user management system for websites of organizations and groups. Admidio is a free open source user management system for websites of organizations and groups. A cross-site scripting vulnerability is present in Admidio prior to version 4.0.12. The Reflected XSS vulnerability occurs because redirect.php does not properly validate the value of the url parameter. Through this vulnerability, an attacker is capable to execute malicious scripts. This issue is patched in version 4.0.12. NVD description · AI analysis pending | 6.1 | 5% |
| — | ||
| CVE-2021-32630 | Admidio is a free, open source user management system for websites of organizations and groups. Admidio is a free, open source user management system for websites of organizations and groups. In Admidio before version 4.0.4, there is an authenticated RCE via .phar file upload. A php web shell can be uploaded via the Documents & Files upload feature. Someone with upload permissions could rename the php shell with a .phar extension, visit the file, triggering the payload for a reverse/bind shell. This can be mitigated by excluding a .phar file extension to be uploaded (like you did with .php .phtml .php5 etc). The vulnerability is patched in version 4.0.4. NVD description · AI analysis pending | 8.8 | 2% | PoC |
| — | |
| CVE-2020-11004 | SQL Injection was discovered in Admidio before version 3.3.13. SQL Injection was discovered in Admidio before version 3.3.13. The main cookie parameter is concatenated into a SQL query without any input validation/sanitization, thus an attacker without logging in, can send a GET request with arbitrary SQL queries appended to the cookie parameter and execute SQL queries. The vulnerability impacts the confidentiality of the system. This has been patched in version 3.3.13. NVD description · AI analysis pending | 7.5 | 2% |
| — | ||
| CVE-2017-8382 | admidio 3.2.8 has CSRF in adm_program/modules/members/members_function.php with an impact of deleting arbitrary user accounts. admidio 3.2.8 has CSRF in adm_program/modules/members/members_function.php with an impact of deleting arbitrary user accounts. NVD description · AI analysis pending | 4.5 | 3% | PoC |
| — | |
| CVE-2017-6492 | SQL Injection was discovered in adm_program/modules/dates/dates_function.php in Admidio 3.2.5. SQL Injection was discovered in adm_program/modules/dates/dates_function.php in Admidio 3.2.5. The POST parameter dat_cat_id is concatenated into a SQL query without any input validation/sanitization. NVD description · AI analysis pending | 7.2 | 1% | PoC |
| — |