Skip to content

Discover Cold Fusion cfcache.map Files

ID: cold-fusion-cfcache-map

Severity: low

Author: geeknik

Tags: exposure,coldfusion,adobe,files

Adobe Cold Fusion cfcache.map file is exposed.

id: cold-fusion-cfcache-map
info:
name: Discover Cold Fusion cfcache.map Files
author: geeknik
severity: low
description: Adobe Cold Fusion cfcache.map file is exposed.
reference:
- https://securiteam.com/windowsntfocus/5bp081f0ac/
classification:
cpe: cpe:2.3:a:adobe:coldfusion:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: adobe
product: coldfusion
shodan-query: http.component:"Adobe ColdFusion"
tags: exposure,coldfusion,adobe,files
http:
- method: GET
path:
- "{{BaseURL}}/cfcache.map"
matchers-condition: and
matchers:
- type: word
words:
- "Mapping="
- "SourceTimeStamp="
condition: and
- type: status
status:
- 200
# digest: 4a0a004730450220583b867e41c85db13455270af2942b11493e99f781e123bc97ca91221c3ccedc022100988a03c3be8d9523011d141a8e40812bde30d5fe9eec486581f4a95610f779af:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/files/cold-fusion-cfcache-map.yaml"

View on Github