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
{{ message }}
This repository was archived by the owner on Dec 20, 2023. It is now read-only.
Prevent Integer Overflow When Decoding CASE Request Message.
-- The msgLenWithoutSig variable in BeginSessionRequestContext::DecodeHead()
function was promoted from uint16_t to uint32_t to prevent integer
overflow, which may result in denial-of-service vulnerability.
This change addresses CVE security vulnerability: CVE-2019-5037
0 commit comments