Описание
Security update for sssd
This update for sssd fixes the following issues:
Security issues fixed:
- CVE-2026-68742: insufficient validation in the NSS responder can lead to an out-of-bounds read and a process crash when a crafted GETHOSTBYADDR request is sent to the NSS responder socket (bsc#1273922).
- CVE-2026-68743: insufficient validation in the PAM responder can lead to an out-of-bounds read and a process crash when a crafted protocol v1 request is processed (bsc#1273925).
- CVE-2026-68744: improper memory management in the NSS responder can lead to uninitialized heap memory disclosure
from the
sssd_nssprocess (bsc#1273924).
Other updates and bugfixes:
- Add
systemd-tmpfilesconfiguration file to populate/var/lib/ssswith the correct permissions on transactional servers (bsc#1274748).
Список пакетов
openSUSE Leap 16.0
Ссылки
- SUSE Security Ratings
- SUSE Bug 1273009
- SUSE Bug 1273922
- SUSE Bug 1273924
- SUSE Bug 1273925
- SUSE Bug 1274748
- SUSE CVE CVE-2026-68742 page
- SUSE CVE CVE-2026-68743 page
- SUSE CVE CVE-2026-68744 page
Описание
A flaw was found in SSSD. The sss_nss_protocol_parse_addr() function in the NSS responder does not validate the addrlen field against the remaining packet body size. A local attacker can exploit this via a crafted GETHOSTBYADDR request to the NSS responder socket, causing an out-of-bounds read and process crash, resulting in a denial of service.
Затронутые продукты
Ссылки
- CVE-2026-68742
- SUSE Bug 1273922
Описание
A flaw was found in SSSD. The extract_authtok_v1() function in the PAM responder does not validate the auth_token_length field against the remaining buffer size before processing. A local attacker can exploit this via a crafted protocol v1 request to the PAM responder socket, causing an out-of-bounds read and process crash, resulting in a denial of service.
Затронутые продукты
Ссылки
- CVE-2026-68743
- SUSE Bug 1273925
Описание
A flaw was found in SSSD. The sss_nss_protocol_fill_initgr() function in the NSS responder pre-allocates reply space for all group entries but does not shrink the packet when groups are skipped, causing uninitialized heap bytes to be transmitted to the client. A local attacker can exploit this to disclose cached directory data and heap layout information from the sssd_nss process.
Затронутые продукты
Ссылки
- CVE-2026-68744
- SUSE Bug 1273924