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 Out-Of-Bound (OOB) Read Vulnerability in Camera Legacy Pairing Protocol.
Within the DropcamLegacyPairingServer::HandleCameraAuthDataRequest() method:
-- Added check that the length of the nonce string encoded in the
CameraAuthDataRequest message is 64 bytes.
-- Added check that the TLV encoding for CameraAuthDataRequest
contains no additional fields other than the nonce string.
This change addresses CVE security vulnerability: CVE-2019-5034
0 commit comments