Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advanced session hijacking mitigation #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Advanced session hijacking mitigation #75

wants to merge 1 commit into from

Commits on Jul 31, 2014

  1. Advanced session hijacking mitigation

    utilizing ssl_session_id (when mod_ssl is enabled) and ip/user-agent
    when using raw http connections an additional check is done to ensure
    that cooked are not copied between systems thus preventing session
    hijacking
    
    If a user with a valid CAS session attempts to copy another user's
    cookie the existing CAS session will simply reestablish and the stolen
    cookie will be invalidated.
    While this could potentially create a denial of service; the risk is
    limited to non-https connections.
    rjancewicz committed Jul 31, 2014
    Configuration menu
    Copy the full SHA
    f3313f2 View commit details
    Browse the repository at this point in the history