← Back

Openshift Container Platform

openshift_container_platform

Vendor: Redhat • 313 CVEs

CVEs (313)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
2Libarchive
Redhat
3Enterprise Linux
LibarchiveOpenshift Container Platform
Jun 30, 2026
Jun 9, 2025
N/A· v4
6.6 MEDIUM· v3
N/A· v2
A vulnerability has been identified in the libarchive library. This flaw can lead to a heap buffer over-read due to the size of a filter block potentially exceeding the Lempel-Ziv-Storer-Schieber (LZSS) window. This mean...Show more
A vulnerability has been identified in the libarchive library. This flaw can lead to a heap buffer over-read due to the size of a filter block potentially exceeding the Lempel-Ziv-Storer-Schieber (LZSS) window. This means the library may attempt to read beyond the allocated memory buffer, which can result in unpredictable program behavior, crashes (denial of service), or the disclosure of sensitive information from adjacent memory regions.Show less
2Libarchive
Redhat
3Enterprise Linux
LibarchiveOpenshift Container Platform
Jul 21, 2026
Jun 9, 2025
N/A· v4
7.8 HIGH· v3
N/A· v2
A vulnerability has been identified in the libarchive library, specifically within the archive_read_format_rar_seek_data() function. This flaw involves an integer overflow that can ultimately lead to a double-free condit...Show more
A vulnerability has been identified in the libarchive library, specifically within the archive_read_format_rar_seek_data() function. This flaw involves an integer overflow that can ultimately lead to a double-free condition. Exploiting a double-free vulnerability can result in memory corruption, enabling an attacker to execute arbitrary code or cause a denial-of-service condition.Show less
5Debian
LinuxOracle+2 more
6Debian Linux
Enterprise LinuxLinux+3 more
Jun 30, 2026
May 30, 2025
N/A· v4
4.7 MEDIUM· v3
N/A· v2
A vulnerability was found in systemd-coredump. This flaw allows an attacker to force a SUID process to crash and replace it with a non-SUID binary to access the original's privileged process coredump, allowing the attack...Show more
A vulnerability was found in systemd-coredump. This flaw allows an attacker to force a SUID process to crash and replace it with a non-SUID binary to access the original's privileged process coredump, allowing the attacker to read sensitive data, such as /etc/shadow content, loaded by the original process. A SUID binary or process has a special type of permission, which allows the process to run with the file owner's permissions, regardless of the user executing the binary. This allows the process to access more restricted data than unprivileged users or processes would be able to. An attacker can leverage this flaw by forcing a SUID process to crash and force the Linux kernel to recycle the process PID before systemd-coredump can analyze the /proc/pid/auxv file. If the attacker wins the race condition, they gain access to the original's SUID process coredump file. They can read sensitive content loaded into memory by the original binary, affecting data confidentiality.Show less
2Gnu
Redhat
3Enterprise Linux
Grub2Openshift Container Platform
Jun 30, 2026
Mar 3, 2025
N/A· v4
7.8 HIGH· v3
N/A· v2
A flaw was found in grub2. When reading data from a squash4 filesystem, grub's squash4 fs module uses user-controlled parameters from the filesystem geometry to determine the internal buffer size, however, it improperly...Show more
A flaw was found in grub2. When reading data from a squash4 filesystem, grub's squash4 fs module uses user-controlled parameters from the filesystem geometry to determine the internal buffer size, however, it improperly checks for integer overflows. A maliciously crafted filesystem may lead some of those buffer size calculations to overflow, causing it to perform a grub_malloc() operation with a smaller size than expected. As a result, the direct_read() will perform a heap based out-of-bounds write during data reading. This flaw may be leveraged to corrupt grub's internal critical data and may result in arbitrary code execution, by-passing secure boot protections.Show less
2Gnu
Redhat
3Enterprise Linux
Grub2Openshift Container Platform
Jun 29, 2026
Mar 3, 2025
N/A· v4
7.8 HIGH· v3
N/A· v2
A flaw was found in the HFS filesystem. When reading an HFS volume's name at grub_fs_mount(), the HFS filesystem driver performs a strcpy() using the user-provided volume name as input without properly validating the vol...Show more
A flaw was found in the HFS filesystem. When reading an HFS volume's name at grub_fs_mount(), the HFS filesystem driver performs a strcpy() using the user-provided volume name as input without properly validating the volume name's length. This issue may read to a heap-based out-of-bounds writer, impacting grub's sensitive data integrity and eventually leading to a secure boot protection bypass.Show less
2Gnu
Redhat
3Enterprise Linux
Grub2Openshift Container Platform
Jun 29, 2026
Mar 3, 2025
N/A· v4
5.5 MEDIUM· v3
N/A· v2
A stack overflow flaw was found when reading a BFS file system. A crafted BFS filesystem may lead to an uncontrolled loop, causing grub2 to crash.
4Debian
NetappOpenbsd+1 more
6Active Iq Unified Manager
Debian LinuxEnterprise Linux+3 more
Jul 14, 2026
Feb 18, 2025
N/A· v4
6.8 MEDIUM· v3
N/A· v2
A vulnerability was found in OpenSSH when the VerifyHostKeyDNS option is enabled. A machine-in-the-middle attack can be performed by a malicious machine impersonating a legit server. This issue occurs due to how OpenSSH...Show more
A vulnerability was found in OpenSSH when the VerifyHostKeyDNS option is enabled. A machine-in-the-middle attack can be performed by a malicious machine impersonating a legit server. This issue occurs due to how OpenSSH mishandles error codes in specific conditions when verifying the host key. For an attack to be considered successful, the attacker needs to manage to exhaust the client's memory resource first, turning the attack complexity high.Show less
8Almalinux
ArchlinuxGentoo+5 more
20Almalinux
Arch LinuxDiscovery+17 more
Jun 30, 2026
Jan 14, 2025
N/A· v4
7.5 HIGH· v3
N/A· v2
A flaw was found in rsync. When using the `--safe-links` option, the rsync client fails to properly verify if a symbolic link destination sent from the server contains another symbolic link within it. This results in a p...Show more
A flaw was found in rsync. When using the `--safe-links` option, the rsync client fails to properly verify if a symbolic link destination sent from the server contains another symbolic link within it. This results in a path traversal vulnerability, which may lead to arbitrary file write outside the desired directory.Show less
8Almalinux
ArchlinuxGentoo+5 more
9Almalinux
Arch LinuxEnterprise Linux+6 more
Jun 30, 2026
Jan 14, 2025
N/A· v4
6.8 MEDIUM· v3
N/A· v2
A flaw was found in rsync. It could allow a server to enumerate the contents of an arbitrary file from the client's machine. This issue occurs when files are being copied from a client to a server. During this process, t...Show more
A flaw was found in rsync. It could allow a server to enumerate the contents of an arbitrary file from the client's machine. This issue occurs when files are being copied from a client to a server. During this process, the rsync server will send checksums of local data to the client to compare with in order to determine what data needs to be sent to the server. By sending specially constructed checksum values for arbitrary files, an attacker may be able to reconstruct the data of those files byte-by-byte based on the responses from the client.Show less
8Almalinux
ArchlinuxGentoo+5 more
22Almalinux
Arch LinuxEnterprise Linux+19 more
Jul 20, 2026
Jan 14, 2025
N/A· v4
7.5 HIGH· v3
N/A· v2
A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized...Show more
A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.Show less
1Redhat
1Openshift Container Platform
Jun 17, 2026
Oct 22, 2024
N/A· v4
5.3 MEDIUM· v3
N/A· v2
A vulnerability was found in GraphQL due to improper access controls on the GraphQL introspection query. This flaw allows unauthorized users to retrieve a comprehensive list of available queries and mutations. Exposure t...Show more
A vulnerability was found in GraphQL due to improper access controls on the GraphQL introspection query. This flaw allows unauthorized users to retrieve a comprehensive list of available queries and mutations. Exposure to this flaw increases the attack surface, as it can facilitate the discovery of flaws or errors specific to the application's GraphQL implementation.Show less
1Redhat
1Openshift Container Platform
Jun 17, 2026
Oct 22, 2024
N/A· v4
6.5 MEDIUM· v3
N/A· v2
A denial of service (DoS) vulnerability was found in OpenShift. This flaw allows attackers to exploit the GraphQL batching functionality. The vulnerability arises when multiple queries can be sent within a single request...Show more
A denial of service (DoS) vulnerability was found in OpenShift. This flaw allows attackers to exploit the GraphQL batching functionality. The vulnerability arises when multiple queries can be sent within a single request, enabling an attacker to submit a request containing thousands of aliases in one query. This issue causes excessive resource consumption, leading to application unavailability for legitimate users.Show less
1Redhat
15Enterprise Linux
Enterprise Linux EusEnterprise Linux For Arm 64+12 more
Jun 17, 2026
Oct 15, 2024
N/A· v4
6.5 MEDIUM· v3
N/A· v2
A vulnerability was found in Podman, Buildah, and CRI-O. A symlink traversal vulnerability in the containers/storage library can cause Podman, Buildah, and CRI-O to hang and result in a denial of service via OOM kill whe...Show more
A vulnerability was found in Podman, Buildah, and CRI-O. A symlink traversal vulnerability in the containers/storage library can cause Podman, Buildah, and CRI-O to hang and result in a denial of service via OOM kill when running a malicious image using an automatically assigned user namespace (`--userns=auto` in Podman and Buildah). The containers/storage library will read /etc/passwd inside the container, but does not properly validate if that file is a symlink, which can be used to cause the library to read an arbitrary file on the host.Show less
2Buildah Project
Redhat
14Buildah
Enterprise LinuxEnterprise Linux Eus+11 more
Jun 29, 2026
Oct 9, 2024
N/A· v4
4.4 MEDIUM· v3
N/A· v2
A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary d...Show more
A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.Show less
2Containers
Redhat
3Common
Enterprise LinuxOpenshift Container Platform
Jun 17, 2026
Oct 1, 2024
N/A· v4
8.2 HIGH· v3
N/A· v2
A flaw was found in Go. When FIPS mode is enabled on a system, container runtimes may incorrectly handle certain file paths due to improper validation in the containers/common Go library. This flaw allows an attacker to...Show more
A flaw was found in Go. When FIPS mode is enabled on a system, container runtimes may incorrectly handle certain file paths due to improper validation in the containers/common Go library. This flaw allows an attacker to exploit symbolic links and trick the system into mounting sensitive host directories inside a container. This issue also allows attackers to access critical host files, bypassing the intended isolation between containers and the host system.Show less
1Redhat
6Build Of Keycloak
Openshift Container PlatformOpenshift Container Platform For Ibm Z+3 more
Jun 17, 2026
Sep 19, 2024
N/A· v4
6.1 MEDIUM· v3
N/A· v2
A misconfiguration flaw was found in Keycloak. This issue can allow an attacker to redirect users to an arbitrary URL if a 'Valid Redirect URI' is set to http://localhost or http://127.0.0.1, enabling sensitive informati...Show more
A misconfiguration flaw was found in Keycloak. This issue can allow an attacker to redirect users to an arbitrary URL if a 'Valid Redirect URI' is set to http://localhost or http://127.0.0.1, enabling sensitive information such as authorization codes to be exposed to the attacker, potentially leading to session hijacking.Show less
1Redhat
7Build Of Keycloak
KeycloakOpenshift Container Platform+4 more
Jun 17, 2026
Sep 3, 2024
N/A· v4
6.5 MEDIUM· v3
N/A· v2
A vulnerability was found in Keycloak. This flaw allows attackers to bypass brute force protection by exploiting the timing of login attempts. By initiating multiple login requests simultaneously, attackers can exceed th...Show more
A vulnerability was found in Keycloak. This flaw allows attackers to bypass brute force protection by exploiting the timing of login attempts. By initiating multiple login requests simultaneously, attackers can exceed the configured limits for failed attempts before the system locks them out. This timing loophole enables attackers to make more guesses at passwords than intended, potentially compromising account security on affected systems.Show less
3Fedoraproject
Podman ProjectRedhat
4Enterprise Linux
FedoraOpenshift Container Platform+1 more
Jun 17, 2026
Aug 2, 2024
N/A· v4
4.8 MEDIUM· v3
N/A· v2
A flaw was found in Podman. This issue may allow an attacker to create a specially crafted container that, when configured to share the same IPC with at least one other container, can create a large number of IPC resourc...Show more
A flaw was found in Podman. This issue may allow an attacker to create a specially crafted container that, when configured to share the same IPC with at least one other container, can create a large number of IPC resources in /dev/shm. The malicious container will continue to exhaust resources until it is out-of-memory (OOM) killed. While the malicious container's cgroup will be removed, the IPC resources it created are not. Those resources are tied to the IPC namespace that will not be removed until all containers using it are stopped, and one non-malicious container is holding the namespace open. The malicious container is restarted, either automatically or by attacker control, repeating the process and increasing the amount of memory consumed. With a container configured to restart always, such as `podman run --restart=always`, this can result in a memory-based denial of service of the system.Show less
1Redhat
1Openshift Container Platform
Jun 17, 2026
Jul 24, 2024
N/A· v4
6.5 MEDIUM· v3
N/A· v2
A flaw was found in the Openshift console. The /API/helm/verify endpoint is tasked to fetch and verify the installation of a Helm chart from a URI that is remote HTTP/HTTPS or local. Access to this endpoint is gated by t...Show more
A flaw was found in the Openshift console. The /API/helm/verify endpoint is tasked to fetch and verify the installation of a Helm chart from a URI that is remote HTTP/HTTPS or local. Access to this endpoint is gated by the authHandlerWithUser() middleware function. Contrary to its name, this middleware function does not verify the validity of the user's credentials. As a result, unauthenticated users can access this endpoint.Show less
13Almalinux
AmazonApple+10 more
53500f Firmware
8300 Firmware8700 Firmware+50 more
Jun 17, 2026
Jul 1, 2024
N/A· v4
8.1 HIGH· v3
N/A· v2
A security regression (CVE-2006-5051) was discovered in OpenSSH's server (sshd). There is a race condition which can lead sshd to handle some signals in an unsafe manner. An unauthenticated, remote attacker may be able t...Show more
A security regression (CVE-2006-5051) was discovered in OpenSSH's server (sshd). There is a race condition which can lead sshd to handle some signals in an unsafe manner. An unauthenticated, remote attacker may be able to trigger it by failing to authenticate within a set time period.Show less