Cookie without Secure flag in instantsoft/icms2
Reported on
Aug 14th 2023
Description
There is a ICMS62EC2566CC4B5 cookie without Secure flag and this is authentication cookie.
Proof of Concept
Link photo PoC: https://drive.google.com/file/d/1uWsRKMT-KyuRPA01Ra1W3YphQgNmMkuu/view?usp=sharing
Impact
If the secure flag is not set, then the cookie will be transmitted in clear-text if the user visits any HTTP URLs within the cookie's scope.
An attacker may be able to induce this event by feeding a user suitable links, either directly or via another web site.
Occurrences
user.php L571
Set it true.
Thank you for your interest in the project. It is not possible to just install in true, because InstantCMS can be installed inside the network, consciously without https protocol. We will fix it differently, more universally.