CVE Vulnerabilities

CVE-2026-13117

Use After Free

Published: Jul 30, 2026 | Modified: Aug 05, 2026
CVSS 3.x
8.1
HIGH
Source:
NVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
CVSS 2.x
RedHat/V2
RedHat/V3
5.9 MODERATE
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:H
Ubuntu
MEDIUM
root.io logo minimus.io logo echo.ai logo

An incomplete guard in OpenVPN 2.6.0 through 2.6.20 and 2.7_alpha1 through 2.7.4 allows remote authenticated peers to trigger a use-after-free during TLS session promotion, potentially leading to a denial of service or memory leakage

Weakness

The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory “belongs” to the code that operates on the new pointer.

Affected Software

NameVendorStart VersionEnd Version
OpenvpnOpenvpn2.6.0 (including)2.6.21 (excluding)
OpenvpnOpenvpn2.7 (including)2.7.5 (excluding)
OpenvpnUbuntudevel*
OpenvpnUbuntunoble*
OpenvpnUbuntuquesting*
OpenvpnUbunturesolute*
OpenvpnUbuntuupstream*

Potential Mitigations

References