Sensitive Cookie Without 'HttpOnly' Flag in filegator/filegator
Reported on
Sep 27th 2021
Description
HTTPOnly attribute is not set for session cookies in the application.
Proof of Concept
https://ibb.co/R950Vxj
Impact
When a cookie doesn’t have an HttpOnly flag, it can be accessed through JavaScript, which means that an XSS could lead to cookies being stolen. These include session cookies that can make it easier to achieve account/session takeover.