CVE-2026-73482
phpList < 3.7.0-RC5 Cross-Site Request Forgery via admins.php
CVSS Score
8.1
EPSS Score
0.0%
EPSS Percentile
0th
phpList before 3.7.0-RC5 contains a cross-site request forgery (CSRF) vulnerability in lists/admin/admins.php. The administrator deletion action is triggered via an unauthenticated GET request (?page=admins&delete=N) that is not protected by a CSRF token (the central verifyCsrfGetToken check uses enforce=false and is bypassed when the token parameter is absent). A remote attacker can trick a logged-in super-administrator into loading a crafted URL (e.g., embedded as an image in an email) to delete any non-self administrator account.
| CWE | CWE-352 |
| Vendor | phplist |
| Product | phplist3 |
| Published | Aug 13, 2026 |
Stay Ahead of the Next One
Get instant alerts for phplist phplist3
Be the first to know when new high vulnerabilities affecting phplist phplist3 are published โ delivered to Slack, Telegram or Discord.
Get Free Alerts โ
Free ยท No credit card ยท 60 sec setup
CVSS v3 Breakdown
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
High
Affected Versions
phplist / phplist3
0 < 3.7.0-RC5
References
github.com: https://github.com/phpList/phplist3/issues/1117 github.com: https://github.com/phpList/phplist3/releases/tag/v3.7.0-RC5 github.com: https://github.com/phpList/phplist3/pull/1121 github.com: https://github.com/phpList/phplist3/commit/5159c3ed33a5674a8169472b50d146d97f630746 vulncheck.com: https://www.vulncheck.com/advisories/phplist-rc5-cross-site-request-forgery-via-admins-php
Credits
George Chen