Skip to content

Commit a53aa29

Browse files
Patch crash for CVE-2025-11082 [MEDIUM] (#14782)
Co-authored-by: jykanase <v-jykanase@microsoft.com>
1 parent 6c64414 commit a53aa29

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

SPECS/crash/crash.signatures.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Signatures": {
33
"crash-8.0.1.tar.gz": "233208b1433a49e1d5a063fa88e6fc9772b99fbb7b30ae79a2115d1b8f0dfc52",
4-
"gdb-10.2-3.tar.gz": "0d322f3c3ee75b364eb4f90b394c9ecc17800d2a94d2913a5ea845acead26bd2"
4+
"gdb-10.2-4.tar.gz": "f2902cd89e725e0dd2e4ac007d4a31bf0237ad3b1a38191455d801ee6096246b"
55
}
66
}

SPECS/crash/crash.spec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global gdb_version 10.2
22
Name: crash
33
Version: 8.0.1
4-
Release: 4%{?dist}
4+
Release: 5%{?dist}
55
Summary: kernel crash analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
66
Group: Development/Tools
77
Vendor: Microsoft Corporation
@@ -10,7 +10,8 @@ URL: https://github.com/crash-utility/crash
1010
Source0: https://github.com/crash-utility/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
1111
# crash requires gdb tarball for the build. There is no option to use the host gdb. For crash 8.0.1 the newest supported gdb version is 10.2.
1212
# '-3' version of the tarball contains fix for CVE-2021-20197, CVE-2022-47673, CVE-2022-47696, CVE-2022-37434 which cannot be applied as a .patch because source1 is only untar'ed during crash make
13-
Source1: gdb-%{gdb_version}-3.tar.gz
13+
# '-4' version of the tarball contains fix for CVE-2025-11082 which cannot be applied as a .patch because source1 is only untar'ed during crash make
14+
Source1: gdb-%{gdb_version}-4.tar.gz
1415
# lzo patch sourced from https://src.fedoraproject.org/rpms/crash/blob/rawhide/f/lzo_snappy_zstd.patch
1516
Patch0: lzo_snappy_zstd.patch
1617
License: GPLv3+
@@ -66,6 +67,9 @@ cp -p defs.h %{buildroot}%{_includedir}/crash
6667
%{_includedir}/crash/*.h
6768

6869
%changelog
70+
* Fri Oct 03 2025 Azure Linux Security Servicing Account <azurelinux-security@microsoft.com> - 8.0.1-5
71+
- Update gdb-10.2-4.tar.gz to address CVE-2025-11082
72+
6973
* Mon Apr 21 2025 Kanishk Bansal <kanbansal@microsoft.com> - 8.0.1-4
7074
- Update gdb-10.2-3.tar.gz to address CVE-2021-20197, CVE-2022-47673, CVE-2022-47696, CVE-2022-37434
7175

0 commit comments

Comments
 (0)