Fedora 40 Update: glibc-2.39-37.fc40
Fedora 40 Update: freeipa-4.12.2-3.fc40
Fedora 41 Update: glibc-2.40-21.fc41
Fedora 41 Update: freeipa-4.12.2-7.fc41
[SECURITY] Fedora 40 Update: glibc-2.39-37.fc40
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2025-69207650a4
2025-01-27 01:55:15.215467+00:00
--------------------------------------------------------------------------------
Name : glibc
Product : Fedora 40
Version : 2.39
Release : 37.fc40
URL : http://www.gnu.org/software/glibc/
Summary : The GNU libc libraries
Description :
The glibc package contains standard libraries which are used by
multiple programs on the system. In order to save disk space and
memory, as well as to make upgrading easier, common system code is
kept in one place and shared between programs. This particular package
contains the most important sets of shared libraries: the standard C
library and the standard math library. Without these two libraries, a
Linux system will not function.
--------------------------------------------------------------------------------
Update Information:
This update addresses two security vulnerabilities:
* CVE-2025-0395: A buffer overflow may occur in the assert function with certain
large program names and assert expressions.
* CVE-2025-0577: getrandom, arc4random can produce predictable randomness if a
multi-threaded program creates additional threads after fork.
The following non-security bugs are fixed:
* Compatibility with certain programs that call free(environ) is improved
(however, deallocating environ remains undefined in general).
* Crashes in string functions on certain hypervisors that report L3 cache sizes
above 4 GiB are avoided.
* Poor performance of x86-64 string functions in certain cases.
* Initialization of the restartable sequence area now follows recommended
practices.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jan 24 2025 Florian Weimer [fweimer@redhat.com] - 2.39-37
- setenv: Rework free(environ) compatibility support (RHEL-75809)
* Thu Jan 23 2025 Florian Weimer [fweimer@redhat.com] - 2.39-36
- CVE-2025-0577: vDSO getrandom predictable randomness after fork (RHEL-75555)
* Thu Jan 23 2025 Florian Weimer [fweimer@redhat.com] - 2.39-35
- Restore compatibility with environ/malloc usage pattern (RHEL-75809)
* Thu Jan 23 2025 Florian Weimer [fweimer@redhat.com] - 2.39-34
- Sync with upstream branch release/2.39/master,
commit 808a84a8b81468b517a4d721fdc62069cb8c211f:
- Fix underallocation of abort_msg_s struct (CVE-2025-0395)
- x86/string: Fixup alignment of main loop in str{n}cmp-evex [BZ #32212]
- x86: Improve large memset perf with non-temporal stores [RHEL-29312]
- x86: Avoid integer truncation with large cache sizes (bug 32470)
- math: Exclude internal math symbols for tests [BZ #32414]
- malloc: add indirection for malloc(-like) functions in tests [BZ #32366]
- Pass -nostdlib -nostartfiles together with -r [BZ #31753]
- nptl: initialize cpu_id_start prior to rseq registration
- nptl: initialize rseq area prior to registration
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2338960 - glibc: getrandom, arc4random can return predictable data after fork (CVE-2025-0577)
https://bugzilla.redhat.com/show_bug.cgi?id=2338960
[ 2 ] Bug #2341630 - CVE-2025-0395 glibc: buffer overflow in the GNU C Library's assert() [fedora-40]
https://bugzilla.redhat.com/show_bug.cgi?id=2341630
[ 3 ] Bug #2341852 - CVE-2025-0577 glibc: vDSO getrandom acceleration may return predictable randomness [fedora-40]
https://bugzilla.redhat.com/show_bug.cgi?id=2341852
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2025-69207650a4' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--
[SECURITY] Fedora 40 Update: freeipa-4.12.2-3.fc40
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2025-6baf694c75
2025-01-27 01:55:15.215313+00:00
--------------------------------------------------------------------------------
Name : freeipa
Product : Fedora 40
Version : 4.12.2
Release : 3.fc40
URL : http://www.freeipa.org/
Summary : The Identity, Policy and Audit system
Description :
IPA is an integrated solution to provide centrally managed Identity (users,
hosts, services), Authentication (SSO, 2FA), and Authorization
(host access control, SELinux user roles, services). The solution provides
features for further integration with Linux based clients (SUDO, automount)
and integration with Active Directory based infrastructures (Trusts).
--------------------------------------------------------------------------------
Update Information:
CVE-2024-11029
Release note: https://www.freeipa.org/release-notes/4-12-3.html
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 15 2025 Alexander Bokovoy [abokovoy@redhat.com] - 4.12.2-3
- CVE-2024-11029
- Release notes: https://www.freeipa.org/release-notes/4-12-3.html
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2025-6baf694c75' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--
[SECURITY] Fedora 41 Update: glibc-2.40-21.fc41
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2025-497995b101
2025-01-27 01:38:38.336049+00:00
--------------------------------------------------------------------------------
Name : glibc
Product : Fedora 41
Version : 2.40
Release : 21.fc41
URL : http://www.gnu.org/software/glibc/
Summary : The GNU libc libraries
Description :
The glibc package contains standard libraries which are used by
multiple programs on the system. In order to save disk space and
memory, as well as to make upgrading easier, common system code is
kept in one place and shared between programs. This particular package
contains the most important sets of shared libraries: the standard C
library and the standard math library. Without these two libraries, a
Linux system will not function.
--------------------------------------------------------------------------------
Update Information:
This update addresses two security vulnerabilities:
* CVE-2025-0395: A buffer overflow may occur in the assert function with certain
large program names and assert expressions.
* CVE-2025-0577: getrandom, arc4random can produce predictable randomness if a
multi-threaded program creates additional threads after fork.
The following non-security bugs are fixed:
* Compatibility with certain programs that call free(environ) is improved
(however, deallocating environ remains undefined in general).
* On certain non-Fedora kernels, mkstemp and other functions may not attempt to
create multiple different file names and fail with EEXISTS.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Jan 25 2025 Florian Weimer [fweimer@redhat.com] - 2.40-21
- setenv/putenv: Use new upstream free(environ) workaround (#2341908)
(glibc-rh2341908.patch replaces glibc-environ-malloc.patch)
- Auto-sync with upstream branch release/2.40/master,
commit 85668221974db44459527e04d04f77ca8f8e3115:
- stdlib: Test using setenv with updated environ [BZ #32588]
- malloc: obscure calloc use in tst-calloc
- Hide all malloc functions from compiler [BZ #32366]
* Thu Jan 23 2025 Florian Weimer [fweimer@redhat.com] - 2.40-20
- CVE-2025-0577: getrandom, arc4random can be predictable after fork (#2338960)
* Thu Jan 23 2025 Florian Weimer [fweimer@redhat.com] - 2.40-19
- Apply patch to improve compatibility with environ/malloc misuse
* Thu Jan 23 2025 Florian Weimer [fweimer@redhat.com] - 2.40-18
- Auto-sync with upstream branch release/2.40/master,
commit 7d4b6bcae91f29d7b4daf15bab06b66cf1d2217c:
- Fix underallocation of abort_msg_s struct (CVE-2025-0395)
- Fix missing randomness in __gen_tempname (bug 32214)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2338960 - glibc: getrandom, arc4random can return predictable data after fork (CVE-2025-0577)
https://bugzilla.redhat.com/show_bug.cgi?id=2338960
[ 2 ] Bug #2341631 - CVE-2025-0395 glibc: buffer overflow in the GNU C Library's assert() [fedora-41]
https://bugzilla.redhat.com/show_bug.cgi?id=2341631
[ 3 ] Bug #2341853 - CVE-2025-0577 glibc: vDSO getrandom acceleration may return predictable randomness [fedora-41]
https://bugzilla.redhat.com/show_bug.cgi?id=2341853
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2025-497995b101' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--
[SECURITY] Fedora 41 Update: freeipa-4.12.2-7.fc41
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2025-b21777d1b5
2025-01-27 01:38:38.335848+00:00
--------------------------------------------------------------------------------
Name : freeipa
Product : Fedora 41
Version : 4.12.2
Release : 7.fc41
URL : http://www.freeipa.org/
Summary : The Identity, Policy and Audit system
Description :
IPA is an integrated solution to provide centrally managed Identity (users,
hosts, services), Authentication (SSO, 2FA), and Authorization
(host access control, SELinux user roles, services). The solution provides
features for further integration with Linux based clients (SUDO, automount)
and integration with Active Directory based infrastructures (Trusts).
--------------------------------------------------------------------------------
Update Information:
CVE-2024-11029
Release note: https://www.freeipa.org/release-notes/4-12-3.html
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 15 2025 Alexander Bokovoy [abokovoy@redhat.com] - 4.12.2-7
- CVE-2024-11029
- Release notes: https://www.freeipa.org/release-notes/4-12-3.html
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2025-b21777d1b5' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--