GHSA-wpfv-47p6-jfvhMediumCVSS 6.8
webpy web.py 0.76 is vulnerable to Session Fixation. The component Session._load() reads...
🔗 CVE IDs covered (1)
📋 Description
webpy web.py 0.76 is vulnerable to Session Fixation. The component Session._load() reads session_id directly from the request cookie and loads that session from the store, and _save() writes back under the same session_id; no rotation after authentication, so a fixed session_id keeps the authenticated state.