Skip to main content

Pods (WordPress) EUVDEUVD-2026-59778

| CVE-2026-19598 CRITICAL
Incorrect Authorization (CWE-863)
2026-08-15 security@wordfence.com GHSA-hmmc-48gm-3645
9.8
CVSS 3.1 · Vendor: wordfence
Share

Severity by source

Vendor (wordfence) PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
9.8 CRITICAL

Remote, unauthenticated, low-complexity authorization bypass yielding administrator takeover gives PR:N/UI:N/AC:L with full C/I/A impact; scope unchanged within WordPress.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (wordfence).

CVSS VectorVendor: wordfence

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

3
Threat Model Generated
Aug 30, 2026 - 19:38 vuln.today
Analysis Generated
Aug 15, 2026 - 18:31 vuln.today
CVE Published
Aug 15, 2026 - 18:16 nvd
CRITICAL 9.8

DescriptionCVE.org

The Pods - Custom Content Types and Fields plugin for WordPress is vulnerable to Privilege Escalation via Authorization Bypass in all versions up to, and including, 3.3.9. The vulnerability exists because the pods_admin AJAX router funnels every access check - including the method allowlist, nonce verification, login enforcement, and capability gate - through pods_error(), which under the JSON meta-box-loader compatibility path only writes failures to the PHP error log and returns false instead of terminating the request, rendering all guards ineffective. This makes it possible for unauthenticated attackers to escalate their privileges to Administrator or overwrite the password of any user account, including the site owner's, enabling complete site takeover, or perform another administrator action.

AnalysisAI

Unauthenticated privilege escalation in the Pods - Custom Content Types and Fields plugin for WordPress (all versions through 3.3.9) lets remote attackers bypass every authorization guard on the pods_admin AJAX router and perform administrator-level actions. Because failed checks return false instead of halting execution, an attacker with no account can promote themselves to Administrator or overwrite any user's password - including the site owner's - leading to full site takeover. Reported by Wordfence; no public exploit identified at time of analysis, though the root cause is precisely described.

Technical ContextAI

The affected component is the Pods plugin's AJAX request router (pods_admin) in includes/general.php. Pods is a WordPress framework for defining custom content types, taxonomies, and fields, so this handler is reachable via the standard admin-ajax.php endpoint. The flaw is an instance of CWE-863 (Incorrect Authorization): the router consolidates its method allowlist, nonce verification, login enforcement, and capability checks into a single pods_error() call. Under the JSON meta-box-loader compatibility path, pods_error() is designed to be non-fatal - it writes the failure to the PHP error log and returns false rather than calling wp_die()/exit. Because the calling code treats that return as a soft failure and continues, none of the stacked guards actually stop the request, collapsing authentication, nonce, and capability enforcement simultaneously.

RemediationAI

No vendor-released patched version was identified in the provided data, so the specific fixed release cannot be cited with confidence; upgrade to the first Pods release later than 3.3.9 as soon as it is published and confirmed via the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/3628032a-3121-45a7-8a78-cfcd8ba6af2f?source=cve) and the plugin changelog. Until a fixed version is confirmed installed, the highest-value compensating control is to block or restrict access to the plugin's admin-ajax action: use a WAF rule (Wordfence or equivalent) to filter requests to admin-ajax.php carrying the pods_admin action, which stops the attack with minimal side effects on front-end visitors but may disrupt legitimate admin editing of Pods content. A stronger interim measure is to deactivate the Pods plugin entirely, which fully removes the attack surface at the cost of breaking any custom content types, fields, or templates the site depends on. As defense-in-depth, restrict /wp-admin/admin-ajax.php exposure where feasible and audit user accounts and password-reset activity for signs of unauthorized administrator creation or password changes before patching.

More in PHP

View all
CVE-2019-11043 CRITICAL POC
9.8 Oct 28

In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it

CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2018-11138 CRITICAL POC
9.8 May 31

The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

Share

EUVD-2026-59778 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy