jiveshkalra / SecureHack-Quest-TechBuzz

1 stars 16 forks source link

Insecure Login and Logout Display Logic #72

Closed GameGod2211 closed 1 month ago

GameGod2211 commented 1 month ago

Description of the Vulnerability

Relying on localStorage for determining login state can be easily bypassed. This method is vulnerable to manipulation and doesn't provide real security. admin/base.html

Screen Shot of the Vulnerable Code

Add some screenshots of the part of code thats vulnerable

Impact of the vulnerability

4/5

Recommended Steps to resolve it?

Perform authentication checks on the server side and pass the login state to the frontend securely.

School Name

Blue bells model school sec-4

GameGod2211 commented 1 month ago

why is this closed