CVE-2026-79312: Medium severity webpy web.py vulnerability

Published Sep 22, 2026
·
Updated

webpy web.py 0.76 is vulnerable to Session Fixation. The component Session.load() reads sessionid directly from the request cookie and loads that session from the store, and save() writes back under the same sessionid; no rotation after authentication, so a fixed sessionid keeps the authenticated state.

Affected Software

1 affected component
webpy web.py=0.76

Event History

Sep 22, 2026
CVE Published
via MITRE·12:00 AM
Data Sourced
via MITRE·12:00 AM
Description
Data Sourced
via NVD·04:17 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

What must an attacker do to exploit this issue?

The attacker must cause a victim to use a session ID chosen by the attacker. If the victim later authenticates while using that fixed ID, the same session ID retains the authenticated state.

2

Which deployments are affected?

Deployments using webpy web.py 0.76 are affected where session IDs are accepted from request cookies and authentication occurs without rotating the session ID. The described behavior is in Session._load() and _save().

3

What can be done if an update is not immediately available?

Ensure the application generates and assigns a new session ID when authentication succeeds, and invalidate the pre-authentication session ID. This prevents an attacker-fixed ID from retaining the authenticated session state.

4

How can I determine whether my application is exposed?

Review the authentication flow and verify whether the session cookie value changes after a successful login. An application is exposed if a session ID supplied before authentication remains unchanged and becomes associated with the authenticated user.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203