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-07-22 19:45:47
Build Host
certified-builder01.msvsphere-os.ru
Summary
An extensible library which provides authentication for applications
Repositories
Updates
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
—
×
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
7e0cccb6266d707824d2343740d2056f166d61f455470262bb956965c17b32a4
download
pam-devel-1.5.1-25.el9_6.x86_64
content_copy
Files needed for developing PAM-aware applications and modules for PAM
6bb16ea6ce1c6c918af92c94be41153bde5d7736ffad9cf68cd4a18cd246ffa5
download
pam-docs-1.5.1-25.el9_6.x86_64
content_copy
Extra documentation for PAM.
234d5b96ee4f8d6dd24d06694778df88d95702f789edda0bfd24c424603c7c56
download
i686
pam-1.5.1-25.el9_6.i686
content_copy
An extensible library which provides authentication for applications
fd59d373ff4d7dbca00183a2f71c540d9a97b60695b21dcba4fd1e88e16a2ccb
download
src
pam-1.5.1-25.el9_6.src
content_copy
An extensible library which provides authentication for applications
f5d9f3d3d69b4df18981d5e66ceee1c8bbfea2939d45a15a7c2f4f96dd94f36c
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