From: Sudhir Dumbhare <[email protected]>

Analysis:
- CVE-2024-11407 [1] affects gRPC-C++ servers with transmit zero copy enabled.
- The upstream fix modifies gRPC core runtime source
  src/core/lib/event_engine/posix_engine/posix_endpoint.cc [2].
- python3-grpcio-tools does not include or compile this runtime source.
- Hence CVE-2024-11407 is not applicable to python3-grpcio-tools.

[1] https://nvd.nist.gov/vuln/detail/CVE-2024-11407
[2] https://github.com/grpc/grpc/commit/e9046b2bbebc0cb7f5dc42008f807f6c7e98e791

Signed-off-by: Sudhir Dumbhare <[email protected]>
---
 .../recipes-devtools/python/python3-grpcio-tools_1.62.2.bb       | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.62.2.bb 
b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.62.2.bb
index 63abf6e3cf..71cabf0d01 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.62.2.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.62.2.bb
@@ -26,3 +26,4 @@ CVE_PRODUCT += "grpc:grpc"
 
 CVE_STATUS[CVE-2026-33186] = "cpe-incorrect: this CVE is for golang version of 
grpc"
 CVE_STATUS[CVE-2024-7246] = "not-applicable-config: the vulnerable gRPC C-core 
HPACK parser code is not present in grpcio-tools"
+CVE_STATUS[CVE-2024-11407] = "not-applicable-config: CVE affects gRPC C++ 
server zero-copy transport code, which is not present in grpcio-tools"
-- 
2.35.6

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#127401): 
https://lists.openembedded.org/g/openembedded-devel/message/127401
Mute This Topic: https://lists.openembedded.org/mt/119646939/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to