PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-73481 phplist CVE debrief

A Cross-Site Request Forgery (CSRF) vulnerability exists in phpList before version 3.7.0-RC5. The vulnerability is located in the bounce rule deletion endpoint, which can be exploited by a remote attacker to trick an authenticated administrator into deleting arbitrary bounce rules without a valid CSRF token. This vulnerability allows attackers to delete bounce rules, potentially disrupting email delivery. 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.

Vendor
phplist
Product
phplist3
CVSS
MEDIUM 5.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-13
Original CVE updated
2026-09-24
Advisory published
2026-08-13
Advisory updated
2026-09-24

Who should care

Defenders responsible for phpList installations, administrators, and security teams should be aware of this vulnerability and take necessary actions to prevent exploitation. They should prioritize patching vulnerable installations and educating administrators on the threat. The vulnerability can disrupt email delivery, and defenders should verify the integrity of their bounce rules after an attack.

Why it matters

A CSRF vulnerability in phpList allows attackers to delete arbitrary bounce rules, potentially disrupting email delivery. Defenders should prioritize patching vulnerable installations and educating administrators on the threat.

  • An attacker could delete arbitrary bounce rules, potentially disrupting email delivery.
  • Administrators may need to verify the integrity of their bounce rules after an attack.
  • Defenders should prioritize patching vulnerable phpList installations to prevent exploitation.

Technical summary

The vulnerability exists in the bounce rule deletion endpoint of phpList, where the CSRF token validation is not enforced when the 'tk' parameter is not present. This allows a remote attacker to delete arbitrary bounce rules by tricking an authenticated administrator into loading a crafted URL. The vulnerability can be exploited via a GET request (?page=bouncerules&del=N). Defenders should prioritize verifying their phpList installations and ensuring that administrators are aware of the potential threat. The central CSRF check (verifyCsrfGetToken) is invoked with enforce=false.

Defensive priority

Defenders should prioritize verifying their phpList installations and ensuring that administrators are aware of the potential threat.

Recommended defensive actions

  • Verify phpList installations to ensure they are up-to-date and patched.
  • Educate administrators on the potential threat and the importance of verifying URLs before interacting with them.
  • Implement additional security measures to detect and prevent CSRF attacks.
  • Review compensating controls for exposed systems while remediation is scheduled and verified.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.

Evidence notes

The vulnerability was reported by Vulncheck and is tracked under CVE-2026-73481. The NVD entry is currently Deferred. Defenders should verify phpList installations and ensure that administrators are aware of the potential threat. The source detail is limited, and explicit evidence-limit language and defensive verification tasks are necessary.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-73481 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-73481

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-73481 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73481

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.