From b9fb6556a3c8a3e477dce334205b658cb79ad501 Mon Sep 17 00:00:00 2001 From: Deepak Rathore Date: Mon, 8 Sep 2025 12:31:02 +0530 Subject: [PATCH] protobuf 4.25.8: Mark CVE-2024-7254 as patched Bug Details: https://nvd.nist.gov/vuln/detail/CVE-2024-7254 Type: Security Fix CVE: CVE-2024-7254 Score: 8.7 Patch: https://github.com/protocolbuffers/protobuf/commit/850fcce9176e Analysis: The original fix [1] for CVE-2024-7254 is listed in the NVD security tracker (https://nvd.nist.gov/vuln/detail/CVE-2024-7254) and was subsequently backported to the v4.25.8 version via commit [2]. Hence, this CVE is considered patched in the current source. Reference: [1] https://github.com/protocolbuffers/protobuf/commit/cc8b3483a558 [2] https://github.com/protocolbuffers/protobuf/commit/850fcce9176e (v4.25.8) Signed-off-by: Deepak Rathore Signed-off-by: Anuj Mittal --- meta-oe/recipes-devtools/protobuf/protobuf_4.25.8.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_4.25.8.bb b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.8.bb index 949a3b207b..e54dffd2cd 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_4.25.8.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.8.bb @@ -21,6 +21,8 @@ SRC_URI:append:mipsel:toolchain-clang = " file://0001-Fix-build-on-mips-clang.pa S = "${WORKDIR}/git" +CVE_STATUS[CVE-2024-7254] = "fixed-version: The vulnerability has been addressed and the fix is included in version v4.25.8" + inherit cmake pkgconfig ptest PACKAGECONFIG ??= ""