Cookie without “Secure “ and “ HttpOnly ” flag attribute in unilogies/bumsys
Reported on
Jan 20th 2023
Description
HttpOnly and Secure attribute is not set for session cookies in the application.
Proof of Concept
https://drive.google.com/file/d/1ZAanmAbOn-jSf6ZMS5JIQKUzJ78fUrea/view?usp=sharing
Impact
The " Secure flag "ensures that the cookie is only sent over a secure (HTTPS) connection, while the "Httponly flag" prevents the cookie from being accessed by JavaScript, which helps to protect against XSS attacks. Without these flags, an attacker may be able to intercept and steal the cookie, which could be used to gain unauthorized access to a user's account.
SECURITY.md
exists
a year ago
@ctflearner, We have already used HttpOnly flag. But as of development, currently the line is commented.
And we will add secure attribute in next release.
Thank you.
@ khurshid Alam . I would be glad if you could assign a CVE for this
CVE assignment is in the hands of the maintainer, please refrain from tagging admins for this request. Thanks.