CVE-2026-73482 HIGH

CVE-2026-73482: phpList < 3.7.0-RC5 Cross-Site Request Forgery via admins.php

Vendor Phplist
Product phplist3
Weakness CWE-352 · CSRF
Published August 13, 2026
Last update August 18, 2026

CVSS base score

7.2/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

August 13, 2026 CVE published
August 18, 2026 Record updated

Related vulnerabilities

04Related CVE