You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Potential out of bound read in _nx_secure_tls_process_clienthello()
Moderate
mrybczyn
published
GHSA-5vrv-8j5h-h6h6Oct 15, 2025
Package
NetX Duo
(Eclipse ThreadX)
Affected versions
<= 6.4.3
Patched versions
6.4.4
Description
The _nx_secure_tls_process_clienthello() was missing length verification of certain SSL/TLS client hello message: the ciphersuite length and compression method length. In case of an attacker-crafted message with values outside of the expected range, it could cause an out-of-bound read.
The product reads from a buffer using buffer access mechanisms such as indexes or pointers that reference memory locations after the targeted buffer.
Learn more on MITRE.
The _nx_secure_tls_process_clienthello() was missing length verification of certain SSL/TLS client hello message: the ciphersuite length and compression method length. In case of an attacker-crafted message with values outside of the expected range, it could cause an out-of-bound read.