Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
3DescriptionCVE.org
MRCMS V3.1.2 contains an unauthenticated directory enumeration vulnerability in the file management module. The /admin/file/list.do endpoint lacks authentication controls and proper input validation, allowing remote attackers to enumerate directory contents on the server without any credentials.
AnalysisAI
Unauthenticated directory enumeration in MRCMS V3.1.2 allows remote attackers to list and discover directory contents through the /admin/file/list.do endpoint without credentials. The vulnerability stems from missing authentication controls and input validation in the file management module, enabling information disclosure that can facilitate reconnaissance for follow-on attacks.
Technical ContextAI
MRCMS (Mushroom CMS) is a content management system with a file management module that exposes administrative file listing functionality at the /admin/file/list.do endpoint. The root cause is a missing authentication gate on an administrative endpoint that should require user credentials and session validation before processing requests. The endpoint fails to implement proper access controls to restrict file enumeration operations to authenticated and authorized users, resulting in CWE-862 (Missing Authorization) or related missing authentication issues. Without proper input validation, the endpoint may also be susceptible to path traversal techniques that could extend the scope of directory enumeration beyond the intended directory structure.
RemediationAI
Immediately upgrade MRCMS to a patched version released after 3.1.2; specific patched version number is not provided in available advisory data, so consult the official Mushroom CMS GitHub repository (https://github.com/wuweiit/mushroom) for the latest stable release. As an immediate workaround pending upgrade, implement network-level access controls to restrict HTTP requests to the /admin/file/list.do endpoint to trusted internal IP ranges only, and disable or remove the endpoint if not actively required. Apply web application firewall (WAF) rules to block requests to /admin/file/* paths from untrusted sources. Additionally, audit all previous log entries to the file/list.do endpoint to identify if reconnaissance activity has already occurred, and review directory listings for sensitive files that may have been exposed.
LibreNMS before 24.10.0 allows a remote attacker to execute arbitrary code via OS command injection involving AboutContr
Reachable assertion in Open5GS up to version 2.7.6 allows remote unauthenticated attackers to crash the Diameter CER han
A Command Injection issue in the payload build page in BYOB (Build Your Own Botnet) 2.0 allows attackers to execute arbi
Denial of service in Open5GS 2.7.6 and earlier allows network-adjacent attackers with low-privilege Diameter Gx peer acc
Denial of service in Open5GS HSS (Home Subscriber Server) versions 2.7.0 through 2.7.6 is triggered remotely by manipula
Remote command injection in Control Web Panel allows unauthenticated attackers to execute arbitrary OS commands as root
LINQPad before 5.52.01 Pro edition is vulnerable to Unsafe Deserialization in LINQPad.AutoRefManager::PopulateFromCache(
Remote code execution in dash-uploader (Python package for Plotly Dash) versions 0.1.0 through 0.7.0a2 allows unauthenti
Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr
SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg
Arbitrary file read in Yu AI Code Mother v4.3 lets anonymous, remote attackers retrieve files outside the intended previ
Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali
Same weakness CWE-20 – Improper Input Validation
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-17129