• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How do I secure the session cookie? [was Re: General session questions...]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do I secure the session cookie? [was Re: General session questions...]


  • Subject: Re: How do I secure the session cookie? [was Re: General session questions...]
  • From: Mike Schrag <email@hidden>
  • Date: Wed, 8 Oct 2008 10:44:25 -0400

Another way would be to get the remote_host and put it in a cookie too (encrypted/hashed) and compare it in further invocations - or hash it and add it to the session ID itself.
Not sure this would help? The exploit is pretty clever ... Basically you setup a man-in-the-middle attack where you just proxy through SSL requests, but you exploit sites that do not set "secure only" on cookies and from the proxy issue a non-https request to the site, which sends back your wosid cookie unencrypted, at which point you can then steal the session. Practicality of setting up the attack is another thing entirely, but it's definitely exploitable in WO because the wosid and woinst cookies are set to be secure-only=false. The downside, of course, is that you MUST be https end-to-end, but in reality, the only secure session is one that is https end-to-end.

ms

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: How do I secure the session cookie? [was Re: General session questions...]
      • From: Mike Schrag <email@hidden>
References: 
 >General session questions... (From: Ramsey Gurley <email@hidden>)
 >Re: General session questions... (From: Guido Neitzer <email@hidden>)
 >Re: General session questions... (From: Ramsey Gurley <email@hidden>)
 >How do I secure the session cookie? [was Re: General session questions...] (From: Ramsey Gurley <email@hidden>)
 >Re: How do I secure the session cookie? [was Re: General session questions...] (From: Mike Schrag <email@hidden>)
 >Re: How do I secure the session cookie? [was Re: General session questions...] (From: Anjo Krank <email@hidden>)

  • Prev by Date: Re: Velocity EOGenerator create package problem
  • Next by Date: Re: Velocity EOGenerator create package problem
  • Previous by thread: Re: How do I secure the session cookie? [was Re: General session questions...]
  • Next by thread: Re: How do I secure the session cookie? [was Re: General session questions...]
  • Index(es):
    • Date
    • Thread