The update for the 'kubernetes1.26' package(s) fixes multiple vulnerabilities including CVE-2024-24786, CVE-2023-39325, and CVE-2023-44487 on SUSE Linux Enterprise High Performance Computing 15-SP4, SUSE Linux Enterprise Server 15-SP4, SUSE Linux Enterprise Server for SAP Applications 15-SP4
Reporter | Title | Published | Views | Family All 199 |
---|---|---|---|---|
OSV | Security update for kubernetes1.26 | 3 Sep 202414:34 | – | osv |
OSV | Security update for kubernetes1.25 | 19 Sep 202414:51 | – | osv |
OSV | Security update for kubernetes1.27 | 3 Sep 202414:37 | – | osv |
OSV | Security update for kubernetes1.24 | 19 Sep 202414:51 | – | osv |
OSV | Security update for kubernetes1.28 | 3 Sep 202414:36 | – | osv |
OSV | cmctl-1.13.2-1.1 on GA media | 15 Jun 202400:00 | – | osv |
OSV | Red Hat Security Advisory: go-toolset-1.19 and go-toolset-1.19-golang security update | 2 Oct 202411:22 | – | osv |
OSV | Red Hat Security Advisory: grafana security update | 2 Oct 202411:22 | – | osv |
OSV | Red Hat Security Advisory: OpenShift Container Platform 4.12.39 packages and security update | 2 Oct 202411:19 | – | osv |
OSV | Red Hat Enhancement Advisory: Advisory for publishing Helm 3.13.2 GA release | 2 Oct 202411:18 | – | osv |
# 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.4.2024.3094.1");
script_cve_id("CVE-2023-39325", "CVE-2023-44487", "CVE-2024-24786");
script_tag(name:"creation_date", value:"2024-09-04 04:26:54 +0000 (Wed, 04 Sep 2024)");
script_version("2024-09-04T05:16:32+0000");
script_tag(name:"last_modification", value:"2024-09-04 05:16:32 +0000 (Wed, 04 Sep 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:"2023-10-13 19:32:37 +0000 (Fri, 13 Oct 2023)");
script_name("SUSE: Security Advisory (SUSE-SU-2024:3094-1)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2024 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\.0SP4)");
script_xref(name:"Advisory-ID", value:"SUSE-SU-2024:3094-1");
script_xref(name:"URL", value:"https://www.suse.com/support/update/announcement/2024/suse-su-20243094-1/");
script_tag(name:"summary", value:"The remote host is missing an update for the 'kubernetes1.26' package(s) announced via the SUSE-SU-2024:3094-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 kubernetes1.26 fixes the following issues:
Update kubernetes to version 1.26.15:
- CVE-2024-24786: Fixed infinite loop in protojson.Unmarshal in golang-protobuf (bsc#1229867)
- CVE-2023-39325: Fixed a flaw that can lead to a DoS due to a rapid stream resets causing excessive work. This is also known as CVE-2023-44487. (bsc#1229869)
- CVE-2023-44487: Fixed HTTP/2 Rapid Reset attack in net/http (bsc#1229869)
Other fixes:
- Fixed packages required by kubernetes1.26-client installation (bsc#1229008)
- Update go to version v1.22.5 (bsc#1229858)
- Add upstream patch for reproducible builds (bsc#1062303)");
script_tag(name:"affected", value:"'kubernetes1.26' package(s) on SUSE Linux Enterprise High Performance Computing 15-SP4, SUSE Linux Enterprise Server 15-SP4, SUSE Linux Enterprise Server for SAP Applications 15-SP4.");
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.0SP4") {
if(!isnull(res = isrpmvuln(pkg:"kubernetes1.26-client", rpm:"kubernetes1.26-client~1.26.15~150400.9.11.1", rls:"SLES15.0SP4"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"kubernetes1.26-client-common", rpm:"kubernetes1.26-client-common~1.26.15~150400.9.11.1", rls:"SLES15.0SP4"))) {
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