CVE-2026-73481

CVE-2026-73481

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.

Vulnerability class: CSRF (Cross-Site Request Forgery)

CVSS v3 metric

CVSS v3 base score 5.4 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L.

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2026-73481?
CVE-2026-73481 is a medium-severity vulnerability, classified under Cross-Site Request Forgery (CSRF). CVSS score: 5.4/10. Published 2026-08-13.
How severe is CVE-2026-73481?
Medium severity. CVSS v3 base score is 5.4 out of 10.