Fix CVE-2025-22247, VMSA-2025-0007

This commit is contained in:
Jonathan Wright 2025-06-17 07:56:24 -05:00
parent bc44fa8a57
commit 89b1e48d4d

View File

@ -32,7 +32,7 @@
Name: open-vm-tools Name: open-vm-tools
Version: %{toolsversion} Version: %{toolsversion}
Release: 2%{?dist} Release: 2%{?dist}.alma.1
Summary: Open Virtual Machine Tools for virtual machines hosted on VMware Summary: Open Virtual Machine Tools for virtual machines hosted on VMware
License: GPLv2 License: GPLv2
URL: https://github.com/vmware/%{name} URL: https://github.com/vmware/%{name}
@ -52,6 +52,8 @@ ExclusiveArch: %{ix86} x86_64 aarch64
%endif %endif
# Patch0: name.patch # Patch0: name.patch
# https://github.com/vmware/open-vm-tools/tree/CVE-2025-22247.patch
Patch0: 0000-open-vm-tools-cve-2025-22247.patch
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
@ -410,6 +412,9 @@ fi
%{_bindir}/vmware-vgauth-smoketest %{_bindir}/vmware-vgauth-smoketest
%changelog %changelog
* Thu Jun 12 2025 Jonathan Wright <jonathan@almalinux.org> - 12.3.5-2.alma.1
- Fix CVE-2025-22247, VMSA-2025-0007
* Wed Dec 06 2023 Miroslav Rezanina <mrezanin@redhat.com> - 12.3.5-2 * Wed Dec 06 2023 Miroslav Rezanina <mrezanin@redhat.com> - 12.3.5-2
- ovt-Restart-tools-on-failure.patch [RHEL-17683] - ovt-Restart-tools-on-failure.patch [RHEL-17683]
- Resolves: RHEL-17683 - Resolves: RHEL-17683