CVE-2020-14935: Buffer Overflow
Buffer overflows were discovered in Contiki-NG 4.4 through 4.5, in the SNMP bulk get request response encoding function. The function parsing the received SNMP request does not verify the input message's requested variables against the capacity of the internal SNMP engine buffer. When a bulk get request response is assembled, a stack buffer dedicated for OIDs (with a limited capacity) is allocated in snmpenginegetbulk(). When snmpenginegetbulk() is populating the stack buffer, an overflow condition may occur due to lack of input length validation. This makes it possible to overwrite stack regions beyond the allocated buffer, including the return address from the function. As a result, the code execution path may be redirected to an address provided in the SNMP bulk get payload. If the target architecture uses common addressing space for program and data memory, it may also be possible to supply code in the SNMP request payload, and redirect the execution path to the remotely injected code, by modifying the function's return address.
Affected Software
Event History
Frequently Asked Questions
What is the CVE ID of this vulnerability?
The CVE ID of this vulnerability is CVE-2020-14935.
What is the severity of CVE-2020-14935?
The severity of CVE-2020-14935 is critical with a CVSS score of 9.8.
What software versions are affected by CVE-2020-14935?
Contiki-NG versions 4.4 through 4.5 are affected by CVE-2020-14935.
What is the Common Weakness Enumeration (CWE) ID of CVE-2020-14935?
The CWE ID of CVE-2020-14935 is 119 and 787.
Are there any references for CVE-2020-14935?
Yes, you can find references for CVE-2020-14935 at the following links: [Reference 1](https://drive.google.com/file/d/1qp3ZXaFRiR_imWg0lUbI7-D-hIT268EB/view?usp=sharing), [Reference 2](https://github.com/contiki-ng/contiki-ng/issues/1353).