Security Advisory for Huawei EulerOS 'polkit' package(s
Reporter | Title | Published | Views | Family All 58 |
---|---|---|---|---|
![]() | EulerOS 2.0 SP3 : polkit (EulerOS-SA-2020-1424) | 15 Apr 202000:00 | – | nessus |
![]() | Fedora 21 : polkit-0.113-4.fc21 (2015-11743) | 22 Jul 201500:00 | – | nessus |
![]() | openSUSE Security Update : polkit (openSUSE-2015-655) | 15 Oct 201500:00 | – | nessus |
![]() | RHEL 7 : polkit (Unpatched Vulnerability) | 3 Jun 202400:00 | – | nessus |
![]() | SUSE SLED12 / SLES12 Security Update : polkit (SUSE-SU-2015:1838-1) | 29 Oct 201500:00 | – | nessus |
![]() | Ubuntu 14.04 LTS / 16.04 LTS / 18.04 LTS : PolicyKit vulnerabilities (USN-3717-1) | 17 Jul 201800:00 | – | nessus |
![]() | EulerOS 2.0 SP2 : polkit (EulerOS-SA-2019-2404) | 10 Dec 201900:00 | – | nessus |
![]() | openSUSE Security Update : polkit (openSUSE-2015-711) | 20 Nov 201500:00 | – | nessus |
![]() | Fedora 22 : polkit-0.113-1.fc22 (2015-11058) | 14 Jul 201500:00 | – | nessus |
![]() | FreeBSD : polkit -- multiple vulnerabilities (631fc042-b636-11e5-83ef-14dae9d210b8) | 11 Jan 201600:00 | – | nessus |
Source | Link |
---|---|
developer | www.developer.huaweicloud.com/intl/en-us/euleros/securitydetail.html |
# SPDX-FileCopyrightText: 2020 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.2.2020.1424");
script_cve_id("CVE-2015-3218", "CVE-2015-3255", "CVE-2015-4625");
script_tag(name:"creation_date", value:"2020-04-16 05:51:24 +0000 (Thu, 16 Apr 2020)");
script_version("2024-02-05T14:36:56+0000");
script_tag(name:"last_modification", value:"2024-02-05 14:36:56 +0000 (Mon, 05 Feb 2024)");
script_tag(name:"cvss_base", value:"4.6");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:P/I:P/A:P");
script_name("Huawei EulerOS: Security Advisory for polkit (EulerOS-SA-2020-1424)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2020 Greenbone AG");
script_family("Huawei EulerOS Local Security Checks");
script_dependencies("gb_huawei_euleros_consolidation.nasl");
script_mandatory_keys("ssh/login/euleros", "ssh/login/rpms", re:"ssh/login/release=EULEROS\-2\.0SP3");
script_xref(name:"Advisory-ID", value:"EulerOS-SA-2020-1424");
script_xref(name:"URL", value:"https://developer.huaweicloud.com/intl/en-us/euleros/securitydetail.html?secId=EulerOS-SA-2020-1424");
script_tag(name:"summary", value:"The remote host is missing an update for the Huawei EulerOS 'polkit' package(s) announced via the EulerOS-SA-2020-1424 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"The authentication_agent_new function in polkitbackend/polkitbackendinteractiveauthority.c in PolicyKit (aka polkit) before 0.113 allows local users to cause a denial of service (NULL pointer dereference and polkitd daemon crash) by calling RegisterAuthenticationAgent with an invalid object path.(CVE-2015-3218)
The polkit_backend_action_pool_init function in polkitbackend/polkitbackendactionpool.c in PolicyKit (aka polkit) before 0.113 might allow local users to gain privileges via duplicate action IDs in action descriptions.(CVE-2015-3255)
Integer overflow in the authentication_agent_new_cookie function in PolicyKit (aka polkit) before 0.113 allows local users to gain privileges by creating a large number of connections, which triggers the issuance of a duplicate cookie value.(CVE-2015-4625)");
script_tag(name:"affected", value:"'polkit' package(s) on Huawei EulerOS V2.0SP3.");
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 == "EULEROS-2.0SP3") {
if(!isnull(res = isrpmvuln(pkg:"polkit", rpm:"polkit~0.112~12.h11", rls:"EULEROS-2.0SP3"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"polkit-devel", rpm:"polkit-devel~0.112~12.h11", rls:"EULEROS-2.0SP3"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"polkit-docs", rpm:"polkit-docs~0.112~12.h11", rls:"EULEROS-2.0SP3"))) {
report += res;
}
if(report != "") {
security_message(data:report);
} else if(__pkg_match) {
exit(99);
}
exit(0);
}
exit(0);
Transform Your Security Services
Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.
Book a live demo