Huawei EulerOS: Security Advisory for ipa (EulerOS-SA-2020-1918). Flaw in ipa versions 4.x.x through 4.8.0 allows DoS via a long password. Update the package(s)
Reporter | Title | Published | Views | Family All 39 |
---|---|---|---|---|
![]() | Denial Of Service (DoS) | 1 Oct 202003:50 | – | veracode |
![]() | Design/Logic Flaw | 27 Apr 202021:15 | – | prion |
![]() | CVE-2020-1722 | 14 Apr 202004:35 | – | redhatcve |
![]() | Huawei EulerOS: Security Advisory for ipa (EulerOS-SA-2020-1679) | 16 Jun 202000:00 | – | openvas |
![]() | Huawei EulerOS: Security Advisory for ipa (EulerOS-SA-2020-2073) | 29 Sep 202000:00 | – | openvas |
![]() | CVE-2020-1722 | 27 Apr 202020:46 | – | cvelist |
![]() | CVE-2020-1722 | 27 Apr 202021:15 | – | osv |
![]() | Moderate: idm:DL1 and idm:client security, bug fix, and enhancement update | 3 Nov 202012:25 | – | osv |
![]() | Red Hat Security Advisory: ipa security, bug fix, and enhancement update | 18 Sep 202404:14 | – | osv |
![]() | Red Hat Security Advisory: idm:DL1 and idm:client security, bug fix, and enhancement update | 21 Oct 202423:23 | – | osv |
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.1918");
script_cve_id("CVE-2020-1722");
script_tag(name:"creation_date", value:"2020-09-04 16:34:30 +0000 (Fri, 04 Sep 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:"5.4");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:H/Au:N/C:N/I:N/A:C");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2020-05-26 15:12:36 +0000 (Tue, 26 May 2020)");
script_name("Huawei EulerOS: Security Advisory for ipa (EulerOS-SA-2020-1918)");
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\.0SP5");
script_xref(name:"Advisory-ID", value:"EulerOS-SA-2020-1918");
script_xref(name:"URL", value:"https://developer.huaweicloud.com/intl/en-us/euleros/securitydetail.html?secId=EulerOS-SA-2020-1918");
script_tag(name:"summary", value:"The remote host is missing an update for the Huawei EulerOS 'ipa' package(s) announced via the EulerOS-SA-2020-1918 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"A flaw was found in all ipa versions 4.x.x through 4.8.0. When sending a very long password (>= 1.000.000 characters) to the server, the password hashing process could exhaust memory and CPU leading to a denial of service and the website becoming unresponsive. The highest threat from this vulnerability is to system availability.(CVE-2020-1722)");
script_tag(name:"affected", value:"'ipa' package(s) on Huawei EulerOS V2.0SP5.");
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.0SP5") {
if(!isnull(res = isrpmvuln(pkg:"ipa-client", rpm:"ipa-client~4.5.4~10.3.h4.eulerosv2r7", rls:"EULEROS-2.0SP5"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"ipa-client-common", rpm:"ipa-client-common~4.5.4~10.3.h4.eulerosv2r7", rls:"EULEROS-2.0SP5"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"ipa-common", rpm:"ipa-common~4.5.4~10.3.h4.eulerosv2r7", rls:"EULEROS-2.0SP5"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"ipa-python-compat", rpm:"ipa-python-compat~4.5.4~10.3.h4.eulerosv2r7", rls:"EULEROS-2.0SP5"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"ipa-server", rpm:"ipa-server~4.5.4~10.3.h4.eulerosv2r7", rls:"EULEROS-2.0SP5"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"ipa-server-common", rpm:"ipa-server-common~4.5.4~10.3.h4.eulerosv2r7", rls:"EULEROS-2.0SP5"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"ipa-server-dns", rpm:"ipa-server-dns~4.5.4~10.3.h4.eulerosv2r7", rls:"EULEROS-2.0SP5"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"ipa-server-trust-ad", rpm:"ipa-server-trust-ad~4.5.4~10.3.h4.eulerosv2r7", rls:"EULEROS-2.0SP5"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"python2-ipaclient", rpm:"python2-ipaclient~4.5.4~10.3.h4.eulerosv2r7", rls:"EULEROS-2.0SP5"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"python2-ipalib", rpm:"python2-ipalib~4.5.4~10.3.h4.eulerosv2r7", rls:"EULEROS-2.0SP5"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"python2-ipaserver", rpm:"python2-ipaserver~4.5.4~10.3.h4.eulerosv2r7", rls:"EULEROS-2.0SP5"))) {
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