Create CVE-2021-37304.yaml
parent
1c15d3a454
commit
32d22ac48a
|
@ -0,0 +1,38 @@
|
|||
id: CVE-2021-37304
|
||||
|
||||
info:
|
||||
name: Jeecg Boot <= 2.4.5 - Information Disclosure
|
||||
author: ritikchaddha
|
||||
severity: high
|
||||
description: |
|
||||
An Insecure Permissions issue in jeecg-boot 2.4.5 allows unauthenticated remote attackers to gain escalated privilege and view sensitive information via the httptrace interface.
|
||||
reference:
|
||||
- https://github.com/jeecgboot/jeecg-boot/issues/2793
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2021-37304
|
||||
classification:
|
||||
cve-id: CVE-2021-37304
|
||||
metadata:
|
||||
max-req: 1
|
||||
verified: "true"
|
||||
shodan-query: title:"Jeecg-Boot"
|
||||
fofa-query: title="JeecgBoot 企业级低代码平台"
|
||||
tags: cve,cve2021,jeecg,exposure
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/jeecg-boot/actuator/httptrace/"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '"traces":['
|
||||
- '"headers"'
|
||||
- '"request":{'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue