CVE-2021-32941
23.05.2022, 19:16
Annke N48PBB (Network Video Recorder) products of version 3.4.106 build 200422 and prior are vulnerable to a stack-based buffer overflow, which allows an unauthorized remote attacker to execute arbitrary code with the same privileges as the server user (root).Enginsight
Vendor | Product | Version |
---|---|---|
annke | n48pbb_firmware | 𝑥 < 3.4.106 |
annke | n48pbb_firmware | 3.4.106 |
annke | n48pbb_firmware | 3.4.106:build_200422 |
𝑥
= 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.