CVE Catalog

CVE-2026-79313

Unknown
Published: Translated: NVD NIST

Summary

webpy web.py 0.76 is vulnerable to Insufficient Session Expiration. The application's session management relies on periodic cleanup to expire sessions instead of checking the last-access time when a session is loaded. As a result, an expired session whose record has not yet been cleaned up can still be replayed and used, allowing an attacker holding a previously valid session cookie to continue accessing protected resources after the configured idle timeout.

Risk Assessment

An attacker with a captured session cookie can gain unauthorized access to protected resources even after the idle timeout has passed.

Recommendation

Upgrade web.py to a version that checks last-access time on session load, or implement custom session expiration checks.

Other vulnerabilities in web.py

See all
Original NVD description (English source)

webpy web.py 0.76 is vulnerable to Insufficient Session Expiration. The application's session management relies on periodic cleanup to expire sessions instead of checking the last-access time when a session is loaded. As a result, an expired session whose record has not yet been cleaned up can still be replayed and used, allowing an attacker holding a previously valid session cookie to continue accessing protected resources after the configured idle timeout.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS