# N/A
## 概述
Lokomedia CMS 中的 `downlot.php` 文件存在目录遍历漏洞,攻击者可以通过在 `file` 参数中使用 `..` (点点) 来读取任意文件。
## 影响版本
- Lokomedia CMS 1.4.1
- Lokomedia CMS 2.0
## 细节
攻击者可以通过构造恶意的 `file` 参数,在其中包含 `..` 来导航到敏感文件路径,从而读取任意文件内容。
## 影响
此漏洞允许远程攻击者读取服务器上的任意文件,可能泄露敏感信息,如配置文件、源代码等。
                                        
                                    
                                | # | POC 描述 | 源链接 | 神龙链接 | 
|---|---|---|---|
| 1 | A Local File Inclusion (LFI) vulnerability exists in Lokomedia CMS. The application allows an attacker to include files on the server that should not be accessible, potentially exposing sensitive information. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2010/CVE-2010-2018.yaml | POC详情 | 
暂无评论