Skip to content

Commit e899b5e

Browse files
Patch crash for CVE-2025-11082 in gdb tarball [MEDIUM] (microsoft#14781)
Co-authored-by: jykanase <[email protected]>
1 parent a2de8b5 commit e899b5e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

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": {
3-
"gdb-10.2-3.tar.gz": "0d322f3c3ee75b364eb4f90b394c9ecc17800d2a94d2913a5ea845acead26bd2",
3+
"gdb-10.2-4.tar.gz": "f2902cd89e725e0dd2e4ac007d4a31bf0237ad3b1a38191455d801ee6096246b",
44
"crash-8.0.4.tar.gz": "94df600c183301013787cd47112044e358fb37bb8e2b5544f40377dda98ee78f"
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.4
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
@@ -11,7 +11,8 @@ Source0: https://github.com/crash-utility/%{name}/archive/%{version}.tar.g
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
# '-2' version of the tarball contains fix for CVE-2022-37434 which cannot be applied as a .patch because source1 is only untar'ed during crash make
1313
# '-3' version of the tarball contains fix for CVE-2021-20197, CVE-2022-47673, CVE-2022-47696 which cannot be applied as a .patch because source1 is only untar'ed during crash make
14-
Source1: gdb-%{gdb_version}-3.tar.gz
14+
# '-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
15+
Source1: gdb-%{gdb_version}-4.tar.gz
1516
# lzo patch sourced from https://src.fedoraproject.org/rpms/crash/blob/rawhide/f/lzo_snappy_zstd.patch
1617
Patch0: lzo_snappy_zstd.patch
1718
License: GPLv3+
@@ -97,6 +98,9 @@ cp -p defs.h %{buildroot}%{_includedir}/crash
9798
%endif
9899

99100
%changelog
101+
* Fri Oct 03 2025 Azure Linux Security Servicing Account <[email protected]> - 8.0.4-5
102+
- Update gdb-10.2-4.tar.gz to address CVE-2025-11082
103+
100104
* Mon Apr 21 2025 Kanishk Bansal <[email protected]> - 8.0.4-4
101105
- Update gdb-10.2-3.tar.gz to address CVE-2021-20197, CVE-2022-47673, CVE-2022-47696
102106

0 commit comments

Comments
 (0)