CVE-2018-15888
Description
An issue was discovered in ASPCMS 2.5.6. When registering ordinary users in the addUser function of the /member/reg.asp page, they can be registered with the super administrators GroupID directly.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
ASPCMS 2.5.6 allows unprivileged users to escalate privileges to super admin during registration by manipulating the GroupID parameter.
Vulnerability
The addUser function in the /member/reg.asp page of ASPCMS version 2.5.6 does not properly validate or enforce the GroupID parameter during user registration. An attacker can register an ordinary user account and set the GroupID to the value corresponding to a super administrator group. This flaw exists in the registration logic, which fails to restrict the group assignment to only allowed roles for self-registration. [1]
Exploitation
An attacker only needs network access to the ASPCMS registration page. No prior authentication is required. By crafting a registration request (e.g., via an HTTP POST to /member/reg.asp) and including a GroupID parameter with the value intended for super administrators (e.g., 1), the attacker can create a new account that immediately holds super administrator privileges. No additional user interaction or special conditions are needed beyond accessing the public registration form. [1]
Impact
A successful exploit grants the attacker full super administrator privileges over the ASPCMS instance. This includes the ability to modify site content, manage other users, change configurations, and perform any action available to the highest-level administrator. The confidentiality, integrity, and availability of the application are completely compromised. [1]
Mitigation
No official patch or fixed version has been identified in the available references. The vendor (ASPCMS) has not released a statement or update addressing this issue. Administrators should consider disabling user self-registration entirely if possible, or implement a web application firewall (WAF) rule to block manipulation of the GroupID parameter during registration. If the software is no longer supported, migration to a maintained alternative is recommended. [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- wooyun.org/bugs/wooyun-2015-091831mitrex_refsource_MISC
- www.seebug.org/vuldb/ssvid-96205mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.