pyOpenSSL is a Python wrapper around the OpenSSL library. Starting in version 0.14.0 and prior to version 26.0.0, if a user provided callback to `set_tlsext_servername_callback` raised an unhandled exception, this would result in a connection being accepted. If a user was relying on this callback for any security-sensitive behavior, this could allow bypassing it. Starting in version 26.0.0, unhandled exceptions now result in rejecting the connection.
Project Subscriptions
No data.
Advisories
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-vp96-hxj8-p424 | pyOpenSSL allows TLS connection bypass via unhandled callback exception in set_tlsext_servername_callback |
Fixes
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
References
History
Tue, 17 Mar 2026 23:45:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | pyOpenSSL is a Python wrapper around the OpenSSL library. Starting in version 0.14.0 and prior to version 26.0.0, if a user provided callback to `set_tlsext_servername_callback` raised an unhandled exception, this would result in a connection being accepted. If a user was relying on this callback for any security-sensitive behavior, this could allow bypassing it. Starting in version 26.0.0, unhandled exceptions now result in rejecting the connection. | |
| Title | pyOpenSSL allows TLS connection bypass via unhandled callback exception in set_tlsext_servername_callback | |
| Weaknesses | CWE-636 | |
| References |
| |
| Metrics |
cvssV4_0
|
Projects
Sign in to view the affected projects.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-03-17T23:24:30.661Z
Reserved: 2026-02-19T17:25:31.100Z
Link: CVE-2026-27448
No data.
Status : Received
Published: 2026-03-18T00:16:19.107
Modified: 2026-03-18T00:16:19.107
Link: CVE-2026-27448
No data.
OpenCVE Enrichment
No data.
Weaknesses
Github GHSA