CVE-2026-73481
Received Received - Intake

CSRF Bypass Leading to Bounce Rule Deletion in phpList

Vulnerability report for CVE-2026-73481, 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 fail to enforce CSRF token validation on the bounce rule deletion endpoint (bouncerules.php / bouncerule.php). The deletion is performed via a GET request (?page=bouncerules&del=N), and the central CSRF check (verifyCsrfGetToken) is invoked with enforce=false, so it only validates the token when a 'tk' parameter is present. A remote attacker can trick an authenticated administrator into loading a crafted URL (e.g., embedded in an image tag) to delete arbitrary bounce rules from the phplist_bounceregex table without a valid CSRF token.

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-13
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 arbitrary bounce rules by tricking an authenticated administrator into loading a crafted URL. The deletion endpoint uses a GET request without proper CSRF token validation, as the central check only enforces validation if a 'tk' parameter is present.

Detection Guidance

Check phpList admin logs for unexpected bounce rule deletions or GET requests to bouncerules.php with del=N parameters. Inspect network traffic for suspicious URLs containing bouncerules.php?page=bouncerules&del=.

Impact Analysis

An attacker could exploit this to delete bounce rules from the phplist_bounceregex table without the administrator's knowledge. This could disrupt email bounce handling, leading to undelivered emails or incorrect bounce processing. The attack requires tricking the admin into loading a malicious link.

Compliance Impact

This CSRF vulnerability could potentially impact compliance with GDPR and HIPAA by enabling unauthorized deletion of bounce rules, which may affect data integrity and audit trails. Unauthorized modifications to bounce rules could interfere with email delivery systems handling sensitive data, potentially violating integrity and accountability requirements under these regulations.

Mitigation Strategies

Upgrade phpList to version 3.7.0-RC5 or later. Ensure CSRF tokens are enforced in all deletion endpoints by verifying verifyCsrfGetToken() is called with enforce=true. Disable GET requests for deletion actions and use POST instead.

Chat Assistant

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

EPSS Chart