Vulnerability record · CVE-2001-0925 · published 12 March 2001
CVE-2001-0925: Apache HTTP Server path handling flaw exposes directory listings
Apache · Http Server
Apache HTTP Server before 1.3.19 mishandles request paths containing many slash characters, causing mod_negotiation, mod_dir, or mod_autoindex to serve a directory listing instead of the intended multiview index.html. This is a default-installation information disclosure issue that can reveal files not meant to be browsable.
Description
The default installation of Apache before 1.3.19 allows remote attackers to list directories instead of the multiview index.html file via an HTTP request for a path that contains many / (slash) characters, which causes the path to be mishandled by (1) mod_negotiation, (2) mod_dir, or (3) mod_autoindex.
AV:N/AC:L/Au:N/C:P/I:N/A:N
Automated analysis
medium priorityThe flaw is remotely exploitable without authentication and has very high EPSS, but it only discloses directory listings and affects a long-obsolete Apache version.
What it is
Apache HTTP Server before 1.3.19 mishandles request paths containing many slash characters, causing mod_negotiation, mod_dir, or mod_autoindex to serve a directory listing instead of the intended multiview index.html. This is a default-installation information disclosure issue that can reveal files not meant to be browsable.
Impact
A remote attacker can enumerate directory contents that the server configuration intended to hide behind a multiview index page, exposing filenames and directory structure. There is no integrity or availability impact; only confidentiality is affected.
Attack surface
Reachable over the network via a crafted HTTP request containing an excessive number of slash characters in the path. No authentication or user interaction is required, as reflected by the AV:N/AC:L/Au:N vector.
Exploitation
Not listed in CISA KEV and no ransomware association is documented, but public exploit-tagged references exist and EPSS is very high (0.75238, 99.487th percentile), indicating elevated likelihood of attempted exploitation.
What to do
- Upgrade Apache HTTP Server to 1.3.19 or later, or apply the vendor patch referenced in the Apache and Debian advisories.
- Disable directory listing by removing Indexes from Options in httpd.conf for directories that should not be browsable.
- Ensure multiview index files are correctly configured and test paths with repeated slashes to confirm the intended index is served.
- Restrict access to sensitive directories with authentication or network controls as a compensating measure where patching is delayed.
Detection
- Search web server access logs for request URIs containing unusually long runs of consecutive slash characters.
- Alert on HTTP 200 responses returning directory index pages for paths that normally resolve to an index.html.
- Monitor for repeated directory-listing requests from a single source, which may indicate enumeration.
This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.
Affected products
2 vulnerable configurations from NVD's CPE data, grouped by vendor and product.
References
Track CVE-2001-0925 inside VULONE
Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.
Related vulnerabilities
Same products first, then exploited flaws of the same weakness class.
Source: NIST National Vulnerability Database (record CVE-2001-0925), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.