Vulnerabilities (CVE)

Filtered by vendor Admidio Subscribe
Filtered by product Admidio
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2023-3692 1 Admidio 1 Admidio 2023-07-27 N/A 7.2 HIGH
Unrestricted Upload of File with Dangerous Type in GitHub repository admidio/admidio prior to 4.2.10.
CVE-2021-32630 1 Admidio 1 Admidio 2021-05-27 6.5 MEDIUM 8.8 HIGH
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.
CVE-2020-11004 1 Admidio 1 Admidio 2020-05-01 5.0 MEDIUM 7.5 HIGH
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.
CVE-2017-6492 1 Admidio 1 Admidio 2017-03-25 9.0 HIGH 7.2 HIGH
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.