mirror of
https://github.com/Medicean/VulApps.git
synced 2025-06-20 18:00:18 +00:00
(Update Vul: Spring) Spring Data REST PATCH请求代码执行漏洞(CVE-2017-8046)
删除原 jar 包中 mongodb 依赖
This commit is contained in:
parent
21b9b4e30d
commit
e64faad6d9
@ -1,7 +1,7 @@
|
||||
FROM openjdk:8-jdk
|
||||
MAINTAINER Medici.Yan@Gmail.com
|
||||
|
||||
ENV JAR_URL http://vulapps.poetn.cc/s/spring/spring-data-rest/spring-data-rest-cve-2017-8046.jar
|
||||
ENV JAR_URL http://vulapps.poetn.cc/s/spring/spring-data-rest/spring-data-rest-cve-2017-8046_v2.jar
|
||||
|
||||
COPY src/start.sh /start.sh
|
||||
|
||||
|
@ -28,8 +28,6 @@ $ docker run -d -p 8080:8080 medicean/vulapps:s_spring_1
|
||||
|
||||
1. 访问 `http://127.0.0.1:8080/`,测试服务是否启动成功
|
||||
|
||||
> 第一次启动时会下载 mongodb,网速慢的可能要多等一会儿
|
||||
|
||||

|
||||
|
||||
2. 利用 POST 请求添加一个数据
|
||||
@ -66,3 +64,7 @@ Content-Length: 228
|
||||
### 参考链接
|
||||
|
||||
* [这个Spring高危漏洞,你修补了吗?-- 其河@美团点评技术团队](https://mp.weixin.qq.com/s/uTiWDsPKEjTkN6z9QNLtSA)
|
||||
|
||||
### 改动日志
|
||||
|
||||
* 2017/09/29 删除原 jar 包中 mongodb 依赖
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 61 KiB |
Loading…
x
Reference in New Issue
Block a user