VYPR
Unrated severityNVD Advisory· Published Aug 26, 2018· Updated Aug 5, 2024

CVE-2018-15888

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

1

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

2

News mentions

0

No linked articles in our index yet.