Lucene search
+L

openSUSE Security Advisory (SUSE-SU-2024:3094-1)

🗓️ 06 Sep 2024 00:00:00Reported by Copyright (C) 2024 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 39 Views

openSUSE Security Advisory for kubernetes1.26 (SUSE-SU-2024:3094-1

Related
Refs
Code
ReporterTitlePublishedViews
Family
osv
OSV
CGA-29J3-P7JX-WC85
6 Jun 202412:17
osv
osv
OSV
CGA-29M7-C5G6-236M
6 Jun 202412:09
osv
osv
OSV
CGA-29WH-8P9X-HXM8
6 Jun 202412:18
osv
osv
OSV
CGA-2CCR-5FFW-JQ7H
6 Jun 202412:17
osv
osv
OSV
CGA-2FX4-8X6C-92MC
6 Jun 202412:20
osv
osv
OSV
CGA-2G99-C7HV-3CX6
6 Jun 202412:18
osv
osv
OSV
CGA-2G9V-338X-HQX4
6 Jun 202412:20
osv
osv
OSV
CGA-2GM8-CPGQ-RWF9
6 Jun 202412:20
osv
osv
OSV
CGA-2HF7-RPH7-VHQ5
6 Jun 202412:18
osv
osv
OSV
CGA-2HFP-9RJW-XGJ4
6 Jun 202412:21
osv
Rows per page
# 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.0.856422");
  script_cve_id("CVE-2023-39325", "CVE-2023-44487", "CVE-2024-24786");
  script_tag(name:"creation_date", value:"2024-09-06 04:00:47 +0000 (Fri, 06 Sep 2024)");
  script_version("2025-08-15T15:42:26+0000");
  script_tag(name:"last_modification", value:"2025-08-15 15:42:26 +0000 (Fri, 15 Aug 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("openSUSE Security Advisory (SUSE-SU-2024:3094-1)");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2024 Greenbone AG");
  script_family("openSUSE Local Security Checks");
  script_dependencies("gather-package-list.nasl");
  script_mandatory_keys("ssh/login/opensuse", "ssh/login/rpms", re:"ssh/login/release=openSUSELeap15\.5|openSUSELeap15\.6");

  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.html");
  script_xref(name:"URL", value:"https://bugzilla.suse.com/1062303");
  script_xref(name:"URL", value:"https://bugzilla.suse.com/1229008");
  script_xref(name:"URL", value:"https://bugzilla.suse.com/1229858");
  script_xref(name:"URL", value:"https://bugzilla.suse.com/1229867");
  script_xref(name:"URL", value:"https://bugzilla.suse.com/1229869");
  script_xref(name:"URL", value:"https://lists.suse.com/pipermail/sle-updates/2024-September/036778.html");

  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 openSUSE Leap 15.5, openSUSE Leap 15.6.");

  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 == "openSUSELeap15.5") {

  if(!isnull(res = isrpmvuln(pkg:"kubernetes1.26-client", rpm:"kubernetes1.26-client~1.26.15~150400.9.11.1", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"kubernetes1.26-client-common", rpm:"kubernetes1.26-client-common~1.26.15~150400.9.11.1", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(report != "") {
    security_message(data:report);
  } else if(__pkg_match) {
    exit(99);
  }
  exit(0);
}

if(release == "openSUSELeap15.6") {

  if(!isnull(res = isrpmvuln(pkg:"kubernetes1.26-apiserver", rpm:"kubernetes1.26-apiserver~1.26.15~150400.9.11.1", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"kubernetes1.26-client", rpm:"kubernetes1.26-client~1.26.15~150400.9.11.1", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"kubernetes1.26-client-bash-completion", rpm:"kubernetes1.26-client-bash-completion~1.26.15~150400.9.11.1", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"kubernetes1.26-client-common", rpm:"kubernetes1.26-client-common~1.26.15~150400.9.11.1", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"kubernetes1.26-client-fish-completion", rpm:"kubernetes1.26-client-fish-completion~1.26.15~150400.9.11.1", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"kubernetes1.26-controller-manager", rpm:"kubernetes1.26-controller-manager~1.26.15~150400.9.11.1", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"kubernetes1.26-kubeadm", rpm:"kubernetes1.26-kubeadm~1.26.15~150400.9.11.1", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"kubernetes1.26-kubelet", rpm:"kubernetes1.26-kubelet~1.26.15~150400.9.11.1", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"kubernetes1.26-kubelet-common", rpm:"kubernetes1.26-kubelet-common~1.26.15~150400.9.11.1", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"kubernetes1.26-proxy", rpm:"kubernetes1.26-proxy~1.26.15~150400.9.11.1", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"kubernetes1.26-scheduler", rpm:"kubernetes1.26-scheduler~1.26.15~150400.9.11.1", rls:"openSUSELeap15.6"))) {
    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