Severity by source
AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:L
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:L
Lifecycle Timeline
4DescriptionGitHub Advisory
Admidio is an open-source user management solution. From version 5.0.0 to before version 5.0.8, the delete mode handler in mylist_function.php permanently deletes list configurations without validating a CSRF token. An attacker who can lure an authenticated user to a malicious page can silently destroy that user's list configurations - including organization-wide shared lists when the victim holds administrator rights. This issue has been patched in version 5.0.8.
AnalysisAI
Admidio 5.0.0 through 5.0.7 allows authenticated users to permanently delete list configurations via CSRF attacks in the mylist_function.php delete handler, lacking CSRF token validation. An attacker can craft a malicious page to silently destroy a victim's shared list configurations, including organization-wide lists if the victim holds administrator rights. No public exploit code has been identified at time of analysis. Vendor-released patch: version 5.0.8.
Technical ContextAI
The vulnerability exists in Admidio's mylist_function.php file, which handles deletion operations for user-configurable lists without proper CSRF token validation. The root cause is classified as CWE-352 (Cross-Site Request Forgery), a common PHP web application weakness where state-changing operations fail to verify an anti-CSRF token before processing the request. Admidio is an open-source user and organization management system written in PHP. The affected versions (5.0.0 to 5.0.7) lack the necessary token validation mechanism that would ensure delete requests originate from the legitimate user's session and not from an attacker-controlled third-party context. This allows an authenticated user's browser session to be abused without their knowledge when they visit a malicious page.
RemediationAI
Vendor-released patch: Admidio version 5.0.8. Administrators should upgrade all Admidio installations to version 5.0.8 or later. The fix is confirmed by upstream commit 317ec91ad3baf19d4179db6c32413812eb36d7ca, which adds proper CSRF token validation to the delete mode handler in mylist_function.php. No workarounds are available for versions prior to 5.0.8; patching is the only remediation. Refer to the GitHub Security Advisory at https://github.com/Admidio/admidio/security/advisories/GHSA-g3mx-8jm6-rc85 for official guidance and the patched release download.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same weakness CWE-352 – Cross-Site Request Forgery (CSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-17624
GHSA-g3mx-8jm6-rc85