CVE-2026-79312
MEDIUM
NVD
CVSS Score
6.8
Severity
MEDIUM
Published
Sep 22, 2026
Vendor
unknown
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.