SslHandler doesn't correctly validate packets which can lead to native crash when using native SSLEngine
Package
Affected versions
>= 4.1.91.Final, <= 4.1.117.Final
Patched versions
4.1.118.Final
Description
Published to the GitHub Advisory Database
Feb 10, 2025
Reviewed
Feb 10, 2025
Published by the National Vulnerability Database
Feb 10, 2025
Last updated
Feb 11, 2025
Impact
When a special crafted packet is received via SslHandler it doesn't correctly handle validation of such a packet in all cases which can lead to a native crash.
Workarounds
As workaround its possible to either disable the usage of the native SSLEngine or changing the code from:
to:
References