Web サイトで「Web 脆弱性スキャン」を実行しました。(この会社http://www.acunetix.com/から) いくつかの中レベルの脅威がありました。そこでお聞きしたいのがこちら。
...................................
アラート:
フォーム ポストでの HTTP から HTTPS への安全でない移行。
説明:
このフォームは、安全でないページ (http) ページから提供されています。このページは中間者攻撃を使用してハイジャックされる可能性があり、攻撃者はフォーム ターゲットを置き換えることができます。
影響:
情報漏えいの可能性あり。
...................................................
SSL は、ユーザーがクレジット カードの詳細などの機密情報を入力するすべてのページで実際に使用する必要があることを認識しています。ただし、この脅威が言及していた形式では、直接ペイパルに移動するペイパル ホスト ボタンを使用しています。フォームから渡される機密データはなく、価格と商品名だけです。この場合、これは脅威ですか?ホストされたボタンがあるページに https が必要ですか? ホストされたボタンのフォームは次のとおりです。アドバイスをありがとう、サラ
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="YK6RA88XCE69G">
<table>
<tr><td>
<input type="hidden" name="on0" value="Ableton Course Fees"></td></tr>
<tr><td>
<select name="os0">
<option value="Full Payment">Full Payment €275.00 EUR</option>
<option value="Deposit Payment">Deposit Payment €100.00 EUR</option>
</select>
</td></tr>
</table>
<input type='hidden' name='cancel_return' value='http://www.funkdafone.com/finalne4/cancelled.php'>
<input type='hidden' name='return' value='http://www.funkdafone.com/finalne4/confirmation.php'>
<input type="hidden" name="currency_code" value="EUR">
<input type="image" src="https://www.sandbox.paypal.com/en_US/GB/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.sandbox.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>