CVE-2010-10012
BaseFortify
Publication date: 2025-07-23
Last updated on: 2025-07-25
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| httpdasm | httpdasm | 0.92 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-22 | The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a path traversal flaw in httpdasm version 0.92, a lightweight Windows HTTP server. It allows unauthenticated attackers to read arbitrary files on the host system by sending a specially crafted GET request that includes URL-encoded backslashes and directory traversal patterns. This lets the attacker escape the web root directory and access sensitive files outside the intended directory.
How can this vulnerability impact me? :
This vulnerability can allow attackers to read sensitive files on the server without authentication. This could lead to exposure of confidential information, system files, or configuration data, potentially compromising the security and privacy of the affected system.