Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

Commit 73cd135

Browse files
committed
(Add Vul: ThinkPHP) ThinkPHP 5.0,5.1 远程代码执行漏洞
1 parent 1c15a60 commit 73cd135

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed

t/thinkphp/2/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FROM virink/tpgetshell

t/thinkphp/2/README.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
## ThinkPHP 5.0,5.1 远程代码执行漏洞
2+
3+
### 影响版本
4+
5+
ThinkPHP < 5.0.23
6+
ThinkPHP < 5.1.31
7+
8+
### 修复版本
9+
10+
ThinkPHP 5.0.23
11+
12+
ThinkPHP 5.1.31
13+
14+
补丁发布日期为: 2018年12月9日
15+
16+
### 镜像信息 (FROM virink/tpgetshell)
17+
18+
类型 | 值
19+
:-:|:-:|:-:
20+
端口 | 80
21+
ThinkPHP | 5.1.30
22+
23+
### 获取环境:
24+
25+
1. 拉取镜像到本地
26+
27+
```
28+
$ docker pull medicean/vulapps:t_thinkphp_2
29+
```
30+
31+
2. 启动环境
32+
33+
```
34+
$ docker run -d -p 80:80 medicean/vulapps:t_thinkphp_2
35+
```
36+
> `-p 80:80` 前面的 80 代表物理机的端口,可随意指定。
37+
38+
### 使用与利用
39+
40+
访问 `http://你的 IP 地址:端口号/`, 假设启动的端口号为 80, 然后根据提示进行操作
41+
42+
### 参考链接
43+
44+
* [virink/tpgetshell](https://hub.docker.com/r/virink/tpgetshell/)
45+
* [ThinkPHP5.*版本发布安全更新(2018年12月9日)](https://blog.thinkphp.cn/869075)

t/thinkphp/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ ThinkPHP
22
---
33

44
* [ThinkPHP Builder.php SQL注入漏洞](./1/)
5+
* [ThinkPHP 5.0,5.1 远程代码执行漏洞](./2/)

0 commit comments

Comments
 (0)