Session Fixation in gunet/openeclass
Reported on
Sep 29th 2021
Description
The Cookie before & after user login doesn't change
Proof of Concept
// PoC.js
1 Load website in a new browser
2 Get cookie before login
3 Login to website
4 Get cookie after login
Compare those 2 values
Impact
Through other attack methods such as XSS, the attacker can store the user's cookies and access them later.
SECURITY.md
2 years ago
Thanks for the report! We have applied a fix to the next release branch (3.12.x) and will be porting it forward to the default (4.0 future release) branch.