← Back

Fedoraproject

fedoraproject

5,423 CVEs • 20 products

Products (20)

Click to collapse
Toggle
Fedora
fedora
Sssd
sssd
Fedora Core
fedora_core
Commons
commons
Coolkey
coolkey
Anaconda
anaconda
Crypto Utils
crypto-utils
Arm Installer
arm_installer
Fedmsg
fedmsg
Python Fedora
python-fedora
Sectool
sectool
Selinux Policy
selinux-policy
Supybot Fedora
supybot-fedora
Unbound
unbound
Atomic
atomic

CVEs (5,423)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
2Fedoraproject
Zabbix
2Fedora
Zabbix
Jun 17, 2026
Jan 13, 2022
N/A· v4
5.4 MEDIUM· v3
3.5 LOW· v2
An authenticated user can create a hosts group from the configuration with XSS payload, which will be available for other users. When XSS is stored by an authenticated malicious actor and other users try to search for gr...Show more
An authenticated user can create a hosts group from the configuration with XSS payload, which will be available for other users. When XSS is stored by an authenticated malicious actor and other users try to search for groups during new host creation, the XSS payload will fire and the actor can steal session cookies and perform session hijacking to impersonate users or take over their accounts.Show less
2Fedoraproject
Zabbix
2Fedora
Zabbix
Jun 17, 2026
Jan 13, 2022
N/A· v4
7.3 HIGH· v3
7.5 HIGH· v2
During Zabbix installation from RPM, DAC_OVERRIDE SELinux capability is in use to access PID files in [/var/run/zabbix] folder. In this case, Zabbix Proxy or Server processes can bypass file read, write and execute permi...Show more
During Zabbix installation from RPM, DAC_OVERRIDE SELinux capability is in use to access PID files in [/var/run/zabbix] folder. In this case, Zabbix Proxy or Server processes can bypass file read, write and execute permissions check on the file system levelShow less
2Fedoraproject
Phoronix Media
2Fedora
Phoronix Test Suite
Jun 17, 2026
Jan 13, 2022
N/A· v4
8.8 HIGH· v3
6.8 MEDIUM· v2
phoronix-test-suite is vulnerable to Cross-Site Request Forgery (CSRF)
2Fedoraproject
Phoronix Media
2Fedora
Phoronix Test Suite
Jun 17, 2026
Jan 13, 2022
N/A· v4
8.8 HIGH· v3
6.8 MEDIUM· v2
phoronix-test-suite is vulnerable to Cross-Site Request Forgery (CSRF)
4Debian
FedoraprojectFlatpak+1 more
4Debian Linux
Enterprise LinuxFedora+1 more
Jun 17, 2026
Jan 12, 2022
N/A· v4
8.6 HIGH· v3
6.8 MEDIUM· v2
Flatpak is a Linux application sandboxing and distribution framework. Prior to versions 1.12.3 and 1.10.6, Flatpak doesn't properly validate that the permissions displayed to the user for an app at install time match the...Show more
Flatpak is a Linux application sandboxing and distribution framework. Prior to versions 1.12.3 and 1.10.6, Flatpak doesn't properly validate that the permissions displayed to the user for an app at install time match the actual permissions granted to the app at runtime, in the case that there's a null byte in the metadata file of an app. Therefore apps can grant themselves permissions without the consent of the user. Flatpak shows permissions to the user during install by reading them from the "xa.metadata" key in the commit metadata. This cannot contain a null terminator, because it is an untrusted GVariant. Flatpak compares these permissions to the *actual* metadata, from the "metadata" file to ensure it wasn't lied to. However, the actual metadata contents are loaded in several places where they are read as simple C-style strings. That means that, if the metadata file includes a null terminator, only the content of the file from *before* the terminator gets compared to xa.metadata. Thus, any permissions that appear in the metadata file after a null terminator are applied at runtime but not shown to the user. So maliciously crafted apps can give themselves hidden permissions. Users who have Flatpaks installed from untrusted sources are at risk in case the Flatpak has a maliciously crafted metadata file, either initially or in an update. This issue is patched in versions 1.12.3 and 1.10.6. As a workaround, users can manually check the permissions of installed apps by checking the metadata file or the xa.metadata key on the commit metadata.Show less
3Debian
FedoraprojectGnome
3Debian Linux
FedoraGdkpixbuf
Jun 17, 2026
Jan 12, 2022
N/A· v4
8.8 HIGH· v3
6.8 MEDIUM· v2
GNOME gdk-pixbuf 2.42.6 is vulnerable to a heap-buffer overflow vulnerability when decoding the lzw compressed stream of image data in GIF files with lzw minimum code size equals to 12.
2Fedoraproject
Radare
2Fedora
Radare2
Jun 17, 2026
Jan 11, 2022
N/A· v4
5.5 MEDIUM· v3
4.3 MEDIUM· v2
radare2 is vulnerable to Out-of-bounds Read
2Fedoraproject
Lua
2Fedora
Lua
Jun 17, 2026
Jan 11, 2022
N/A· v4
5.5 MEDIUM· v3
2.1 LOW· v2
Lua v5.4.3 and above are affected by SEGV by type confusion in funcnamefromcode function in ldebug.c which can cause a local denial of service.
2Fedoraproject
Pypa
2Fedora
Pipenv
Jun 17, 2026
Jan 10, 2022
N/A· v4
8.6 HIGH· v3
9.3 HIGH· v2
pipenv is a Python development workflow tool. Starting with version 2018.10.9 and prior to version 2022.1.8, a flaw in pipenv's parsing of requirements files allows an attacker to insert a specially crafted string inside...Show more
pipenv is a Python development workflow tool. Starting with version 2018.10.9 and prior to version 2022.1.8, a flaw in pipenv's parsing of requirements files allows an attacker to insert a specially crafted string inside a comment anywhere within a requirements.txt file, which will cause victims who use pipenv to install the requirements file to download dependencies from a package index server controlled by the attacker. By embedding malicious code in packages served from their malicious index server, the attacker can trigger arbitrary remote code execution (RCE) on the victims' systems. If an attacker is able to hide a malicious `--index-url` option in a requirements file that a victim installs with pipenv, the attacker can embed arbitrary malicious code in packages served from their malicious index server that will be executed on the victim's host during installation (remote code execution/RCE). When pip installs from a source distribution, any code in the setup.py is executed by the install process. This issue is patched in version 2022.1.8. The GitHub Security Advisory contains more information about this vulnerability.Show less
3Debian
FedoraprojectSmarty
3Debian Linux
FedoraSmarty
Jun 17, 2026
Jan 10, 2022
N/A· v4
8.8 HIGH· v3
6.5 MEDIUM· v2
Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. Prior to versions 3.1.42 and 4.0.2, template authors could run arbitrary PHP code by crafting a maliciou...Show more
Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. Prior to versions 3.1.42 and 4.0.2, template authors could run arbitrary PHP code by crafting a malicious math string. If a math string was passed through as user provided data to the math function, external users could run arbitrary PHP code by crafting a malicious math string. Users should upgrade to version 3.1.42 or 4.0.2 to receive a patch.Show less
3Debian
FedoraprojectSmarty
3Debian Linux
FedoraSmarty
Jun 17, 2026
Jan 10, 2022
N/A· v4
8.8 HIGH· v3
6.5 MEDIUM· v2
Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. Prior to versions 3.1.43 and 4.0.3, template authors could run restricted static php methods. Users shou...Show more
Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. Prior to versions 3.1.43 and 4.0.3, template authors could run restricted static php methods. Users should upgrade to version 3.1.43 or 4.0.3 to receive a patch.Show less
3Apple
FedoraprojectVim
3Fedora
MacosVim
Jun 17, 2026
Jan 10, 2022
N/A· v4
3.3 LOW· v3
4.3 MEDIUM· v2
vim is vulnerable to Heap-based Buffer Overflow
2Fedoraproject
Phoronix Media
2Fedora
Phoronix Test Suite
Jun 17, 2026
Jan 10, 2022
N/A· v4
5.4 MEDIUM· v3
3.5 LOW· v2
phoronix-test-suite is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
3Apple
FedoraprojectVim
3Fedora
MacosVim
Jun 17, 2026
Jan 10, 2022
N/A· v4
5.5 MEDIUM· v3
4.3 MEDIUM· v2
vim is vulnerable to Use After Free
3Debian
FedoraprojectWordpress
3Debian Linux
FedoraWordpress
Jun 17, 2026
Jan 6, 2022
N/A· v4
8.8 HIGH· v3
6.5 MEDIUM· v2
WordPress is a free and open-source content management system written in PHP and paired with a MariaDB database. Due to lack of proper sanitization in one of the classes, there's potential for unintended SQL queries to b...Show more
WordPress is a free and open-source content management system written in PHP and paired with a MariaDB database. Due to lack of proper sanitization in one of the classes, there's potential for unintended SQL queries to be executed. This has been patched in WordPress version 5.8.3. Older affected versions are also fixed via security release, that go back till 4.1.34. We strongly recommend that you keep auto-updates enabled. There are no known workarounds for this issue.Show less
3Debian
FedoraprojectWordpress
3Debian Linux
FedoraWordpress
Jun 17, 2026
Jan 6, 2022
N/A· v4
7.2 HIGH· v3
6.5 MEDIUM· v2
WordPress is a free and open-source content management system written in PHP and paired with a MariaDB database. On a multisite, users with Super Admin role can bypass explicit/additional hardening under certain conditio...Show more
WordPress is a free and open-source content management system written in PHP and paired with a MariaDB database. On a multisite, users with Super Admin role can bypass explicit/additional hardening under certain conditions through object injection. This has been patched in WordPress version 5.8.3. Older affected versions are also fixed via security release, that go back till 3.7.37. We strongly recommend that you keep auto-updates enabled. There are no known workarounds for this issue.Show less
3Debian
FedoraprojectWordpress
3Debian Linux
FedoraWordpress
Jun 17, 2026
Jan 6, 2022
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
WordPress is a free and open-source content management system written in PHP and paired with a MariaDB database. Due to improper sanitization in WP_Query, there can be cases where SQL injection is possible through plugin...Show more
WordPress is a free and open-source content management system written in PHP and paired with a MariaDB database. Due to improper sanitization in WP_Query, there can be cases where SQL injection is possible through plugins or themes that use it in a certain way. This has been patched in WordPress version 5.8.3. Older affected versions are also fixed via security release, that go back till 3.7.37. We strongly recommend that you keep auto-updates enabled. There are no known workarounds for this vulnerability.Show less
4Debian
FedoraprojectOpensuse+1 more
7Backports
Debian LinuxExtra Packages For Enterprise Linux+4 more
Jun 17, 2026
Jan 6, 2022
N/A· v4
5.5 MEDIUM· v3
4.3 MEDIUM· v2
An issue was discovered in uriparser before 0.9.6. It performs invalid free operations in uriNormalizeSyntax.
4Debian
FedoraprojectOpensuse+1 more
7Backports
Debian LinuxExtra Packages For Enterprise Linux+4 more
Jun 17, 2026
Jan 6, 2022
N/A· v4
5.5 MEDIUM· v3
4.3 MEDIUM· v2
An issue was discovered in uriparser before 0.9.6. It performs invalid free operations in uriFreeUriMembers and uriMakeOwner.
2Fedoraproject
Linuxfoundation
2Containerd
Fedora
Jun 17, 2026
Jan 5, 2022
N/A· v4
9.1 CRITICAL· v3
6.0 MEDIUM· v2
containerd is an open source container runtime. On installations using SELinux, such as EL8 (CentOS, RHEL), Fedora, or SUSE MicroOS, with containerd since v1.5.0-beta.0 as the backing container runtime interface (CRI), a...Show more
containerd is an open source container runtime. On installations using SELinux, such as EL8 (CentOS, RHEL), Fedora, or SUSE MicroOS, with containerd since v1.5.0-beta.0 as the backing container runtime interface (CRI), an unprivileged pod scheduled to the node may bind mount, via hostPath volume, any privileged, regular file on disk for complete read/write access (sans delete). Such is achieved by placing the in-container location of the hostPath volume mount at either `/etc/hosts`, `/etc/hostname`, or `/etc/resolv.conf`. These locations are being relabeled indiscriminately to match the container process-label which effectively elevates permissions for savvy containers that would not normally be able to access privileged host files. This issue has been resolved in version 1.5.9. Users are advised to upgrade as soon as possible.Show less