CVE-2021-3019
published 2021-01-05CVE-2021-3019: ffay lanproxy 0.1 allows Directory Traversal to read /../conf/config.properties to obtain credentials for a connection to the intranet.
PriorityP263high7.5CVSS 3.1
AVNACLPRNUINSUCHINAN
EXPLOIT
EPSS
18.98%
97.0th percentile
ffay lanproxy 0.1 allows Directory Traversal to read /../conf/config.properties to obtain credentials for a connection to the intranet.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| lanproxy_project | lanproxy | — | — |
Detection & IOCsextracted from sources · hover to see the quote
path/conf/config.properties
- →HTTP GET request to path '/../conf/config.properties' against lanproxy instances indicates active exploitation attempt.
- →Response Content-Type header 'application/octet-stream' combined with body containing 'config.admin.username' and 'config.admin.password' confirms successful directory traversal and credential exposure.
- →Look for HTTP 200 responses to traversal path requests containing both 'config.admin.username' and 'config.admin.password' strings in the body as a high-confidence indicator of successful exploitation.
- ·Vulnerability is specific to ffay lanproxy version 0.1; later versions may have patched this traversal path. ↗
- ·Successful exploitation yields intranet connection credentials (admin username and password) stored in config.properties, enabling further lateral movement. ↗
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
ffay lanproxy Directory Traversal
nuclei·CVSS 7.5
CVE-2021-3019 [HIGH] ffay lanproxy Directory Traversal
ffay lanproxy Directory Traversal
ffay lanproxy 0.1 is susceptible to a directory traversal vulnerability that could let attackers read /../conf/config.properties to obtain credentials for a connection to the intranet.
Template:
id: CVE-2021-3019
info:
name: ffay lanproxy Directory Traversal
author: pikpikcu
severity: high
description: ffay lanproxy 0.1 is susceptible to a directory traversal vulnerability that could let attackers read /../conf/config.properties to obtain credentials for a connection to the intranet.
impact: |
This vulnerability can lead to unauthorized access to sensitive files, potential data leakage, and remote code execution.
remediation: |
Apply the latest patch or upgrade to a version that has fixed the vulnerability.
reference:
- https://github.com/ffay/lanproxy
No writeups or analysis indexed.
2021-01-05
Published