Skip to content

Commit 57c099a

Browse files
nandojveMaureenHelm
authored andcommitted
doc: release: 2.4: Add notes and security info about UpdateHub
Add release and security notes related to UpdateHub. Signed-off-by: Gerson Fernando Budke <[email protected]>
1 parent 4fe4c01 commit 57c099a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

doc/releases/release-notes-2.4.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Security Vulnerability Related
3030

3131
The 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.

doc/security/vulnerabilities.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,13 +353,25 @@ available.
353353

354354
See 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+
363375
CVE-2020-10061
364376
--------------
365377

0 commit comments

Comments
 (0)