SUSE: Security Advisory (SUSE-SU-2022:0161-1)
🗓️ 25 Jan 2022 00:00:00Reported by Copyright (C) 2022 Greenbone AGType
openvas🔗 plugins.openvas.org👁 19 Views
| Reporter | Title | Published | Views | Family All 94 |
|---|---|---|---|---|
| CVE-2018-13259 | 5 Sep 201808:29 | – | attackerkb | |
| Amazon Linux 2 : zsh (ALAS-2018-1089) | 11 Oct 201800:00 | – | nessus | |
| Amazon Linux AMI : zsh (ALAS-2019-1285) | 19 Sep 201900:00 | – | nessus | |
| CentOS 7 : zsh (CESA-2019:2017) | 30 Aug 201900:00 | – | nessus | |
| Debian DLA-2470-1 : zsh security update | 1 Dec 202000:00 | – | nessus | |
| EulerOS 2.0 SP5 : zsh (EulerOS-SA-2019-2235) | 8 Nov 201900:00 | – | nessus | |
| EulerOS 2.0 SP2 : zsh (EulerOS-SA-2019-2459) | 4 Dec 201900:00 | – | nessus | |
| EulerOS 2.0 SP3 : zsh (EulerOS-SA-2019-2684) | 18 Dec 201900:00 | – | nessus | |
| Fedora 28 : zsh (2018-16bb8b00c5) | 3 Jan 201900:00 | – | nessus | |
| Fedora 29 : zsh (2018-5ad8e216d2) | 3 Jan 201900:00 | – | nessus |
10
# SPDX-FileCopyrightText: 2022 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.2022.0161.1");
script_cve_id("CVE-2018-0502", "CVE-2018-13259");
script_tag(name:"creation_date", value:"2022-01-25 03:26:30 +0000 (Tue, 25 Jan 2022)");
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:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2018-10-26 14:19:59 +0000 (Fri, 26 Oct 2018)");
script_name("SUSE: Security Advisory (SUSE-SU-2022:0161-1)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2022 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\.0SP2|SLES12\.0SP3|SLES12\.0SP4|SLES12\.0SP5)");
script_xref(name:"Advisory-ID", value:"SUSE-SU-2022:0161-1");
script_xref(name:"URL", value:"https://www.suse.com/support/update/announcement/2022/suse-su-20220161-1.html");
script_xref(name:"URL", value:"https://bugzilla.suse.com/1107294");
script_xref(name:"URL", value:"https://bugzilla.suse.com/1107296");
script_xref(name:"URL", value:"https://lists.suse.com/pipermail/sle-security-updates/2022-January/010048.html");
script_tag(name:"summary", value:"The remote host is missing an update for the 'zsh' package(s) announced via the SUSE-SU-2022:0161-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 zsh fixes the following issues:
- CVE-2018-0502: Fixed execve call vulnerability to program named on the second line when the beginning of a #! script file was mishandled. (bsc#1107296, bsc#1107294)
- CVE-2018-13259: Fixed execve call vulnerability to program name that is a substring of the intended one. (bsc#1107296, bsc#1107294)");
script_tag(name:"affected", value:"'zsh' package(s) on SUSE Linux Enterprise Server 12-SP2, SUSE Linux Enterprise Server 12-SP3, SUSE Linux Enterprise Server 12-SP4, SUSE Linux Enterprise Server 12-SP5, SUSE Linux Enterprise Server for SAP Applications 12-SP3, SUSE Linux Enterprise Server for SAP Applications 12-SP4, SUSE Linux Enterprise Server for SAP Applications 12-SP5.");
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.0SP2") {
if(!isnull(res = isrpmvuln(pkg:"zsh", rpm:"zsh~5.0.5~6.12.2", rls:"SLES12.0SP2"))) {
report += res;
}
if(report != "") {
security_message(data:report);
} else if(__pkg_match) {
exit(99);
}
exit(0);
}
if(release == "SLES12.0SP3") {
if(!isnull(res = isrpmvuln(pkg:"zsh", rpm:"zsh~5.0.5~6.12.2", rls:"SLES12.0SP3"))) {
report += res;
}
if(report != "") {
security_message(data:report);
} else if(__pkg_match) {
exit(99);
}
exit(0);
}
if(release == "SLES12.0SP4") {
if(!isnull(res = isrpmvuln(pkg:"zsh", rpm:"zsh~5.0.5~6.12.2", rls:"SLES12.0SP4"))) {
report += res;
}
if(report != "") {
security_message(data:report);
} else if(__pkg_match) {
exit(99);
}
exit(0);
}
if(release == "SLES12.0SP5") {
if(!isnull(res = isrpmvuln(pkg:"zsh", rpm:"zsh~5.0.5~6.12.2", rls:"SLES12.0SP5"))) {
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
9.7High risk
Vulners AI Score9.7
CVSS 27.5
CVSS 39.8
EPSS0.02723