From 376c6bb62bc28f9b3f29a1633f15ab0c443e9e3d Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Mon, 20 Jul 2026 21:27:27 +0200 Subject: [PATCH] grpc: set status for CVE-2023-33953 and CVE-2024-37168 CVE-2023-33953 is fixed since 1.56.2 per [1]. FKIE sets "defaultStatus": "unknown" so it needs to be set explicitly. CVE-2024-37168 description in [2] says grpc-js. Even if (like FKIE added) grpc core would be affected, it would be in old versions (also listed in [2]). [1] https://nvd.nist.gov/vuln/detail/CVE-2023-33953 [2] https://nvd.nist.gov/vuln/detail/CVE-2024-37168 Signed-off-by: Peter Marko Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/grpc/grpc_1.80.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.80.0.bb b/meta-oe/recipes-devtools/grpc/grpc_1.80.0.bb index 2d16f8b71c..882cda24fb 100644 --- a/meta-oe/recipes-devtools/grpc/grpc_1.80.0.bb +++ b/meta-oe/recipes-devtools/grpc/grpc_1.80.0.bb @@ -66,3 +66,6 @@ FILES:${PN}-compiler += " \ ${bindir} \ ${libdir}/libgrpc_plugin_support${SOLIBS} \ " + +CVE_STATUS[CVE-2023-33953] = "fixed-version: Fixed since 1.56.2" +CVE_STATUS[CVE-2024-37168] = "cpe-incorrect: This CVE is for grps-js"