HIGHVulnerability
Verified
Global

NVD HIGH: CVE-2026-73482 — phpList before 3.7.0-RC5 contains a cross-site request forgery (CSRF) vulnerabil...

·Source: NIST NVD

Updated:

Executive Summary

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 logge

Analysis

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 Score: 8.1. Published: 2026-08-13T19:17:34.423.

Indicators of Compromise (1)

CVE (1)
CVE-2026-73482
Source Attribution

Originally published by NIST NVD on Aug 13, 2026. Verified by: NIST.

Related Threats