Security Advisory for telnet package on Huawei EulerOS V2.0SP
Reporter | Title | Published | Views | Family All 37 |
---|---|---|---|---|
![]() | Mageia: Security Advisory (MGASA-2022-0394) | 28 Oct 202200:00 | – | openvas |
![]() | Huawei EulerOS: Security Advisory for telnet (EulerOS-SA-2024-1975) | 16 Jul 202400:00 | – | openvas |
![]() | Mageia: Security Advisory (MGASA-2022-0460) | 14 Dec 202200:00 | – | openvas |
![]() | SUSE: Security Advisory (SUSE-SU-2022:3783-1) | 27 Oct 202200:00 | – | openvas |
![]() | SUSE: Security Advisory (SUSE-SU-2022:3471-1) | 30 Sep 202200:00 | – | openvas |
![]() | SUSE: Security Advisory (SUSE-SU-2022:3735-1) | 27 Oct 202200:00 | – | openvas |
![]() | Ubuntu: Security Advisory (USN-6304-1) | 23 Aug 202300:00 | – | openvas |
![]() | Debian: Security Advisory (DLA-3205-1) | 26 Nov 202200:00 | – | openvas |
![]() | EulerOS 2.0 SP9 : telnet (EulerOS-SA-2024-1975) | 16 Jul 202400:00 | – | nessus |
![]() | SUSE SLED15 / SLES15 Security Update : telnet (SUSE-SU-2022:3783-1) | 28 Oct 202200:00 | – | nessus |
Source | Link |
---|---|
developer | www.developer.huaweicloud.com/intl/en-us/euleros/securitydetail.html |
# SPDX-FileCopyrightText: 2024 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.2024.1948");
script_cve_id("CVE-2022-39028");
script_tag(name:"creation_date", value:"2024-07-16 08:46:04 +0000 (Tue, 16 Jul 2024)");
script_version("2024-07-17T05:05:38+0000");
script_tag(name:"last_modification", value:"2024-07-17 05:05:38 +0000 (Wed, 17 Jul 2024)");
script_tag(name:"cvss_base", value:"7.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:C");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2022-09-06 17:34:22 +0000 (Tue, 06 Sep 2022)");
script_name("Huawei EulerOS: Security Advisory for telnet (EulerOS-SA-2024-1948)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2024 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\.0SP9");
script_xref(name:"Advisory-ID", value:"EulerOS-SA-2024-1948");
script_xref(name:"URL", value:"https://developer.huaweicloud.com/intl/en-us/euleros/securitydetail.html?secId=EulerOS-SA-2024-1948");
script_tag(name:"summary", value:"The remote host is missing an update for the Huawei EulerOS 'telnet' package(s) announced via the EulerOS-SA-2024-1948 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"telnetd in GNU Inetutils through 2.3, MIT krb5-appl through 1.0.3, and derivative works has a NULL pointer dereference via 0xff 0xf7 or 0xff 0xf8. In a typical installation, the telnetd application would crash but the telnet service would remain available through inetd. However, if the telnetd application has many crashes within a short time interval, the telnet service would become unavailable after inetd logs a 'telnet/tcp server failing (looping), service terminated' error. NOTE: MIT krb5-appl is not supported upstream but is shipped by a few Linux distributions. The affected code was removed from the supported MIT Kerberos 5 (aka krb5) product many years ago, at version 1.8.(CVE-2022-39028)");
script_tag(name:"affected", value:"'telnet' package(s) on Huawei EulerOS V2.0SP9.");
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.0SP9") {
if(!isnull(res = isrpmvuln(pkg:"telnet", rpm:"telnet~0.17~75.h3.eulerosv2r9", rls:"EULEROS-2.0SP9"))) {
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