CVE-2023-53914
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2023-53914, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-17

Last updated on: 2025-12-24

Assigner: VulnCheck

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 account with full system access.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-17
Last Modified
2025-12-24
Generated
2026-07-06
AI Q&A
2025-12-18
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
ulicms ulicms 2023.1

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-639 The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Detection Guidance

This vulnerability can be detected by monitoring for suspicious HTTP POST requests to the admin index.php endpoint, specifically requests that include parameters such as 'admin=1' and 'group_id=1' which indicate attempts to create an administrative user via mass assignment. A practical detection method is to analyze web server logs for POST requests to '/dist/admin/index.php' containing these parameters. For example, using command-line tools like grep on access logs: grep -i 'POST /dist/admin/index.php' /path/to/access.log | grep -E 'admin=1|group_id=1'. Additionally, network intrusion detection systems (NIDS) can be configured to alert on such crafted POST requests targeting this endpoint. [2, 3]

Executive Summary

This vulnerability in UliCMS 2023.1 is an authentication bypass that allows unauthenticated attackers to create admin users by exploiting mass assignment in the UserController. Attackers can send a specially crafted POST request to the admin index.php endpoint with specific parameters to generate an administrative account with full system access.

Impact Analysis

The vulnerability can allow attackers to gain full administrative access to the system without authentication. This means they can control the entire system, potentially leading to data breaches, unauthorized changes, and complete compromise of the affected UliCMS installation.

Compliance Impact

The provided resources do not contain information on how this vulnerability affects compliance with common standards and regulations such as GDPR or HIPAA.

Mitigation Strategies

Immediate mitigation steps include restricting access to the vulnerable admin endpoint to trusted IP addresses or networks, applying web application firewall (WAF) rules to block POST requests containing 'admin=1' and 'group_id=1' parameters, and disabling or limiting mass assignment functionality in the UserController if possible. Additionally, updating UliCMS to a patched version that addresses this authentication bypass vulnerability is critical once available. Until a patch is applied, monitoring and blocking suspicious requests as described can reduce risk. [2, 3]

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-53914. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart