CWE-548

Exposure of Information Through Directory Listing
AI Translation Available

The product inappropriately exposes a directory listing with an index of all the resources located inside of the directory.

Status
draft
Abstraction
variant

Common Consequences

confidentiality
Impacts
read files or directories

Detection Methods

automated static analysis

Potential Mitigations

Phases:
architecture and design system configuration
Descriptions:
• Recommendations include restricting access to important directories or files by adopting a need to know requirement for both the document and server root, and turning off features such as Automatic Directory Listings that could expose private files and provide information that could be utilized by an attacker when formulating or conducting an attack.