Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Medium] patch rust to fix CVE-2024-9681 #12166

Open
wants to merge 2 commits into
base: fasttrack/2.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 73 additions & 0 deletions SPECS/rust/CVE-2024-9681.patch

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion SPECS/rust/rust.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Summary: Rust Programming Language
Name: rust
Version: 1.72.0
Release: 9%{?dist}
Release: 10%{?dist}
License: (ASL 2.0 OR MIT) AND BSD AND CC-BY-3.0
Vendor: Microsoft Corporation
Distribution: Mariner
Expand Down Expand Up @@ -45,6 +45,7 @@ Patch0: CVE-2023-45853.patch
Patch1: CVE-2024-32884.patch
Patch2: CVE-2024-31852.patch
Patch3: CVE-2024-43806.patch
Patch4: CVE-2024-9681.patch

BuildRequires: binutils
BuildRequires: cmake
Expand Down Expand Up @@ -172,6 +173,9 @@ rm %{buildroot}%{_bindir}/*.old
%{_mandir}/man1/*

%changelog
* Fri Jan 31 2025 Jyoti Kanase <[email protected]> - 1.72.0-10
- Fix CVE-2024-9681

* Fri Nov 22 2024 Tobias Brick <[email protected]> - 1.72.0-9
- Patch CVE-2024-43806

Expand Down
Loading