CVE-2018-12582
Description
An issue was discovered in AKCMS 6.1. CSRF can add an admin account via a /index.php?file=account&action=manageaccounts&job=newaccount URI.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
AKCMS 6.1 is vulnerable to CSRF allowing an attacker to add a new admin account.
Vulnerability
AKCMS 6.1 contains a Cross-Site Request Forgery (CSRF) vulnerability in the user account creation functionality. The endpoint /index.php?file=account&action=manageaccounts&job=newaccount does not enforce any anti-CSRF tokens, allowing an attacker to craft a malicious request that adds a new admin user [1].
Exploitation
To exploit this vulnerability, an attacker must trick an authenticated admin into visiting a malicious webpage. The page can include a hidden form that auto-submits a POST request to the vulnerable endpoint with parameters for a new admin account (e.g., username and password). No additional authentication, network position, or user interaction beyond the initial visit is required [1].
Impact
Successful exploitation results in the creation of a new admin account under the attacker's control. The attacker can then log in with full administrative privileges, leading to complete compromise of the AKCMS installation, including data access, modification, and potential further attacks [1].
Mitigation
As of the publication date, no official patch or workaround has been released for AKCMS 6.1. The recommended mitigation is to implement CSRF tokens or other anti-CSRF measures, such as same-site cookies or origin header validation, on the vulnerable endpoint. Users should monitor for updates from the vendor [1].
AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2- github.com/chenrui1896/issue/blob/master/add_adminmitrex_refsource_MISC
- github.com/p8w/akcms/issues/1mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.