VYPR
Unrated severityNVD Advisory· Published Nov 26, 2018· Updated Sep 16, 2024

CVE-2018-19561

CVE-2018-19561

Description

sikcms 1.1 has CSRF via admin.php?m=Admin&c=Users&a=userAdd to add an administrator account.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

A CSRF flaw in sikcms 1.1 allows an attacker to create a new administrator account without the victim's consent.

Vulnerability

sikcms version 1.1 contains a Cross-Site Request Forgery (CSRF) vulnerability in the administrative user creation endpoint accessible at admin.php?m=Admin&c=Users&a=userAdd. The application does not implement any anti-CSRF tokens or other request validation mechanisms for this action, allowing an attacker to craft a malicious HTML form that, when submitted by an authenticated administrator, will create a new administrator account with attacker-controlled credentials [1].

Exploitation

An attacker must trick an already authenticated sikcms administrator into visiting a malicious page (e.g., via a phishing email or by hosting the exploit on a site the admin visits). The attacker's page contains an HTML form that auto-submits a POST request to the vulnerable endpoint, including parameters such as roleid, username, password, repassword, realname, email, and verify. The form may also use a history.pushState call to hide the referrer. No user interaction beyond landing on the page is required if the form auto-submits [1].

Impact

Successful exploitation allows an attacker to add an arbitrary administrator account to the sikcms backend. Once the account is created, the attacker can log in with the chosen credentials and gain full administrative control over the CMS, leading to complete compromise of confidentiality, integrity, and availability of the application and its data [1].

Mitigation

As of the publication date (2018-11-26), no patch or fixed version had been released; the vendor repository does not indicate a subsequent fix. Mitigation requires manual implementation of CSRF protections such as adding a unique token validated on each state-changing request or checking the HTTP Origin/Referer header. Administrators should avoid clicking untrusted links while logged into the admin panel [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

1

News mentions

0

No linked articles in our index yet.