Huawei EulerOS 'util-linux' package(s) update for account takeover vulnerabilit
Reporter | Title | Published | Views | Family All 103 |
---|---|---|---|---|
![]() | USN-6719-2 util-linux vulnerability | 10 Apr 202412:24 | – | osv |
![]() | OPENSUSE-SU-2024:14523-1 libblkid-devel-2.40.2-2.1 on GA media | 23 Nov 202400:00 | – | osv |
![]() | SUSE-SU-2024:1172-1 Security update for util-linux | 9 Apr 202407:52 | – | osv |
![]() | SUSE-SU-2024:1171-1 Security update for util-linux | 9 Apr 202407:51 | – | osv |
![]() | MGASA-2024-0112 Updated util-linux packages fix security vulnerability | 6 Apr 202419:53 | – | osv |
![]() | SUSE-SU-2024:1106-1 Security update for util-linux | 3 Apr 202413:33 | – | osv |
![]() | UBUNTU-CVE-2024-28085 | 27 Mar 202400:00 | – | osv |
![]() | SUSE-SU-2024:1169-1 Security update for util-linux | 9 Apr 202407:50 | – | osv |
![]() | USN-6719-1 util-linux vulnerability | 27 Mar 202415:23 | – | osv |
![]() | SUSE-SU-2024:1943-1 Security update for util-linux | 7 Jun 202415:04 | – | osv |
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.1581");
script_cve_id("CVE-2024-28085");
script_tag(name:"creation_date", value:"2024-05-10 04:12:42 +0000 (Fri, 10 May 2024)");
script_version("2024-05-10T15:38:34+0000");
script_tag(name:"last_modification", value:"2024-05-10 15:38:34 +0000 (Fri, 10 May 2024)");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
script_name("Huawei EulerOS: Security Advisory for util-linux (EulerOS-SA-2024-1581)");
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\.0SP10");
script_xref(name:"Advisory-ID", value:"EulerOS-SA-2024-1581");
script_xref(name:"URL", value:"https://developer.huaweicloud.com/intl/en-us/euleros/securitydetail.html?secId=EulerOS-SA-2024-1581");
script_tag(name:"summary", value:"The remote host is missing an update for the Huawei EulerOS 'util-linux' package(s) announced via the EulerOS-SA-2024-1581 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"wall in util-linux through 2.40, often installed with setgid tty permissions, allows escape sequences to be sent to other users' terminals through argv. (Specifically, escape sequences received from stdin are blocked, but escape sequences received from argv are not blocked.) There may be plausible scenarios where this leads to account takeover.(CVE-2024-28085)");
script_tag(name:"affected", value:"'util-linux' package(s) on Huawei EulerOS V2.0SP10.");
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.0SP10") {
if(!isnull(res = isrpmvuln(pkg:"libblkid", rpm:"libblkid~2.35.2~2.h33.eulerosv2r10", rls:"EULEROS-2.0SP10"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libfdisk", rpm:"libfdisk~2.35.2~2.h33.eulerosv2r10", rls:"EULEROS-2.0SP10"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libmount", rpm:"libmount~2.35.2~2.h33.eulerosv2r10", rls:"EULEROS-2.0SP10"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libsmartcols", rpm:"libsmartcols~2.35.2~2.h33.eulerosv2r10", rls:"EULEROS-2.0SP10"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libuuid", rpm:"libuuid~2.35.2~2.h33.eulerosv2r10", rls:"EULEROS-2.0SP10"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"util-linux", rpm:"util-linux~2.35.2~2.h33.eulerosv2r10", rls:"EULEROS-2.0SP10"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"util-linux-user", rpm:"util-linux-user~2.35.2~2.h33.eulerosv2r10", rls:"EULEROS-2.0SP10"))) {
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