Git Product home page Git Product logo

Comments (9)

Seldaek avatar Seldaek commented on July 22, 2024

You can do that with the encrypted_cookies setting I would think, just specify your session cookie there?

from nelmiosecuritybundle.

Baachi avatar Baachi commented on July 22, 2024

No i don't mean the cookie value.
I mean the session data, that were stored in the database, filesystem or something else.

from nelmiosecuritybundle.

Seldaek avatar Seldaek commented on July 22, 2024

But there isn't much point in that is there? If someone can read this stuff, most likely he has access to your secret and can decrypt the data anyway.

from nelmiosecuritybundle.

Baachi avatar Baachi commented on July 22, 2024

Not really. If you run your application on a virtual server and the session directory is on every virtual server equals, then a hacker can hijack your session. If you encrypt this session values, the hacker have no chance to decrypt this session.

An another example was, if you use couchdb as session storage and you dont't use https (or is not available), the session values will be send in the plain format.

If i'm wrong please correct me :)

from nelmiosecuritybundle.

Seldaek avatar Seldaek commented on July 22, 2024

Regarding shared hosting, the session id will still be present in clear on the filesystem, so it's still fairly easy to hijack your session.. As for couch well, if you don't use https and it's not on the same machine yeah you can have MITM problems but usually it's a direct neighbour in the network so chances are low. Anyway if you'd like to do it I guess I'm not completely against the idea, it's optional anyway, but I really doubt there is much value in doing this.

from nelmiosecuritybundle.

Baachi avatar Baachi commented on July 22, 2024

Interesting, I was not aware that the session id will be present in clear on the filesystem.

It's still a idea, so i opened this issue to discuss this featue.
If you say it's not necessary than we can close this issue, otherwise i would love to create a PR.

from nelmiosecuritybundle.

Seldaek avatar Seldaek commented on July 22, 2024

The session is usually stored in a file which is named with the session
id, so hijacking is fairly easy if you're a poorly configured shared host.

As for implementing it, I just don't see enough value in the feature to
do it myself, but if you do then feel free to add it. Or we can leave it
open and see if anyone else is interested.

from nelmiosecuritybundle.

Baachi avatar Baachi commented on July 22, 2024

Thank's for this explanation :)

I've leave it open, if anyone is interested to implement this feature,
we can discuss it again.

from nelmiosecuritybundle.

ruudk avatar ruudk commented on July 22, 2024

@Baachi "If you run your application on a virtual server and the session directory is on every virtual server equals"

This is a Symfony2 bundle and Symfony2 is configurated by default to store the sessions inside the app/cache/*/sessions directory.

So I think the feature would be useless for this bundle. Maybe as a standalone component, but I wouldn't use it :-)

from nelmiosecuritybundle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.