AUGUST 14, 2026
Live Feed
Back to database
Case File

CVE-2026-73482

HIGH · CVSS 8.1 EPSS 0.24% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-13 · Last synced 2026-08-14

CyberRota Analysis

AI-Generated

phpList versions prior to 3.7.0-RC5 are vulnerable to a cross-site request forgery (CSRF) flaw that allows remote attackers to delete any non-self administrator account through an unauthenticated GET request. This vulnerability can be exploited by tricking a logged-in super-administrator into visiting a malicious URL, potentially leading to unauthorized account deletions. Organizations using phpList should prioritize updating to the latest version to mitigate this high-severity risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-73482
Severity
HIGH
CVSS
8.1
EPSS
0.24%

Original NVD Description

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.