vendor:
ColdFusion
by:
SecurityFocus
4,3
CVSS
MEDIUM
CFCACHE
N/A
CWE
Product Name: ColdFusion
Affected Version From: ColdFusion 4.x
Affected Version To: ColdFusion 4.x
Patch Exists: No
Related CWE: N/A
CPE: a:macromedia:coldfusion:4.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
1999
CFCACHE
ColdFusion 4.x includes a function called CFCACHE which improves server performance by caching the HTML output of processed CFM pages. When the CFCACHE tag is used in a CFM page, it creates temporary files which are placed in the same web-accessible directory as the CFM file itself. These files can be remotely accessed via an explicit URL. For any cfm file, request the corresponding cfcache.map file.
Mitigation:
Restrict access to the cfcache.map file by using a web server configuration.