SUSE: Security Advisory (SUSE-SU-2016:2579-1)
🗓️ 19 Apr 2021 00:00:00Reported by Copyright (C) 2021 Greenbone AGType
openvas🔗 plugins.openvas.org👁 30 Views
| Reporter | Title | Published | Views | Family All 24 |
|---|---|---|---|---|
| CVE-2014-0249 | 11 Jun 201414:00 | – | cve | |
| CVE-2014-0249 | 11 Jun 201414:00 | – | cvelist | |
| CVE-2014-0249 | 11 Jun 201414:00 | – | debiancve | |
| EUVD-2014-0287 | 7 Oct 202500:30 | – | euvd | |
| CVE-2014-0249 | 11 Jun 201414:55 | – | nvd | |
| openSUSE Security Update : sssd (openSUSE-SU-2014:1407-1) | 13 Nov 201400:00 | – | nessus | |
| openSUSE Security Update : sssd (openSUSE-2016-1238) | 27 Oct 201600:00 | – | nessus | |
| RHEL 5 : sssd (Unpatched Vulnerability) | 3 Jun 202400:00 | – | nessus | |
| SUSE SLED12 / SLES12 Security Update : sssd (SUSE-SU-2016:2579-1) | 26 Oct 201600:00 | – | nessus | |
| Linux Distros Unpatched Vulnerability : CVE-2014-0249 | 4 Mar 202500:00 | – | nessus |
10
# SPDX-FileCopyrightText: 2021 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.1.4.2016.2579.1");
script_cve_id("CVE-2014-0249");
script_tag(name:"creation_date", value:"2021-04-19 00:00:00 +0000 (Mon, 19 Apr 2021)");
script_version("2025-08-15T15:42:25+0000");
script_tag(name:"last_modification", value:"2025-08-15 15:42:25 +0000 (Fri, 15 Aug 2025)");
script_tag(name:"cvss_base", value:"3.3");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:M/Au:N/C:P/I:P/A:N");
script_name("SUSE: Security Advisory (SUSE-SU-2016:2579-1)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2021 Greenbone AG");
script_family("SuSE Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/suse_sles", "ssh/login/rpms", re:"ssh/login/release=(SLES12\.0SP1)");
script_xref(name:"Advisory-ID", value:"SUSE-SU-2016:2579-1");
script_xref(name:"URL", value:"https://www.suse.com/support/update/announcement/2016/suse-su-20162579-1.html");
script_xref(name:"URL", value:"https://bugzilla.suse.com/1002973");
script_xref(name:"URL", value:"https://bugzilla.suse.com/1004220");
script_xref(name:"URL", value:"https://bugzilla.suse.com/880245");
script_xref(name:"URL", value:"https://bugzilla.suse.com/993582");
script_xref(name:"URL", value:"https://lists.suse.com/pipermail/sle-security-updates/2016-October/002342.html");
script_tag(name:"summary", value:"The remote host is missing an update for the 'sssd' package(s) announced via the SUSE-SU-2016:2579-1 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"This update for sssd fixes one security issue and three bugs.
The following vulnerability was fixed:
- CVE-2014-0249: Incorrect expansion of group membership when encountering a non-POSIX group.
(bsc#880245)
The following non-security fixes were also included:
- Prevent crashes of statically linked binaries using getpwuid when sssd is used and nscd is
turned off or has caching disabled. (bsc#993582)
- Add logrotate configuration to prevent log files from growing too large when running with
debug mode enabled. (bsc#1004220)
- Order sudo rules by the same logic used by the native LDAP support from sudo. (bsc#1002973)");
script_tag(name:"affected", value:"'sssd' package(s) on SUSE Linux Enterprise Desktop 12-SP1, SUSE Linux Enterprise Server 12-SP1, SUSE Linux Enterprise Server for SAP Applications 12-SP1.");
script_tag(name:"solution", value:"Please install the updated package(s).");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"package");
exit(0);
}
include("revisions-lib.inc");
include("pkg-lib-rpm.inc");
release = rpm_get_ssh_release();
if(!release)
exit(0);
res = "";
report = "";
if(release == "SLES12.0SP1") {
if(!isnull(res = isrpmvuln(pkg:"libipa_hbac0", rpm:"libipa_hbac0~1.11.5.1~28.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libsss_idmap0", rpm:"libsss_idmap0~1.11.5.1~28.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libsss_sudo", rpm:"libsss_sudo~1.11.5.1~28.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"python-sssd-config", rpm:"python-sssd-config~1.11.5.1~28.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"sssd", rpm:"sssd~1.11.5.1~28.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"sssd-32bit", rpm:"sssd-32bit~1.11.5.1~28.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"sssd-ad", rpm:"sssd-ad~1.11.5.1~28.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"sssd-ipa", rpm:"sssd-ipa~1.11.5.1~28.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"sssd-krb5", rpm:"sssd-krb5~1.11.5.1~28.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"sssd-krb5-common", rpm:"sssd-krb5-common~1.11.5.1~28.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"sssd-ldap", rpm:"sssd-ldap~1.11.5.1~28.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"sssd-proxy", rpm:"sssd-proxy~1.11.5.1~28.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"sssd-tools", rpm:"sssd-tools~1.11.5.1~28.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(report != "") {
security_message(data:report);
} else if(__pkg_match) {
exit(99);
}
exit(0);
}
exit(0);
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
15 Aug 2025 00:00Current
7.5High risk
Vulners AI Score7.5
CVSS 23.3
EPSS0.00341