The SUSE-SU-2023:4163-1 advisory addresses denial of service vulnerability in 'netty, netty-tcnative' package(s) on SUSE Enterprise Storage 7.1, SUSE Linux Enterprise High Performance Computing 15-SP2, SUSE Linux Enterprise High Performance Computing 15-SP3, SUSE Linux Enterprise Server 15-SP2, SUSE Linux Enterprise Server 15-SP3, SUSE Linux Enterprise Server for SAP Applications 15-SP2, SUSE Linux Enterprise Server for SAP Applications 15-SP3, SUSE Package Hub 15
Reporter | Title | Published | Views | Family All 200 |
---|---|---|---|---|
![]() | h2o - security update | 29 Oct 202300:00 | – | osv |
![]() | dotnet8 vulnerability | 19 Oct 202315:57 | – | osv |
![]() | OPENSUSE-SU-2024:13466-1 velero-1.12.2-1.1 on GA media | 15 Jun 202400:00 | – | osv |
![]() | OPENSUSE-SU-2024:13336-1 libnghttp2-14-1.57.0-1.1 on GA media | 15 Jun 202400:00 | – | osv |
![]() | CGA-X8GX-4P34-286Q | 6 Jun 202412:29 | – | osv |
![]() | CGA-XR5X-637V-FQGC | 6 Jun 202412:30 | – | osv |
![]() | CGA-X678-9J63-WF4W | 6 Jun 202412:29 | – | osv |
![]() | CGA-RWG6-QRW3-MQ94 | 6 Jun 202412:29 | – | osv |
![]() | CGA-WCVH-J92G-4JF2 | 6 Jun 202412:29 | – | osv |
![]() | CGA-W8W4-2885-PJ8C | 6 Jun 202412:29 | – | osv |
# SPDX-FileCopyrightText: 2023 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.2023.4163.1");
script_cve_id("CVE-2023-44487");
script_tag(name:"creation_date", value:"2023-10-25 04:28:59 +0000 (Wed, 25 Oct 2023)");
script_version("2025-02-14T08:35:38+0000");
script_tag(name:"last_modification", value:"2025-02-14 08:35:38 +0000 (Fri, 14 Feb 2025)");
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:"2023-10-13 19:32:37 +0000 (Fri, 13 Oct 2023)");
script_name("SUSE: Security Advisory (SUSE-SU-2023:4163-1)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2023 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=(SLES15\.0SP2|SLES15\.0SP3)");
script_xref(name:"Advisory-ID", value:"SUSE-SU-2023:4163-1");
script_xref(name:"URL", value:"https://www.suse.com/support/update/announcement/2023/suse-su-20234163-1/");
script_xref(name:"URL", value:"https://bugzilla.suse.com/1216169");
script_xref(name:"URL", value:"https://lists.suse.com/pipermail/sle-security-updates/2023-October/016824.html");
script_tag(name:"summary", value:"The remote host is missing an update for the 'netty, netty-tcnative' package(s) announced via the SUSE-SU-2023:4163-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 netty, netty-tcnative fixes the following issues:
- Updated netty to version 4.1.100:
- CVE-2023-44487: Fixed a potential denial of service scenario via
RST frame floods (bsc#1216169).
- Updated netty-tcnative to version 2.0.62 Final.");
script_tag(name:"affected", value:"'netty, netty-tcnative' package(s) on SUSE Linux Enterprise Server 15-SP2, SUSE Linux Enterprise Server 15-SP3, SUSE Linux Enterprise Server for SAP Applications 15-SP2, SUSE Linux Enterprise Server for SAP Applications 15-SP3.");
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");
script_xref(name:"CISA", value:"Known Exploited Vulnerability (KEV) catalog");
script_xref(name:"URL", value:"https://www.cisa.gov/known-exploited-vulnerabilities-catalog");
exit(0);
}
include("revisions-lib.inc");
include("pkg-lib-rpm.inc");
release = rpm_get_ssh_release();
if(!release)
exit(0);
res = "";
report = "";
if(release == "SLES15.0SP2") {
if(!isnull(res = isrpmvuln(pkg:"netty-tcnative", rpm:"netty-tcnative~2.0.62~150200.3.16.1", rls:"SLES15.0SP2"))) {
report += res;
}
if(report != "") {
security_message(data:report);
} else if(__pkg_match) {
exit(99);
}
exit(0);
}
if(release == "SLES15.0SP3") {
if(!isnull(res = isrpmvuln(pkg:"netty-tcnative", rpm:"netty-tcnative~2.0.62~150200.3.16.1", rls:"SLES15.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