CVE-2026-73482
Received Received - Intake

CSRF in phpList Admin Deletion via Malicious URL

Vulnerability report for CVE-2026-73482, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-13

Last updated on: 2026-08-13

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-13
Last Modified
2026-08-13
Generated
2026-08-14
AI Q&A
2026-08-14
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
phplist phplist to 3.7.0-RC5 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-352 The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Cross-Site Request Forgery (CSRF) vulnerability in phpList versions before 3.7.0-RC5. It allows an attacker to delete any non-self administrator account by tricking a logged-in super-administrator into loading a crafted URL, such as one embedded in an email. The vulnerability exists because the administrator deletion action in lists/admin/admins.php is performed via an unauthenticated GET request without verifying a CSRF token.

Detection Guidance

To detect this CSRF vulnerability in phpList, check if your version is prior to 3.7.0-RC5. Inspect the admins.php file for GET requests handling administrator deletion without CSRF token verification. Look for GET parameters like ?page=admins&delete=N in server logs or network traffic.

Impact Analysis

An attacker could exploit this to delete administrator accounts without authorization, leading to loss of access for legitimate users. This could disrupt system operations, cause data loss, or allow further unauthorized actions if the attacker gains control of the system.

Compliance Impact

This vulnerability could lead to unauthorized access or deletion of sensitive data, violating confidentiality and integrity requirements under GDPR and HIPAA. Organizations using affected phpList versions may face compliance violations, potential fines, and reputational damage due to inadequate security controls.

Mitigation Strategies

Immediately upgrade phpList to version 3.7.0-RC5 or later. Ensure CSRF tokens are enforced in deletion actions by verifying verifyCsrfGetToken() is called with enforce=1 in admins.php, bouncerule.php, and bouncerules.php. Review server logs for suspicious GET requests with delete parameters.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-73482. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart