← Back

Redhat

redhat

5,682 CVEs • 537 products

Products (537)

Click to collapse
Toggle
Linux
linux
Satellite
satellite
Openstack
openstack
Openshift
openshift
Keycloak
keycloak
Fedora Core
fedora_core
Libvirt
libvirt
Ansible Tower
ansible_tower
Cloudforms
cloudforms
Ansible
ansible
Ceph Storage
ceph_storage
Linux Desktop
linux_desktop
Linux Server
linux_server
Jboss Fuse
jboss_fuse
Undertow
undertow
Storage
storage
Quay
quay
Fuse
fuse
Data Grid
data_grid
Resteasy
resteasy
Wildfly
wildfly
Jboss A Mq
jboss_a-mq
Ceph
ceph

CVEs (5,682)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
2Gnu
Redhat
4Binutils
Enterprise Linux DesktopEnterprise Linux Server+1 more
Jun 17, 2026
Feb 18, 2018
N/A· v4
7.8 HIGH· v3
6.8 MEDIUM· v2
In the coff_pointerize_aux function in coffgen.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, an index is not validated, which allows remote attackers to cause a denial o...Show more
In the coff_pointerize_aux function in coffgen.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, an index is not validated, which allows remote attackers to cause a denial of service (segmentation fault) or possibly have unspecified other impact via a crafted file, as demonstrated by objcopy of a COFF object.Show less
4Canonical
DebianRedhat+1 more
11Debian Linux
Enterprise LinuxEnterprise Linux Aus+8 more
Nov 21, 2024
Feb 16, 2018
N/A· v4
5.9 MEDIUM· v3
4.3 MEDIUM· v2
In systemd prior to 234 a race condition exists between .mount and .automount units such that automount requests from kernel may not be serviced by systemd resulting in kernel holding the mountpoint and any processes tha...Show more
In systemd prior to 234 a race condition exists between .mount and .automount units such that automount requests from kernel may not be serviced by systemd resulting in kernel holding the mountpoint and any processes that try to use said mount will hang. A race condition like this may lead to denial of service, until mount points are unmounted.Show less
2Jboss
Redhat
2Jboss Remoting
Jboss Enterprise Application Platform
Nov 21, 2024
Feb 15, 2018
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
A vulnerability was found in the way RemoteMessageChannel, introduced in jboss-remoting versions 3.3.10, reads from an empty buffer. An attacker could use this flaw to cause denial of service via high CPU caused by an in...Show more
A vulnerability was found in the way RemoteMessageChannel, introduced in jboss-remoting versions 3.3.10, reads from an empty buffer. An attacker could use this flaw to cause denial of service via high CPU caused by an infinite loop.Show less
4Canonical
DebianLinux+1 more
10Debian Linux
Enterprise Linux DesktopEnterprise Linux Server+7 more
Jun 17, 2026
Feb 12, 2018
N/A· v4
7.8 HIGH· v3
4.6 MEDIUM· v2
The futex_requeue function in kernel/futex.c in the Linux kernel before 4.14.15 might allow attackers to cause a denial of service (integer overflow) or possibly have unspecified other impact by triggering a negative wak...Show more
The futex_requeue function in kernel/futex.c in the Linux kernel before 4.14.15 might allow attackers to cause a denial of service (integer overflow) or possibly have unspecified other impact by triggering a negative wake or requeue value.Show less
4Canonical
DebianLinux+1 more
7Debian Linux
Enterprise LinuxEnterprise Linux Desktop+4 more
Nov 21, 2024
Feb 9, 2018
N/A· v4
7.7 HIGH· v3
6.8 MEDIUM· v2
Linux Linux kernel version at least v4.8 onwards, probably well before contains a Insufficient input validation vulnerability in bnx2x network card driver that can result in DoS: Network card firmware assertion takes car...Show more
Linux Linux kernel version at least v4.8 onwards, probably well before contains a Insufficient input validation vulnerability in bnx2x network card driver that can result in DoS: Network card firmware assertion takes card off-line. This attack appear to be exploitable via An attacker on a must pass a very large, specially crafted packet to the bnx2x card. This can be done from an untrusted guest VM..Show less
2Linux
Redhat
3Enterprise Linux
Enterprise MrgLinux Kernel
Nov 21, 2024
Feb 9, 2018
N/A· v4
5.5 MEDIUM· v3
4.9 MEDIUM· v2
The memory resource controller (aka memcg) in the Linux kernel allows local users to cause a denial of service (deadlock) by spawning new processes within a memory-constrained cgroup.
2Puppet
Redhat
3Puppet
Puppet EnterpriseSatellite
Nov 21, 2024
Feb 9, 2018
N/A· v4
6.5 MEDIUM· v3
4.0 MEDIUM· v2
In previous versions of Puppet Agent it was possible for the agent to retrieve facts from an environment that it was not classified to retrieve from. This was resolved in Puppet Agent 5.3.4, included in Puppet Enterprise...Show more
In previous versions of Puppet Agent it was possible for the agent to retrieve facts from an environment that it was not classified to retrieve from. This was resolved in Puppet Agent 5.3.4, included in Puppet Enterprise 2017.3.4Show less
3Canonical
PuppetRedhat
4Puppet
Puppet EnterpriseSatellite+1 more
Nov 21, 2024
Feb 9, 2018
N/A· v4
5.5 MEDIUM· v3
2.1 LOW· v2
In previous versions of Puppet Agent it was possible to install a module with world writable permissions. Puppet Agent 5.3.4 and 1.10.10 included a fix to this vulnerability.
4Canonical
DebianPostgresql+1 more
4Cloudforms
Debian LinuxPostgresql+1 more
Nov 21, 2024
Feb 9, 2018
N/A· v4
7.0 HIGH· v3
3.3 LOW· v2
In postgresql 9.3.x before 9.3.21, 9.4.x before 9.4.16, 9.5.x before 9.5.11, 9.6.x before 9.6.7 and 10.x before 10.2, pg_upgrade creates file in current working directory containing the output of `pg_dumpall -g` under um...Show more
In postgresql 9.3.x before 9.3.21, 9.4.x before 9.4.16, 9.5.x before 9.5.11, 9.6.x before 9.6.7 and 10.x before 10.2, pg_upgrade creates file in current working directory containing the output of `pg_dumpall -g` under umask which was in effect when the user invoked pg_upgrade, and not under 0077 which is normally used for other temporary files. This can allow an authenticated attacker to read or modify the one file, which may contain encrypted or unencrypted database passwords. The attack is infeasible if a directory mode blocks the attacker searching the current working directory or if the prevailing umask blocks the attacker opening the file.Show less
4Canonical
DebianLibreoffice+1 more
9Debian Linux
Enterprise Linux DesktopEnterprise Linux Server+6 more
Jun 17, 2026
Feb 9, 2018
N/A· v4
9.8 CRITICAL· v3
5.0 MEDIUM· v2
LibreOffice before 5.4.5 and 6.x before 6.0.1 allows remote attackers to read arbitrary files via =WEBSERVICE calls in a document, which use the COM.MICROSOFT.WEBSERVICE function.
3Debian
GolangRedhat
6Debian Linux
Enterprise Linux ServerEnterprise Linux Server Aus+3 more
Jun 17, 2026
Feb 7, 2018
N/A· v4
7.8 HIGH· v3
4.6 MEDIUM· v2
Go before 1.8.7, Go 1.9.x before 1.9.4, and Go 1.10 pre-releases before Go 1.10rc2 allow "go get" remote command execution during source code build, by leveraging the gcc or clang plugin feature, because -fplugin= and -p...Show more
Go before 1.8.7, Go 1.9.x before 1.9.4, and Go 1.10 pre-releases before Go 1.10rc2 allow "go get" remote command execution during source code build, by leveraging the gcc or clang plugin feature, because -fplugin= and -plugin= arguments were not blocked.Show less
2Adobe
Redhat
4Enterprise Linux Desktop
Enterprise Linux ServerEnterprise Linux Workstation+1 more
Nov 18, 2025
Feb 6, 2018
N/A· v4
7.8 HIGH· v3
7.5 HIGH· v2
A use-after-free vulnerability was discovered in Adobe Flash Player before 28.0.0.161. This vulnerability occurs due to a dangling pointer in the Primetime SDK related to media player handling of listener objects. A succ...Show more
A use-after-free vulnerability was discovered in Adobe Flash Player before 28.0.0.161. This vulnerability occurs due to a dangling pointer in the Primetime SDK related to media player handling of listener objects. A successful attack can lead to arbitrary code execution. This was exploited in the wild in January and February 2018.Show less
2Adobe
Redhat
4Enterprise Linux Desktop
Enterprise Linux ServerEnterprise Linux Workstation+1 more
Nov 21, 2024
Feb 6, 2018
N/A· v4
9.8 CRITICAL· v3
10.0 HIGH· v2
A use-after-free vulnerability was discovered in Adobe Flash Player before 28.0.0.161. This vulnerability occurs due to a dangling pointer in the Primetime SDK related to media player's quality of service functionality....Show more
A use-after-free vulnerability was discovered in Adobe Flash Player before 28.0.0.161. This vulnerability occurs due to a dangling pointer in the Primetime SDK related to media player's quality of service functionality. A successful attack can lead to arbitrary code execution.Show less
5Debian
FasterxmlNetapp+2 more
21Banking Platform
Communications Billing And Revenue ManagementCommunications Communications Policy Management+18 more
Nov 21, 2024
Feb 6, 2018
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
A deserialization flaw was discovered in the jackson-databind, versions before 2.6.7.1, 2.7.9.1 and 2.8.9, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to t...Show more
A deserialization flaw was discovered in the jackson-databind, versions before 2.6.7.1, 2.7.9.1 and 2.8.9, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper.Show less
5Debian
FasterxmlNetapp+2 more
24Banking Platform
ClusterwareCommunications Billing And Revenue Management+21 more
Nov 21, 2024
Feb 6, 2018
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
A deserialization flaw was discovered in the jackson-databind in versions before 2.8.10 and 2.9.1, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readV...Show more
A deserialization flaw was discovered in the jackson-databind in versions before 2.8.10 and 2.9.1, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper. This issue extends the previous flaw CVE-2017-7525 by blacklisting more classes that could be used maliciously.Show less
2Flatpak
Redhat
7Enterprise Linux Desktop
Enterprise Linux ServerEnterprise Linux Server Aus+4 more
Jun 17, 2026
Feb 2, 2018
N/A· v4
8.8 HIGH· v3
4.6 MEDIUM· v2
In dbus-proxy/flatpak-proxy.c in Flatpak before 0.8.9, and 0.9.x and 0.10.x before 0.10.3, crafted D-Bus messages to the host can be used to break out of the sandbox, because whitespace handling in the proxy is not ident...Show more
In dbus-proxy/flatpak-proxy.c in Flatpak before 0.8.9, and 0.9.x and 0.10.x before 0.10.3, crafted D-Bus messages to the host can be used to break out of the sandbox, because whitespace handling in the proxy is not identical to whitespace handling in the daemon.Show less
4Gnu
NetappOracle+1 more
15Cloud Backup
Communications Session Border ControllerData Ontap Edge+12 more
Jun 17, 2026
Feb 1, 2018
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
An integer overflow in the implementation of the posix_memalign in memalign functions in the GNU C Library (aka glibc or libc6) 2.26 and earlier could cause these functions to return a pointer to a heap area that is too...Show more
An integer overflow in the implementation of the posix_memalign in memalign functions in the GNU C Library (aka glibc or libc6) 2.26 and earlier could cause these functions to return a pointer to a heap area that is too small, potentially leading to heap corruption.Show less
3Canonical
GnuRedhat
9Enterprise Linux Desktop
Enterprise Linux ServerEnterprise Linux Server Aus+6 more
Nov 21, 2024
Jan 31, 2018
N/A· v4
7.8 HIGH· v3
7.2 HIGH· v2
In glibc 2.26 and earlier there is confusion in the usage of getcwd() by realpath() which can be used to write before the destination buffer leading to a buffer underflow and potential code execution.
4Canonical
DebianLinux+1 more
10Debian Linux
Enterprise Linux DesktopEnterprise Linux Server+7 more
Jun 17, 2026
Jan 26, 2018
N/A· v4
5.5 MEDIUM· v3
2.1 LOW· v2
The acpi_smbus_hc_add function in drivers/acpi/sbshc.c in the Linux kernel through 4.14.15 allows local users to obtain sensitive address information by reading dmesg data from an SBS HC printk call.
1Redhat
1Resteasy
Nov 21, 2024
Jan 25, 2018
N/A· v4
8.1 HIGH· v3
6.8 MEDIUM· v2
It was found that the fix for CVE-2016-9606 in versions 3.0.22 and 3.1.2 was incomplete and Yaml unmarshalling in Resteasy is still possible via `Yaml.load()` in YamlProvider.