Vulnerabilities (CVE)

Filtered by vendor Cobbler Project Subscribe
Filtered by product Cobbler
Total 11 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2022-0860 2 Cobbler Project, Fedoraproject 2 Cobbler, Fedora 2023-12-10 6.4 MEDIUM 9.1 CRITICAL
Improper Authorization in GitHub repository cobbler/cobbler prior to 3.3.2.
CVE-2021-45081 1 Cobbler Project 1 Cobbler 2023-12-10 4.3 MEDIUM 5.9 MEDIUM
An issue was discovered in Cobbler through 3.3.1. Routines in several files use the HTTP protocol instead of the more secure HTTPS.
CVE-2021-45083 2 Cobbler Project, Fedoraproject 2 Cobbler, Fedora 2023-12-10 3.6 LOW 7.1 HIGH
An issue was discovered in Cobbler before 3.3.1. Files in /etc/cobbler are world readable. Two of those files contain some sensitive information that can be exposed to a local user who has non-privileged access to the server. The users.digest file contains the sha2-512 digest of users in a Cobbler local installation. In the case of an easy-to-guess password, it's trivial to obtain the plaintext string. The settings.yaml file contains secrets such as the hashed default password.
CVE-2021-45082 4 Cobbler Project, Fedoraproject, Opensuse and 1 more 5 Cobbler, Fedora, Backports and 2 more 2023-12-10 4.6 MEDIUM 7.8 HIGH
An issue was discovered in Cobbler before 3.3.1. In the templar.py file, the function check_for_invalid_imports can allow Cheetah code to import Python modules via the "#from MODULE import" substring. (Only lines beginning with #import are blocked.)
CVE-2021-40325 1 Cobbler Project 1 Cobbler 2023-12-10 5.0 MEDIUM 7.5 HIGH
Cobbler before 3.3.0 allows authorization bypass for modification of settings.
CVE-2021-40323 1 Cobbler Project 1 Cobbler 2023-12-10 7.5 HIGH 9.8 CRITICAL
Cobbler before 3.3.0 allows log poisoning, and resultant Remote Code Execution, via an XMLRPC method that logs to the logfile for template injection.
CVE-2021-40324 1 Cobbler Project 1 Cobbler 2023-12-10 5.0 MEDIUM 7.5 HIGH
Cobbler before 3.3.0 allows arbitrary file write operations via upload_log_data.
CVE-2018-10931 2 Cobbler Project, Redhat 2 Cobbler, Satellite 2023-12-10 7.5 HIGH 9.8 CRITICAL
It was found that cobbler 2.6.x exposed all functions from its CobblerXMLRPCInterface class over XMLRPC. A remote, unauthenticated attacker could use this flaw to gain high privileges within cobbler, upload files to arbitrary location in the context of the daemon.
CVE-2016-9605 1 Cobbler Project 1 Cobbler 2023-12-10 4.3 MEDIUM 6.1 MEDIUM
A flaw was found in cobbler software component version 2.6.11-1. It suffers from an invalid parameter validation vulnerability, leading the arbitrary file reading. The flaw is triggered by navigating to a vulnerable URL via cobbler-web on a default installation.
CVE-2017-1000469 1 Cobbler Project 1 Cobbler 2023-12-10 10.0 HIGH 9.8 CRITICAL
Cobbler version up to 2.8.2 is vulnerable to a command injection vulnerability in the "add repo" component resulting in arbitrary code execution as root user.
CVE-2011-4953 1 Cobbler Project 1 Cobbler 2023-12-10 6.8 MEDIUM N/A
The set_mgmt_parameters function in item.py in cobbler before 2.2.2 allows context-dependent attackers to execute arbitrary code via vectors related to the use of the yaml.load function instead of the yaml.safe_load function, as demonstrated using Puppet.