fix(newlib): sbom: add CVE-2024-30949 to cve-exclude-list

pull/14684/head
Alexey Lapshin 2024-09-06 18:27:09 +07:00
rodzic ffdf59a898
commit c4acf3faad
2 zmienionych plików z 12 dodań i 0 usunięć

Wyświetl plik

@ -4,3 +4,6 @@ cpe: cpe:2.3:a:newlib_project:newlib:{}:*:*:*:*:*:*:*
supplier: 'Organization: Espressif Systems (Shanghai) CO LTD'
originator: 'Organization: Red Hat Incorporated'
description: An open-source C standard library implementation with additional features and patches from Espressif.
cve-exclude-list:
- cve: CVE-2024-30949
reason: A vulnerability was discovered in the gettimeofday system call implementation within the RISC-V libgloss component of Newlib. ESP-IDF does not link against libgloss for RISC-V, hence the issue is not directly applicable. Still, the relevant fix has been patched through https://github.com/espressif/newlib-esp32/commit/047ba47013c2656a1e7838dc86cbc75aeeaa67a7

Wyświetl plik

@ -10,6 +10,15 @@ This page briefly lists all of the vulnerabilities that are discovered and fixed
CVE-2024
--------
CVE-2024-30949
~~~~~~~~~~~~~~
RISC-V gettimeofday system call vulnerability in Newlib's
* Impact: ESP-IDF does not use system call implementations from Newlib
* Resolution: NA
CVE-2024-28183
~~~~~~~~~~~~~~