File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ Security Vulnerability Related
3030
3131The following CVEs are addressed by this release:
3232
33+ * CVE-2020-10060: UpdateHub Might Dereference An Uninitialized Pointer
3334* CVE-2020-10064: Improper Input Frame Validation in ieee802154 Processing
3435* CVE-2020-10066: Incorrect Error Handling in Bluetooth HCI core
3536* CVE-2020-10072: all threads can access all socket file descriptors
@@ -671,6 +672,8 @@ Libraries / Subsystems
671672
672673 * updatehub:
673674
675+ * Added download block check.
676+ * Added support to flash integrity check using SHA-256 algorithm.
674677 * Moved updatehub from lib to subsys/mgmt directory.
675678 * Fixed out-of-bounds access and add flash_img_init return value check.
676679 * Fixed getaddrinfo resource leak.
Original file line number Diff line number Diff line change @@ -353,13 +353,25 @@ available.
353353
354354See NCC-ZEP-030
355355
356- This issue has not been fixed.
356+ This has been fixed in a PR against Zephyr master .
357357
358358- `CVE-2020-10060 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10060 >`_
359359
360360- `Zephyr project bug tracker ZEPSEC-37
361361 <https://zephyrprojectsec.atlassian.net/browse/ZEPSEC-37> `_
362362
363+ - `PR27865 fix on master (to be fixed in v2.4.0)
364+ <https://github.com/zephyrproject-rtos/zephyr/pull/27865> `_
365+
366+ - `PR27865 fix for v2.3.0
367+ <https://github.com/zephyrproject-rtos/zephyr/pull/27889> `_
368+
369+ - `PR27865 fix for v2.2.0
370+ <https://github.com/zephyrproject-rtos/zephyr/pull/27891> `_
371+
372+ - `PR27865 fix for v2.1.0
373+ <https://github.com/zephyrproject-rtos/zephyr/pull/27893> `_
374+
363375CVE-2020-10061
364376--------------
365377
You can’t perform that action at this time.
0 commit comments