VYPR
Unrated severityOSV Advisory· Published May 24, 2018· Updated Aug 5, 2024

CVE-2018-11405

CVE-2018-11405

Description

Kliqqi 2.0.2 has CSRF in admin/admin_users.php.

AI Insight

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

Kliqqi 2.0.2 has a CSRF vulnerability allowing attackers to create admin accounts via crafted HTML forms.

Vulnerability

Kliqqi CMS 2.0.2 suffers from a Cross-Site Request Forgery (CSRF) flaw in admin/admin_users.php. The endpoint lacks anti-CSRF tokens, enabling attackers to forge requests that create new users with admin-level privileges. The vulnerable code path is reachable when an authenticated admin session is active, and the attacker can trick the admin into submitting a hidden form [1].

Exploitation

An attacker needs only a logged-in admin session and a means to deliver a crafted HTML form (e.g., via email, a compromised site, or a direct link). The form silently POSTs to admin/admin_users.php with parameters username=eviladmin, email=a11aa@aa.com, level=admin, password=123456, and mode=newuser. No user interaction beyond clicking the link or viewing the page is required; the browser automatically submits the request if the admin is authenticated [1].

Impact

Successful exploitation creates a rogue admin account (eviladmin) with full privileges, leading to unauthorized access, data manipulation, and potential site takeover. The attacker gains persistent control over the CMS without needing to know the original admin credentials [1].

Mitigation

As of the referenced advisory, no official patch has been published. Mitigation requires implementing standard CSRF protections: include unique anti-CSRF tokens in all state-changing forms, validate tokens server-side, and enforce same-origin policy for sensitive actions. Until a fix is released, admins should avoid clicking untrusted links while logged in [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

2
  • Kliqqi Cms/Kliqqi CmsOSV2 versions
    2.0.0, 2.0.0rc1, 2.0.0rc2, …+ 1 more
    • (no CPE)range: 2.0.0, 2.0.0rc1, 2.0.0rc2, …
    • (no CPE)range: =2.0.2

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.