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
30
30
31
31
The following CVEs are addressed by this release:
32
32
33
+ * CVE-2020-10060: UpdateHub Might Dereference An Uninitialized Pointer
33
34
* CVE-2020-10064: Improper Input Frame Validation in ieee802154 Processing
34
35
* CVE-2020-10066: Incorrect Error Handling in Bluetooth HCI core
35
36
* CVE-2020-10072: all threads can access all socket file descriptors
@@ -671,6 +672,8 @@ Libraries / Subsystems
671
672
672
673
* updatehub:
673
674
675
+ * Added download block check.
676
+ * Added support to flash integrity check using SHA-256 algorithm.
674
677
* Moved updatehub from lib to subsys/mgmt directory.
675
678
* Fixed out-of-bounds access and add flash_img_init return value check.
676
679
* Fixed getaddrinfo resource leak.
Original file line number Diff line number Diff line change @@ -353,13 +353,25 @@ available.
353
353
354
354
See NCC-ZEP-030
355
355
356
- This issue has not been fixed.
356
+ This has been fixed in a PR against Zephyr master .
357
357
358
358
- `CVE-2020-10060 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10060 >`_
359
359
360
360
- `Zephyr project bug tracker ZEPSEC-37
361
361
<https://zephyrprojectsec.atlassian.net/browse/ZEPSEC-37> `_
362
362
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
+
363
375
CVE-2020-10061
364
376
--------------
365
377
You can’t perform that action at this time.
0 commit comments