← Back

Enterprise Linux

enterprise_linux

Vendor: Redhat • 1,858 CVEs

CVEs (1,858)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
3Redhat
TigervncX.org
4Enterprise Linux
TigervncX Server+1 more
Jun 29, 2026
Feb 25, 2025
N/A· v4
7.8 HIGH· v3
N/A· v2
An out-of-bounds write flaw was found in X.Org and Xwayland. The function GetBarrierDevice() searches for the pointer device based on its device ID and returns the matching value, or supposedly NULL, if no match was foun...Show more
An out-of-bounds write flaw was found in X.Org and Xwayland. The function GetBarrierDevice() searches for the pointer device based on its device ID and returns the matching value, or supposedly NULL, if no match was found. However, the code will return the last element of the list if no matching device ID is found, which can lead to out-of-bounds memory access.Show less
3Redhat
TigervncX.org
4Enterprise Linux
TigervncX Server+1 more
Jun 29, 2026
Feb 25, 2025
N/A· v4
7.8 HIGH· v3
N/A· v2
A buffer overflow flaw was found in X.Org and Xwayland. If XkbChangeTypesOfKey() is called with a 0 group, it will resize the key symbols table to 0 but leave the key actions unchanged. If the same function is later call...Show more
A buffer overflow flaw was found in X.Org and Xwayland. If XkbChangeTypesOfKey() is called with a 0 group, it will resize the key symbols table to 0 but leave the key actions unchanged. If the same function is later called with a non-zero value of groups, this will cause a buffer overflow because the key actions are of the wrong size.Show less
3Redhat
TigervncX.org
4Enterprise Linux
TigervncX Server+1 more
Jun 29, 2026
Feb 25, 2025
N/A· v4
7.8 HIGH· v3
N/A· v2
A heap overflow flaw was found in X.Org and Xwayland. The computation of the length in XkbSizeKeySyms() differs from what is written in XkbWriteKeySyms(), which may lead to a heap-based buffer overflow.
3Redhat
TigervncX.org
4Enterprise Linux
TigervncX Server+1 more
Jun 29, 2026
Feb 25, 2025
N/A· v4
7.8 HIGH· v3
N/A· v2
A buffer overflow flaw was found in X.Org and Xwayland. The code in XkbVModMaskText() allocates a fixed-sized buffer on the stack and copies the names of the virtual modifiers to that buffer. The code fails to check the...Show more
A buffer overflow flaw was found in X.Org and Xwayland. The code in XkbVModMaskText() allocates a fixed-sized buffer on the stack and copies the names of the virtual modifiers to that buffer. The code fails to check the bounds of the buffer and would copy the data regardless of the size.Show less
3Redhat
TigervncX.org
4Enterprise Linux
TigervncX Server+1 more
Jun 29, 2026
Feb 25, 2025
N/A· v4
7.8 HIGH· v3
N/A· v2
A use-after-free flaw was found in X.Org and Xwayland. The root cursor is referenced in the X server as a global variable. If a client frees the root cursor, the internal reference points to freed memory and causes a use...Show more
A use-after-free flaw was found in X.Org and Xwayland. The root cursor is referenced in the X server as a global variable. If a client frees the root cursor, the internal reference points to freed memory and causes a use-after-free.Show less
2Gnu
Redhat
3Enterprise Linux
Grub2Openshift
Jun 29, 2026
Feb 19, 2025
N/A· v4
6.7 MEDIUM· v3
N/A· v2
A flaw was found in grub2. The calculation of the translation buffer when reading a language .mo file in grub_gettext_getstr_from_position() may overflow, leading to a Out-of-bound write. This issue can be leveraged by a...Show more
A flaw was found in grub2. The calculation of the translation buffer when reading a language .mo file in grub_gettext_getstr_from_position() may overflow, leading to a Out-of-bound write. This issue can be leveraged by an attacker to overwrite grub2's sensitive heap data, eventually leading to the circumvention of secure boot protections.Show less
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
8Almalinux
Arch LinuxEnterprise Linux+5 more
Jun 29, 2026
Jan 15, 2025
N/A· v4
9.8 CRITICAL· v3
N/A· v2
A heap-based buffer overflow flaw was found in the rsync daemon. This issue is due to improper handling of attacker-controlled checksum lengths (s2length) in the code. When MAX_DIGEST_LEN exceeds the fixed SUM_LENGTH (16...Show more
A heap-based buffer overflow flaw was found in the rsync daemon. This issue is due to improper handling of attacker-controlled checksum lengths (s2length) in the code. When MAX_DIGEST_LEN exceeds the fixed SUM_LENGTH (16 bytes), an attacker can write out of bounds in the sum2 buffer.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
18Almalinux
Arch LinuxEnterprise Linux+15 more
Jun 30, 2026
Jan 14, 2025
N/A· v4
7.5 HIGH· v3
N/A· v2
A path traversal vulnerability exists in rsync. It stems from behavior enabled by the `--inc-recursive` option, a default-enabled option for many client options and can be enabled by the server even if not explicitly ena...Show more
A path traversal vulnerability exists in rsync. It stems from behavior enabled by the `--inc-recursive` option, a default-enabled option for many client options and can be enabled by the server even if not explicitly enabled by the client. When using the `--inc-recursive` option, a lack of proper symlink verification coupled with deduplication checks occurring on a per-file-list basis could allow a server to write files outside of the client's intended destination directory. A malicious server could write malicious files to arbitrary locations named after valid directories/paths on the client.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
3Mutt
NeomuttRedhat
3Enterprise Linux
MuttNeomutt
Jun 26, 2026
Nov 12, 2024
N/A· v4
5.3 MEDIUM· v3
N/A· v2
In mutt and neomutt, PGP encryption does not use the --hidden-recipient mode which may leak the Bcc email header field by inferring from the recipients info.
3Mutt
NeomuttRedhat
3Enterprise Linux
MuttNeomutt
Jun 26, 2026
Nov 12, 2024
N/A· v4
5.3 MEDIUM· v3
N/A· v2
In mutt and neomutt the In-Reply-To email header field is not protected by cryptographic signing which allows an attacker to reuse an unencrypted but signed email message to impersonate the original sender.
3Mutt
NeomuttRedhat
3Enterprise Linux
MuttNeomutt
Jun 26, 2026
Nov 12, 2024
N/A· v4
5.9 MEDIUM· v3
N/A· v2
In neomutt and mutt, the To and Cc email headers are not validated by cryptographic signing which allows an attacker that intercepts a message to change their value and include himself as a one of the recipients to compr...Show more
In neomutt and mutt, the To and Cc email headers are not validated by cryptographic signing which allows an attacker that intercepts a message to change their value and include himself as a one of the recipients to compromise message confidentiality.Show less
2Linux
Redhat
2Enterprise Linux
Linux Kernel
Jun 17, 2026
Oct 29, 2024
N/A· v4
7.8 HIGH· v3
N/A· v2
In the Linux kernel, the following vulnerability has been resolved: parport: Proper fix for array out-of-bounds access The recent fix for array out-of-bounds accesses replaced sprintf() calls blindly with snprintf()....Show more
In the Linux kernel, the following vulnerability has been resolved: parport: Proper fix for array out-of-bounds access The recent fix for array out-of-bounds accesses replaced sprintf() calls blindly with snprintf(). However, since snprintf() returns the would-be-printed size, not the actually output size, the length calculation can still go over the given limit. Use scnprintf() instead of snprintf(), which returns the actually output letters, for addressing the potential out-of-bounds access properly.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
2Qemu
Redhat
2Enterprise Linux
Qemu
Jun 17, 2026
Sep 19, 2024
N/A· v4
5.5 MEDIUM· v3
N/A· v2
A flaw was found in QEMU. An assertion failure was present in the usb_ep_get() function in hw/net/core.c when trying to get the USB endpoint from a USB device. This flaw may allow a malicious unprivileged guest user to c...Show more
A flaw was found in QEMU. An assertion failure was present in the usb_ep_get() function in hw/net/core.c when trying to get the USB endpoint from a USB device. This flaw may allow a malicious unprivileged guest user to crash the QEMU process on the host and cause a denial of service condition.Show less