Fix CVE-2023-40403 (RHEL-145943)

Resolves: RHEL-145943
This commit is contained in:
David King 2026-03-27 13:28:40 +00:00
parent dfaee045c4
commit e728a91216
2 changed files with 1148 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
Name: libxslt
Summary: Library providing the Gnome XSLT engine
Version: 1.1.34
Release: 12%{?dist}
Release: 15%{?dist}
License: MIT
URL: http://xmlsoft.org/XSLT
@ -28,6 +28,8 @@ Patch5: libxslt-1.1.34-test-fuzz-build.patch
Patch6: libxslt-1.1.34-CVE-2025-24855.patch
# https://issues.redhat.com/browse/RHEL-83514
Patch7: libxslt-1.1.34-CVE-2024-55549.patch
# https://issues.redhat.com/browse/RHEL-145943
Patch8: libxslt-1.1.34-CVE-2023-40403.patch
%description
This C library allows to transform XML files into other XML files
@ -134,6 +136,9 @@ rm -vrf %{buildroot}%{_docdir}
%endif
%changelog
* Thu Feb 12 2026 David King <dking@redhat.com> - 1.1.34-15
- Fix CVE-2023-40403 (RHEL-145943)
* Thu Apr 03 2025 David King <dking@redhat.com> - 1.1.34-12
- Include alloc changes into previous patch (RHEL-83514)