CVE-2021-47718
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-12-09

Last updated on: 2025-12-09

Assigner: VulnCheck

Description
OpenBMCS 2.4 contains an information disclosure vulnerability that allows unauthenticated attackers to access sensitive files by exploiting directory listing functionality. Attackers can browse directories like /debug/ and /php/ to discover configuration files, database credentials, and system information.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-09
Last Modified
2025-12-09
Generated
2026-06-16
AI Q&A
2025-12-10
EPSS Evaluated
2026-06-15
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
openbmcs openbmcs 2.4
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-548 The product inappropriately exposes a directory listing with an index of all the resources located inside of the directory.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Detection Guidance

This vulnerability can be detected by attempting to access directory listings on the OpenBMCS web interface, specifically targeting directories such as /debug/ and /php/. For example, using curl or wget commands to request these directories can reveal if directory listing is enabled and sensitive files are exposed. Example commands include: curl -v http://<target-ip>/debug/ or wget --spider http://<target-ip>/php/. If directory contents are listed instead of a 403 Forbidden or 404 Not Found error, the system is vulnerable. [1, 2, 3]

Mitigation Strategies

Immediate mitigation steps include disabling directory listing on the web server hosting OpenBMCS, particularly for sensitive directories like /debug/ and /php/. This can be done by configuring the web server (Apache or nginx) to turn off directory indexing (e.g., using 'Options -Indexes' in Apache or 'autoindex off;' in nginx). Additionally, restrict access to sensitive directories via proper access controls or authentication mechanisms to prevent unauthenticated access. [1, 2, 3]

Executive Summary

This vulnerability in OpenBMCS 2.4 allows unauthenticated attackers to access sensitive files by exploiting directory listing functionality. Attackers can browse directories such as /debug/ and /php/ to find configuration files, database credentials, and system information.

Impact Analysis

The vulnerability can lead to unauthorized disclosure of sensitive information, including configuration files and database credentials, which could be used to further compromise the system or gain unauthorized access.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2021-47718. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart