Code Monkey home page Code Monkey logo

Comments (5)

stevepolitodesign avatar stevepolitodesign commented on May 25, 2024 1

@ayushn21 thank you for taking the time to post this since I think it's valuable information. Since the API mentions that using a singed_id is "... particularly useful for things like password reset or email verification", I'm not too concerned. If the secret_key_base becomes compromised I'd imagine that the application would be vulnerable to multiple attacks.

However, I do think it's worth keeping this issue open to raise awareness and keep the conversation going. Thanks again!

from rails-authentication-from-scratch.

stevepolitodesign avatar stevepolitodesign commented on May 25, 2024 1

I appreciate you taking the time to highlight this though. I'm learning a lot!

from rails-authentication-from-scratch.

ayushn21 avatar ayushn21 commented on May 25, 2024

Also worth mentioning is that the same flaw exists if the session_token and remember_token are stored in plain text in the database. Again I'm assuming that an attacker has access to the database and secret_key_base. If somehow they do, then they can forge sessions and impersonate any user.

If those tokens are also stored with has_secure_password then the above loophole is closed as they won't have the plain text tokens they need to put into their forged cookie.

from rails-authentication-from-scratch.

ayushn21 avatar ayushn21 commented on May 25, 2024

particularly useful for things like password reset or email verification", I'm not too concerned

Yeah absolutely. In 99.9%, or even 99.99% of cases I'm sure it'd be totally fine!

If the secret_key_base becomes compromised I'd imagine that the application would be vulnerable to multiple attacks.

For sure. The app would be at serious risk if the key base was compromised. My aim with this issue was to suggest a method to minimise the exposure until a new key base can be deployed. Again making some serious assumptions about the attacker having access to sensitive information so this is all pretty low-risk "worst case scenario" stuff so just worth a chat about I reckon :)

from rails-authentication-from-scratch.

ayushn21 avatar ayushn21 commented on May 25, 2024

Happy to help! :)

from rails-authentication-from-scratch.

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.