CVE-2021-3293
published 2021-02-08CVE-2021-3293: emlog v5.3.1 has full path disclosure vulnerability in t/index.php, which allows an attacker to see the path to the webroot/file.
PriorityP344medium5.3CVSS 3.1
AVNACLPRNUINSUCLINAN
EXPLOIT
EPSS
17.44%
96.7th percentile
emlog v5.3.1 has full path disclosure vulnerability in t/index.php, which allows an attacker to see the path to the webroot/file.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| emlog | emlog | — | — |
Detection & IOCsextracted from sources · hover to see the quote
- →Send a GET request to /t/index.php with an array-type action parameter (e.g., action[]=aaaa). A vulnerable emlog 5.3.1 instance will respond HTTP 200 and include PHP warning strings 'Warning', 'on line', and 'expects parameter' in the response body, disclosing the full server path. ↗
- →Match response body for all three strings simultaneously: 'Warning', 'on line', and 'expects parameter' (AND condition) with HTTP status 200 to confirm exploitation of the full path disclosure. ↗
- ·The vulnerability is version-specific — only emlog v5.3.1 is confirmed affected. The path disclosure is triggered by passing an array value to the 'action' parameter, causing PHP to emit a warning that leaks the webroot path. ↗
CVSS provenance
nvdv3.15.3MEDIUMCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/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
emlog 5.3.1 Path Disclosure
nuclei·CVSS 5.3
CVE-2021-3293 [MEDIUM] emlog 5.3.1 Path Disclosure
emlog 5.3.1 Path Disclosure
emlog v5.3.1 is susceptible to full path disclosure via t/index.php, which allows an attacker to see the path to the webroot/file.
Template:
id: CVE-2021-3293
info:
name: emlog 5.3.1 Path Disclosure
author: h1ei1
severity: medium
description: emlog v5.3.1 is susceptible to full path disclosure via t/index.php, which allows an attacker to see the path to the webroot/file.
impact: |
An attacker can gain knowledge of the server's file system structure, potentially leading to further attacks.
remediation: |
Apply the latest patch or upgrade to a version that fixes the vulnerability.
reference:
- https://github.com/emlog/emlog/issues/62
- https://github.com/thinkgad/Bugs/blob/main/emlog%20v5.3.1%20has%20Full%20Path%20Disclosure%20vulnerability.md
- https://nvd.ni
No writeups or analysis indexed.
2021-02-08
Published