CVE-2021-43496
published 2021-11-12CVE-2021-43496: Clustering master branch as of commit 53e663e259bcfc8cdecb56c0bb255bd70bfcaa70 is affected by a directory traversal vulnerability. This attack can cause the…
PriorityP263high7.5CVSS 3.1
AVNACLPRNUINSUCHINAN
EXPLOIT
EPSS
15.69%
96.4th percentile
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.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| clustering_project | clustering | — | — |
Detection & IOCsextracted from sources · hover to see the quote
- →Send an HTTP GET request to the path /img/../../../../../../etc/passwd to test for directory traversal (LFI) in the Clustering application. A successful exploit returns /etc/passwd content in the response body. ↗
- →Match the response body for the regex pattern 'root:.*:0:0:' to confirm successful local file inclusion and /etc/passwd disclosure. ↗
- →The vulnerability exists in the Clustering project at commit 53e663e259bcfc8cdecb56c0bb255bd70bfcaa70; target instances running this specific commit or earlier. ↗
- ·The traversal payload uses /img/ as the entry point; other endpoints may not be vulnerable. Confirm the target is running the Clustering application before testing. ↗
- ·Only one HTTP request is needed to confirm exploitation (max-request: 1), making this a low-noise, single-probe check. ↗
CVSS provenance
nvdv3.17.5HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
nvdv2.05.0MEDIUMAV:N/AC:L/Au:N/C:P/I:N/A:N
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Nuclei
Clustering Local File Inclusion
nuclei·CVSS 7.5
CVE-2021-43496 [HIGH] Clustering Local File Inclusion
Clustering Local File Inclusion
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.
Template:
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.
impact: |
This vulnerability can result in unauthorized access to sensitive files and dir
No writeups or analysis indexed.
2021-11-12
Published