Project pam-1.5.1-25.el9_6
content_copy
Name
pam
Epoch
0
Version
1.5.1
Release
25.el9_6
Website/URL
http://www.linux-pam.org/
License
BSD and GPLv2+
Build Time
2025-06-25 09:15:07
Build Host
builder-x86-05.inferitos.ru
Summary
An extensible library which provides authentication for applications
Repositories
BaseOS
Description
PAM (Pluggable Authentication Modules) is a system security tool that
allows system administrators to set authentication policy without
having to recompile programs that handle authentication.
Errata
INFSA-2025:9526
×
Found 1 old version
Package
Summary
SHA-256 checksum
x86_64
pam-1.5.1-25.el9_6.x86_64
content_copy
An extensible library which provides authentication for applications
27cc8f0c91bc8f85e0edf7bd3f8c7fc7cece740cd9cfbba2cb840573ecfe7075
download
pam-devel-1.5.1-25.el9_6.x86_64
content_copy
Files needed for developing PAM-aware applications and modules for PAM
5d550978f9855bb181f792f01f3778bf924efd77e28b16ba016e3696b54f9434
download
pam-docs-1.5.1-25.el9_6.x86_64
content_copy
Extra documentation for PAM.
1f2cba18283e0634aa921d2843ad2dcde8e56d266f72a4fca5acdd4a6c4b54a4
download
i686
pam-1.5.1-25.el9_6.i686
content_copy
An extensible library which provides authentication for applications
cbf43dc983492cdb6282aaac1792ba3a3e3924d33bc8d172fa5b2cd66f3ec449
download
pam-devel-1.5.1-25.el9_6.i686
content_copy
Files needed for developing PAM-aware applications and modules for PAM
f9bd94809d297821257f181eb5f7680e9d7e8a0416f9f8831450b8256b088cd8
download
aarch64
pam-1.5.1-25.el9_6.aarch64
content_copy
An extensible library which provides authentication for applications
7c50009996b9aef9417a067ec7f05980bbdec8d245935a4dc8457218b6549943
download
pam-devel-1.5.1-25.el9_6.aarch64
content_copy
Files needed for developing PAM-aware applications and modules for PAM
e961e434b9a80274ca3562d51861f82d28627511181b5fc368a6c5742366d96c
download
pam-docs-1.5.1-25.el9_6.aarch64
content_copy
Extra documentation for PAM.
0d36b6e0740bf8e89c7c22399e485ba4b0f1ad9c468f78dc65ad7d70dcd4655e
download
src
pam-1.5.1-25.el9_6.src
content_copy
An extensible library which provides authentication for applications
6aa45998a0f8698e6554adde4c646cd809fd993f1841fcbc68765a2d0227643d
download
* Mon Jun 16 2025 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.1-25
- pam_namespace: fix potential privilege escalation.
Resolves: CVE-2025-6020 and RHEL-96729
* Thu Nov 21 2024 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.1-23
- pam_access: rework resolving of tokens as hostname.
Resolves: CVE-2024-10963 and RHEL-66244
* Mon Nov 04 2024 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.1-22
- pam_unix: always run the helper to obtain shadow password file entries.
CVE-2024-10041. Resolves: RHEL-62879
- pam_access: always match local address and clarify LOCAL keyword behaviour.
Resolves: RHEL-23631 and RHEL-39943
* Tue Jun 18 2024 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.1-20
- libpam: support long lines in service files. Resolves: RHEL-40705
* Mon Feb 12 2024 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.1-19
- pam_namespace: protect_dir(): use O_DIRECTORY to prevent local DoS
situations. CVE-2024-22365. Resolves: RHEL-21244
* Fri Jan 26 2024 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.1-18
- libpam: use getlogin() from libc and not utmp. Resolves: RHEL-16727
- pam_access: handle hostnames in access.conf. Resolves: RHEL-22300
* Mon Jan 08 2024 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.1-17
- pam_faillock: create tallydir before creating tallyfile. Resolves: RHEL-20943
* Fri Nov 10 2023 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.1-16
- libpam: use close_range() to close file descriptors. Resolves: RHEL-5099
- fix formatting of audit messages. Resolves: RHEL-5100
* Mon Jun 26 2023 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.1-15
- pam_misc: make length of misc_conv() configurable and set to 4096. Resolves: #2215007