diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-08-24 13:51:26 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-28 10:47:08 +0100 |
| commit | 21cedd60863e41b7fbd808863136d1e933395fc4 (patch) | |
| tree | a1eefa9e3393683833a175d3fe0c99be1b2cfa77 /meta/recipes-devtools | |
| parent | fb4ebd60536af8672f950376106e0b0500d7007c (diff) | |
| download | poky-21cedd60863e41b7fbd808863136d1e933395fc4.tar.gz | |
binutils: set status for CVE-2025-7545 and CVE-2025-7546
The patches linked in NVD reports are present in binutils-2_45-branch.
Technically the NVD is wrong (=2.45 should be <2.45), but fixing it in
the recipe is not problematic as all cpe-stable-backport will be
automatically removed in next upgrade so will not be "kept forever".
CVE-2025-7545
* https://nvd.nist.gov/vuln/detail/CVE-2025-7545
* https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=08c3cbe5926e4d355b5cb70bbec2b1eeb40c2944
CVE-2025-7546
* https://nvd.nist.gov/vuln/detail/CVE-2025-7546
* https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=41461010eb7c79fee7a9d5f6209accdaac66cc6b
(From OE-Core rev: 0fb876e247faea84dfa8fd302b80cb7afdc575d9)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.45.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.45.inc b/meta/recipes-devtools/binutils/binutils-2.45.inc index 00bb181172..c69b4298c8 100644 --- a/meta/recipes-devtools/binutils/binutils-2.45.inc +++ b/meta/recipes-devtools/binutils/binutils-2.45.inc | |||
| @@ -18,6 +18,9 @@ SRCBRANCH ?= "binutils-2_45-branch" | |||
| 18 | 18 | ||
| 19 | UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)" | 19 | UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)" |
| 20 | 20 | ||
| 21 | CVE_STATUS[CVE-2025-7545] = "cpe-stable-backport: fix available in used git hash" | ||
| 22 | CVE_STATUS[CVE-2025-7546] = "cpe-stable-backport: fix available in used git hash" | ||
| 23 | |||
| 21 | SRCREV ?= "2bc7af1ff7732451b6a7b09462a815c3284f9613" | 24 | SRCREV ?= "2bc7af1ff7732451b6a7b09462a815c3284f9613" |
| 22 | BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=https" | 25 | BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=https" |
| 23 | SRC_URI = "\ | 26 | SRC_URI = "\ |
