摘要:
cobbler security update
安全等级: Critical
公告ID: KylinSec-SA-2025-2673
发布日期: 2025年4月21日
关联CVE: CVE-2024-47533
Cobbler is a network install server. Cobbler supports PXE, ISO virtualized installs, and re-installing existing Linux machines. The last two modes use a helper tool, 'koan', that integrates with cobbler. Cobbler's advanced features include importing distributions from DVDs and rsync mirrors, kickstart templating, integrated yum mirroring, and built-in DHCP/DNS Management. Cobbler has a XML-RPC API for integration with other applications.
Security Fix(es):
Cobbler, a Linux installation server that allows for rapid setup of network installation environments, has an improper authentication vulnerability starting in version 3.0.0 and prior to versions 3.2.3 and 3.3.7. `utils.get_shared_secret()` always returns `-1`, which allows anyone to connect to cobbler XML-RPC as user `''` password `-1` and make any changes. This gives anyone with network access to a cobbler server full control of the server. Versions 3.2.3 and 3.3.7 fix the issue.(CVE-2024-47533)
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2024-47533 | KY3.4-5A | cobbler | Fixed |
软件名称 | 架构 | 版本号 |
---|---|---|
cobbler | noarch | 3.2.0-4.kb1.ky3_4 |
cobbler-web | noarch | 3.2.0-4.kb1.ky3_4 |
方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm
方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名