Lucene search
+L

openSUSE Security Advisory (openSUSE-SU-2024:0382-1)

🗓️ 29 Nov 2024 00:00:00Reported by Copyright (C) 2024 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 10 Views

openSUSE-Security Advisory for cobbler (openSUSE-SU-2024:0382-1) - Update to 3.3.7 and fix for CVE-2024-4753

Related
Refs
Code
ReporterTitlePublishedViews
Family
githubexploit
GithubExploit
Exploit for CVE-2024-47533
11 Aug 202520:55
githubexploit
githubexploit
GithubExploit
Exploit for Code Injection in Ispconfig
6 Sep 202502:27
githubexploit
githubexploit
GithubExploit
Exploit for CVE-2024-47533
13 Aug 202501:25
githubexploit
githubexploit
GithubExploit
Exploit for CVE-2024-47533
12 Aug 202515:49
githubexploit
githubexploit
GithubExploit
Exploit for CVE-2024-47533
14 Aug 202505:28
githubexploit
githubexploit
GithubExploit
Exploit for CVE-2024-47533
12 Aug 202513:52
githubexploit
bdu_fstec
BDU FSTEC
The vulnerability of the Cobbler network installation server, related to deficiencies in authentication procedures, allows attackers to gain full access to the server.
20 Nov 202400:00
bdu_fstec
circl
Circl
CVE-2024-47533
17 Nov 202417:08
circl
cnnvd
CNNVD
Cobbler 授权问题漏洞
18 Nov 202400:00
cnnvd
cve
CVE
CVE-2024-47533
18 Nov 202416:33
cve
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.856754");
  script_cve_id("CVE-2024-47533");
  script_tag(name:"creation_date", value:"2024-11-29 05:00:47 +0000 (Fri, 29 Nov 2024)");
  script_version("2025-02-26T05:38:40+0000");
  script_tag(name:"last_modification", value:"2025-02-26 05:38:40 +0000 (Wed, 26 Feb 2025)");
  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("openSUSE Security Advisory (openSUSE-SU-2024:0382-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");

  script_xref(name:"Advisory-ID", value:"openSUSE-SU-2024:0382-1");
  script_xref(name:"URL", value:"https://lists.opensuse.org/archives/list/[email protected]/thread/CGWWFM26ZMG5SCPMDNQQNYHHTROXVX2Q/");
  script_xref(name:"URL", value:"https://bugzilla.suse.com/1203478");
  script_xref(name:"URL", value:"https://bugzilla.suse.com/1204900");
  script_xref(name:"URL", value:"https://bugzilla.suse.com/1205489");
  script_xref(name:"URL", value:"https://bugzilla.suse.com/1205749");
  script_xref(name:"URL", value:"https://bugzilla.suse.com/1206060");
  script_xref(name:"URL", value:"https://bugzilla.suse.com/1206160");
  script_xref(name:"URL", value:"https://bugzilla.suse.com/1206520");
  script_xref(name:"URL", value:"https://bugzilla.suse.com/1207595");
  script_xref(name:"URL", value:"https://bugzilla.suse.com/1209149");
  script_xref(name:"URL", value:"https://bugzilla.suse.com/1219933");
  script_xref(name:"URL", value:"https://bugzilla.suse.com/1231332");

  script_tag(name:"summary", value:"The remote host is missing an update for the 'cobbler' package(s) announced via the openSUSE-SU-2024:0382-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 cobbler fixes the following issues:

Update to 3.3.7:

 * Security: Fix issue that allowed anyone to connect to the API
 as admin (CVE-2024-47533, boo#1231332)

 * bind - Fix bug that prevents cname entries from being
 generated successfully
 * Fix build on RHEL9 based distributions (fence-agents-all split)
 * Fix for Windows systems
 * Docs: Add missing dependencies for source installation
 * Fix issue that prevented systems from being synced when the
 profile was edited

Update to 3.3.6:

 * Upstream all openSUSE specific patches that were maintained in Git
 * Fix rename of items that had uppercase letters
 * Skip inconsistent collections instead of crashing the daemon

- Update to 3.3.5:
 * Added collection indicies for UUID's, MAC's, IP addresses and hostnames
 boo#1219933
 * Re-added to_dict() caching
 * Added lazy loading for the daemon (off by default)

- Update to 3.3.4:

 * Added cobbler-tests-containers subpackage
 * Updated the distro_signatures.json database
 * The default name for grub2-efi changed to grubx64.efi to match
 the DHCP template

- Do generate boot menus even if no profiles or systems - only local boot
- Avoid crashing running buildiso in certain conditions.
- Fix settings migration schema to work while upgrading on existing running
 Uyuni and SUSE Manager servers running with old Cobbler settings (boo#1203478)
- Consider case of 'next_server' being a hostname during migration
 of Cobbler collections.
- Fix problem with 'proxy_url_ext' setting being None type.
- Update v2 to v3 migration script to allow migration of collections
 that contains settings from Cobbler 2. (boo#1203478)
- Fix problem for the migration of 'autoinstall' collection attribute.
- Fix failing Cobbler tests after upgrading to 3.3.3.
- Fix regression: allow empty string as interface_type value (boo#1203478)
- Avoid possible override of existing values during migration
 of collections to 3.0.0 (boo#1206160)
- Add missing code for previous patch file around boot_loaders migration.
- Improve Cobbler performance with item cache and threadpool (boo#1205489)
- Skip collections that are inconsistent instead of crashing (boo#1205749)
- Items: Fix creation of 'default' NetworkInterface (boo#1206520)
- S390X systems require their kernel options to have a linebreak at
 79 characters (boo#1207595)
- settings-migration-v1-to-v2.sh will now handle paths with whitespace
 correct
- Fix renaming Cobbler items (boo#1204900, boo#1209149)
- Fix cobbler buildiso so that the artifact can be booted by EFI firmware.
 (boo#1206060)
- Add input_string_*, input_boolean, input_int functiont to public API");

  script_tag(name:"affected", value:"'cobbler' package(s) on openSUSE Leap 15.5.");

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

  if(!isnull(res = isrpmvuln(pkg:"cobbler", rpm:"cobbler~3.3.7~bp155.2.3.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"cobbler-tests", rpm:"cobbler-tests~3.3.7~bp155.2.3.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"cobbler-tests-containers", rpm:"cobbler-tests-containers~3.3.7~bp155.2.3.2", rls:"openSUSELeap15.5"))) {
    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

26 Feb 2025 00:00Current
9.6High risk
Vulners AI Score9.6
CVSS 3.19.8
EPSS0.0403
SSVC
10