Skip to main content

MRCMS V3.1.2 EUVDEUVD-2026-17129

| CVE-2026-29909 MEDIUM
Improper Input Validation (CWE-20)
2026-03-30 mitre
5.3
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.3 MEDIUM
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

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

Lifecycle Timeline

3
EUVD ID Assigned
Mar 30, 2026 - 16:45 euvd
EUVD-2026-17129
Analysis Generated
Mar 30, 2026 - 16:45 vuln.today
CVE Published
Mar 30, 2026 - 00:00 nvd
MEDIUM 5.3

DescriptionCVE.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.

Share

EUVD-2026-17129 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy