0
データベースサーバー(Oracle 11g)にデータを送信するための小さなアプリケーションを開発しました。セッションのハイジャック(Django 1.7.7およびpython3)
1. We have deployed django with https and all secure configurations like Secure Cookie and Secure Session, No Cache, etc.
2. Using BURP tool for this sample review
3. We have created two different user in this system say Normal User and Admin User
4. Opened 2 browsers(Mozilla and IE 11), On mozilla we login with Admin user and captured session id using burp tool.
5. On second browser we login with Normal user and replaced session id Normal User with Admin User.
6. whoila......On second browser, I got Admin user access by just changing the session id
私はこのアプリケーションにデフォルトのセッションバックエンドを使用しています。事前に
私は、これはジャンゴの欠陥とどのようにこの問題を解決するかどうかを知りたいのですが...
おかげで
セキュリティが気になる方は、サポートされておらず、何年もパッチを受け取っていないバージョンのDjangoを使用しないでください –