CVE-2002-0304
published 2002-05-31CVE-2002-0304: Lil HTTP Server 2.1 allows remote attackers to read password-protected files via a /./ in the HTTP request.
PriorityP422medium5CVSS 2.0
AVNACLAuNCPINAN
EPSS
1.54%
71.8th percentile
Lil HTTP Server 2.1 allows remote attackers to read password-protected files via a /./ in the HTTP request.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| summit_computer_networks | lil_http_server | — | — |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
CWE
Path Equivalence: '/./' (Single Dot Directory)
mitre_cwe·CVSS 5.0
[MEDIUM] CWE-55 Path Equivalence: '/./' (Single Dot Directory)
CWE-55: Path Equivalence: '/./' (Single Dot Directory)
The product accepts path input in the form of single dot directory exploit ('/./') without appropriate validation, which can lead to ambiguous path resolution and allow an attacker to traverse the file system to unintended locations or access arbitrary files.
Modes of Introduction:
Phase: Implementation
Common Consequences:
Scope: Confidentiality, Integrity. Impact: Read Files or Directories, Modify Files or Directories.
Potential Mitigations:
[Implementation] Inputs should be decoded and canonicalized to the application's current internal representation before being validated (CWE-180). Make sure that the application does not decode the same input twice (CWE-174). Such errors could be used to bypass allowlist validation schemes by
CWE
Improper Resolution of Path Equivalence
mitre_cwe
CWE-41 Improper Resolution of Path Equivalence
CWE-41: Improper Resolution of Path Equivalence
The product is vulnerable to file system contents disclosure through path equivalence. Path equivalence involves the use of special characters in file and directory names. The associated manipulations are intended to generate multiple names for the same object.
Path equivalence is usually employed in order to circumvent access controls expressed using an incomplete set of file name or file path representations. This is different from path traversal, wherein the manipulations are performed to generate a name for a different object.
Modes of Introduction:
Phase: Implementation
Common Consequences:
Scope: Confidentiality, Integrity, Access Control. Impact: Read Files or Directories, Modify Files or Directories, Bypass Protection Mechanism. A
http://marc.info/?l=bugtraq&m=101432338000591&w=2http://marc.info/?l=bugtraq&m=101665069500433&w=2http://www.securityfocus.com/bid/4153http://www.summitcn.com/lilhttp/lildocs.html#WhatsNewhttp://marc.info/?l=bugtraq&m=101432338000591&w=2http://marc.info/?l=bugtraq&m=101665069500433&w=2http://www.securityfocus.com/bid/4153http://www.summitcn.com/lilhttp/lildocs.html#WhatsNew
2002-05-31
Published