Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-79312 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References 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.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-384Session FixationCISA-ADP

Affected Products

ProductVersions
web.py
0.76

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 0.76moderate effort
  • Workaround:moderate effort

    After successful authentication or a privilege change, destroy the old session, generate a new session identifier, and migrate the authentication state to the new session.

  • Mitigation:low effort

    Configure the session cookie's security attributes in full, such as SameSite, HttpOnly, and Secure, to narrow the channel for planting a session identifier from another site.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-79312
NVD Published Date:
Sep 22, 2026
NVD Last Modified:
Sep 22, 2026
Source:
[email protected]
CVE-2026-79312 Details - Not Deferred