CVE-2019-12266
30.03.2022, 20:15
Stack-based Buffer Overflow vulnerability in Wyze Cam Pan v2, Cam v2, Cam v3 allows an attacker to run arbitrary code on the affected device. This issue affects: Wyze Cam Pan v2 versions prior to 4.49.1.47. Wyze Cam v2 versions prior to 4.9.8.1002. Wyze Cam v3 versions prior to 4.36.8.32.Enginsight
Vendor | Product | Version |
---|---|---|
wyze | cam_pan_v2_firmware | 𝑥 < 4.49.1.47 |
wyze | cam_v2_firmware | 𝑥 < 4.9.8.1002 |
wyze | cam_v3_firmware | 𝑥 < 4.36.8.32 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-121 - Stack-based Buffer OverflowA stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.