Green Hat Security Advisory · GH-ADV-2026-001

CVE-2026-66642

Cross-site request forgery in the WP Umbrella WordPress plugin

The published record identifies a cross-site request forgery vulnerability affecting WP Umbrella versions 2.24.2 through 2.26.2. The vendor explains that exploitation required a logged-in WordPress administrator to visit a malicious page.

Medium · CVSS 5.4PatchedPublished

CVE assignment and research role

Assigning CNA: Patchstack. Green Hat Security's role in this record is Researcher; Green Hat did not assign this CVE ID. View the Patchstack advisory ↗

Summary

The published record identifies a cross-site request forgery vulnerability affecting WP Umbrella versions 2.24.2 through 2.26.2. The vendor explains that exploitation required a logged-in WordPress administrator to visit a malicious page.

Vulnerability Classification

Vulnerability type

Cross-Site Request Forgery (CSRF)

Weakness

CWE-352

Affected component

Request routing validation

CVSS 3.1

5.4 · Medium

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L

Security Impact

A successful attacker could cause a logged-in WordPress administrator to submit an unintended request, leading to unauthorized changes through the affected plugin functionality.

Affected Products

WP Umbrella WordPress plugin versions 2.24.2–2.26.2. The default status for the identified version range is affected.

Component: Request routing validation

Fixed version: 2.27.0 or later

Technical Details

The affected request-handling logic could accept a matching string from the raw request URL instead of validating the route resolved by the application. That mismatch allowed a crafted cross-site request to reach state-changing behavior under an authenticated administrator session.

This public record provides enough information to identify the vulnerability and its root cause without unnecessarily publishing weaponized exploit material.

Defensive lesson

Security checks should validate the route the application resolved, rather than trusting a matching string found elsewhere in the raw request URL.

Attack Requirements

  • The target must run an affected WP Umbrella version.
  • A WordPress administrator must be authenticated.
  • The administrator must visit or interact with attacker-controlled content.
  • The attacker does not need an authenticated WordPress account.

Remediation

Fixed version: 2.27.0 or later

Guidance: Update WP Umbrella to version 2.27.0 or later.

Disclosure Timeline

  1. Report submitted

    Anthony Green's report entered Patchstack's managed disclosure process.

  2. Vendor independently finds and fixes the issue

    WP Umbrella says its internal audit separately found and fixed the issue before the report reached its team.

  3. Fix and advisory published

    WP Umbrella 2.27.0 and the coordinated public CVE record were released.

The vendor describes its internal discovery as independent of the external report. The official CVE record credits Anthony Green [Antnation] as the finder.

Researcher Credit

  • Anthony Green [antnation] — Green Hat Security

Coordination and CVE Attribution

Anthony Green submitted the finding through Patchstack's managed disclosure process on . Patchstack is the assigning CNA for CVE-2026-66642. Green Hat Security participated as the credited researcher and did not reserve or assign the CVE ID.

The vendor describes its internal discovery as independent of the external report. The official CVE record credits Anthony Green [Antnation] as the finder.

References

CVE-2026-66642: Cross-site request forgery in the WP Umbrella WordPress plugin