Cyber Posture

CVE-2023-53914

CriticalPublic PoC

Published: 17 December 2025

Published
17 December 2025
Modified
24 December 2025
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0176 82.7th percentile
Risk Priority 21 60% EPSS · 20% KEV · 20% CVSS

Description

UliCMS 2023.1 contains an authentication bypass vulnerability that allows unauthenticated attackers to create admin users through mass assignment in the UserController. Attackers can send a crafted POST request to the admin index.php endpoint with specific parameters to generate an administrative…

more

account with full system access.

Mitigating Controls (NIST 800-53 r5)AI

prevent

Prohibits unauthorized actions like admin user creation without identification and authentication, directly preventing the exploitation of this unauthenticated bypass.

prevent

Requires validation of inputs to the UserController, mitigating mass assignment that allows setting administrative privileges via crafted POST parameters.

prevent

Mandates managed processes for account creation with approvals, preventing unauthenticated generation of administrative accounts.

Security SummaryAI

CVE-2023-53914 is an authentication bypass vulnerability in UliCMS 2023.1, caused by mass assignment in the UserController. This flaw allows unauthenticated attackers to create administrative users by sending a crafted POST request to the admin index.php endpoint with specific parameters, granting full system access. The vulnerability is classified under CWE-639 and carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), reflecting its critical severity.

Unauthenticated attackers with network access can exploit this vulnerability without privileges or user interaction. By crafting and submitting the POST request, they can generate a new administrative account, achieving complete control over the UliCMS instance, including high impacts on confidentiality, integrity, and availability.

Advisories such as the VulnCheck report and Exploit-DB entry (51486) document the vulnerability, including proof-of-concept exploits demonstrating the mass assignment technique. The archived UliCMS site provides additional context on the affected software.

Details

CWE(s)

Affected Products

ulicms
ulicms
2023.1

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

The vulnerability allows unauthenticated attackers to exploit a public-facing web application (UliCMS admin endpoint) via crafted POST requests, directly mapping to T1190: Exploit Public-Facing Application.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References