CVE-2026-79312 Details
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.
A session fixation vulnerability has been identified in web.py version 0.76. This issue arises because the session component reuses the session identifier from the request cookie without rotating it after authentication. As a result, an attacker can manipulate the session identifier to maintain an authenticated state.
No official patch is available yet. Users can upgrade to the latest version once a fix is released or implement a code-side fix by adding an identifier rotation capability to the session component, calling it by default from the login flow, and configuring the session cookie's security attributes.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 22, 2026CISA-ADP
Assessed Sep 22, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/lichoin/TraceLoom/blob/main/CVEs/CVE-2026-79312.md | [email protected] | AdvisoryTechnical Description |
| https://github.com/webpy/webpy | [email protected] | Vendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-384 | Session Fixation | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| web.py | 0.76 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 22, 2026 | New CVE Received | [email protected] |
| Sep 22, 2026 | CVE Modified | CISA-ADP |
Volerion