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.
Published: 2026-08-13
Score: 7.2 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

phpList versions prior to 3.7.0-RC5 allow an attacker to delete any administrator account that is not the attacker’s own super‑administrator account through a cross‑site request forgery (CSRF) flaw. The deletion action is triggered by an unauthenticated GET request to admins.php with a delete parameter that is not protected by a CSRF token. This flaw can compromise the integrity of the system by removing administrative privileges that are essential for managing mailing lists, potentially leading to loss of control over the application and exposed content.

Affected Systems

The vulnerability affects all installations of phpList 3.x running any release before the 3.7.0-RC5 release. The insecure admins.php deletion operation is present across all these affected versions, with no further version nuance indicated in the CNA data.

Risk and Exploitability

The flaw carries a CVSS score of 7.2, indicating a high severity. No EPSS score is available, so the likelihood of exploitation cannot be quantified, but the absence of EPSS does not imply an absence of risk. The vulnerability is not listed in CISA’s KEV catalog, yet an attacker can potentially exploit it by embedding a crafted URL (for example, in an email or a web page) that forces a logged‑in super‑administrator to load the deletion request. Once the delete action is executed, the targeted administrator account is removed, reducing the administrative capacity of the system.

Generated by OpenCVE AI on August 13, 2026 at 21:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade phpList to version 3.7.0-RC5 or later to restore CSRF protection on the admins.php delete operation.
  • If an upgrade cannot be performed immediately, temporarily disable or lock all super‑administrator accounts to prevent accidental or malicious deletions until the patch is applied.
  • Configure the web server or application layer to block or refuse GET requests that include a delete parameter on admins.php, and enforce CSRF verification for any deletion action.

Generated by OpenCVE AI on August 13, 2026 at 21:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 19:00:00 +0000

Type Values Removed Values Added
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.
Title phpList < 3.7.0-RC5 Cross-Site Request Forgery via admins.php
Weaknesses CWE-352
References
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H'}

cvssV4_0

{'score': 7.2, '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'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-13T18:49:02.379Z

Reserved: 2026-08-12T18:19:17.025Z

Link: CVE-2026-73482

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-13T19:17:34.423

Modified: 2026-08-13T19:17:34.423

Link: CVE-2026-73482

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T21:30:11Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)