-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Description
Hi,
I'd like to check that my Zephyr product is not affected by any CVE. For this, I use the NVD database (using CPE "zephyrproject:zephyr") which mostly links to the "Security Advisories" on this github repository.
However I did not find information about the vulnerabilities in Zephyr modules. Indeed Zephyr is not using mainline modules, but instead use its own repository with some modification. The west.yml points to a commit in this repository. So it means that for every version of Zephyr, since theses modules are part of Zephyr, there should be some information about CVE in these modules I think.
If I take an example, like mbedTLS. The last version of mbedTLS merged in the zephyr mbedTLS module is "3.1.0" if I'm not mistaken (https://github.com/zephyrproject-rtos/mbedtls) but there is a recent CVE on this version (https://nvd.nist.gov/vuln/detail/CVE-2022-35409). How can I know if I'm affected by this one ? If so, is there any fixes that has been added ?
So I would like to know if there is any existing documentation/report about this ? If not, how can I solve this issue ? Should I "manually" check the last merged version (from mainline to zephyr module) and then check CVE for this component ?
Thanks
Metadata
Metadata
Assignees
Labels
Type
Projects
Status