Lucene search
+L
RedhatRecent

123019 matches found

RedHat Linux
RedHat Linux
•added 2026/07/17 12:55 p.m.•12 views

kernel: usbip: validate number_of_packets in usbip_pack_ret_submit()

A flaw was found in the Linux kernel's USB/IP subsystem. A malicious USB/IP server could exploit a vulnerability in the usbippackretsubmit function by sending a specially crafted RETSUBMIT response. This response, containing an oversized numberofpackets value, could cause a heap out-of-bounds...

9.8CVSS5.6AI score0.00311EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/07/17 12:55 p.m.•20 views

kernel: Linux kernel: smb: client: reject userspace cifs.spnego descriptions

A privilege escalation vulnerability was found in the Linux kernel's CIFS client implementation. This could allow a local attacker to impersonate other users, bypass authentication in SMB mount operations, and potentially gain unauthorized access to network file shares or escalate privileges...

7.8CVSS6.6AI score0.00377EPSS
SaveExploits4References7
RedHat Linux
RedHat Linux
•added 2026/07/17 12:55 p.m.•10 views

kernel: xfs: fix freemap adjustments when adding xattrs to leaf blocks

A flaw was found in the Linux kernel's XFS filesystem. When adding extended attributes xattrs, which are metadata associated with files, to leaf blocks, incorrect adjustments to the freemap can occur. This inconsistency allows the entries array and free space to overlap, leading to an assertion...

8.8CVSS6.7AI score0.00469EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/07/17 12:55 p.m.•27 views

Critical: Red Hat Security Advisory: kernel-rt security, bug fix, and enhancement update

An update for kernel-rt is now available for Red Hat Enterprise Linux 7 Extended Lifecycle Support. Red Hat Product Security has rated this update as having a security impact of Critical. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available f...

9.8CVSS6.5AI score0.01338EPSS
SaveExploits4References17
RedHat Linux
RedHat Linux
•added 2026/07/17 12:55 p.m.•12 views

kernel: RDMA/mlx4: Fix mis-use of RCU in mlx4_srq_event()

A flaw was found in the Linux kernel's RDMA/mlx4 component. This vulnerability arises from the incorrect use of Read-Copy Update RCU in the mlx4srqevent function. An attacker could potentially trigger an event before the srq object is fully initialized, leading to a system crash. This could resul...

7.8CVSS6.3AI score0.00114EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/07/17 12:55 p.m.•11 views

kernel: wifi: brcmfmac: validate bsscfg indices in IF events

A flaw was found in the Linux kernel's brcmfmac Wi-Fi driver. This vulnerability occurs because the driver fails to properly validate bsscfg indices in interface IF events. An attacker could exploit this by sending a specially crafted IF event with an invalid bsscfg index, which could lead to an...

8.8CVSS4.7AI score0.00244EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/07/17 12:55 p.m.•10 views

kernel: can: raw: fix ro->uniq use-after-free in raw_rcv()

A flaw was found in the Linux kernel's Controller Area Network CAN raw socket implementation. A use-after-free vulnerability can occur due to a timing window during the unregistration of CAN receive filters, allowing a freed memory region to be accessed. This could lead to system instability or a...

7.8CVSS6.3AI score0.00124EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/07/17 12:55 p.m.•10 views

kernel: tcp: fix potential race in tcp_v6_syn_recv_sock()

A flaw was found in the Linux kernel. A race condition exists in the TCP Transmission Control Protocol IPv6 Internet Protocol version 6 socket handling, specifically within the tcpv6synrecvsock function. This occurs because a child socket becomes visible in the TCP hash table before its...

9.8CVSS6.3AI score0.00298EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/07/17 12:55 p.m.•9 views

kernel: netfilter: xt_tcpmss: check remaining length before reading optlen

A flaw was found in the Linux kernel, specifically within the netfilter: xttcpmss module. A remote attacker could exploit this vulnerability by sending a specially crafted TCP packet. The TCP option parser does not properly validate the remaining option length, which results in an out-of-bounds...

8.2CVSS5.4AI score0.00463EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/07/17 12:55 p.m.•27 views

kernel: RDMA/rxe: Fix double free in rxe_srq_from_init

A flaw was found in the Linux kernel's Remote Direct Memory Access RDMA subsystem, specifically within the rxe driver. An error in the rxesrqfrominit function's memory management can lead to a double free vulnerability. This occurs when an attempt to copy data to user space fails, causing the sam...

7.8CVSS6.4AI score0.00175EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/07/17 12:52 p.m.•13 views

kernel: net: sched: act_csum: validate nested VLAN headers

A flaw was found in the Linux kernel's network scheduler component. A remote attacker could send specially crafted network packets containing nested Virtual Local Area Network VLAN headers. This could cause the kernel to read beyond allocated memory, leading to a system crash and a denial of...

5.5CVSS4.6AI score0.00117EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/07/17 12:52 p.m.•23 views

kernel: rtmutex: Use waiter::task instead of current in remove_waiter()

A flaw was found in the Linux kernel. When the kernel's real-time mutex rtmutex component performs a specific operation called 'proxy-lock rollback' during futex requeue, it incorrectly handles task pointers. This can lead to a 'Use-After-Free' UAF vulnerability, where the system attempts to use...

7.8CVSS6.7AI score0.00725EPSS
SaveExploits69References6
RedHat Linux
RedHat Linux
•added 2026/07/17 12:52 p.m.•19 views

kernel: futex/requeue: Prevent NULL pointer dereference in remove_waiter() on self-deadlock

A flaw was found in the Linux kernel's futex Fast Userspace Mutex requeue mechanism. When a non-top waiter attempts to requeue a Priority Inheritance PI futex it already owns, a NULL pointer dereference can occur. This issue, specifically within the removewaiter function during a self-deadlock...

5.3AI score0.00126EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
•added 2026/07/17 12:52 p.m.•19 views

kernel: xfrm: defensively unhash xfrm_state lists in __xfrm_state_delete

A flaw was found in the Linux kernel's xfrm IPSec framework subsystem. This vulnerability, a use-after-free, occurs when the system incorrectly manages memory related to security policies, specifically during the deletion of xfrmstate lists. An attacker with local access could exploit this flaw b...

7.8CVSS6.3AI score0.0013EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
•added 2026/07/17 12:52 p.m.•16 views

Important: Red Hat Security Advisory: kernel-rt security update

An update for kernel-rt is now available for Red Hat Enterprise Linux 7 Extended Lifecycle Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available...

7.8CVSS6.4AI score0.00725EPSS
SaveExploits70References5
RedHat Linux
RedHat Linux
•added 2026/07/17 8:46 a.m.•45 views

kernel: KVM: x86: Fix shadow paging use-after-free due to unexpected role

A flaw was found in the Linux kernel's Kernel-based Virtual Machine KVM x86 shadow paging mechanism. This vulnerability occurs when a host page directory entry PDE mapping is changed from within the guest, leading to an unexpected role mismatch in shadow paging. This mismatch can cause a...

8.8CVSS7.6AI score0.00908EPSS
SaveExploits5References6
RedHat Linux
RedHat Linux
•added 2026/07/17 8:46 a.m.•9 views

kernel: XFS data corruption using reflink

A flaw was found in the XFS filesystem. A race condition in the copy-on-write mechanism for reflinked files can cause writes to bypass the copy-on-write process and modify shared data blocks directly. As a result, data intended for a private copy may be written to the original shared location,...

7.8CVSS5.7AI score0.00507EPSS
SaveExploits8References5
RedHat Linux
RedHat Linux
•added 2026/07/17 8:46 a.m.•14 views

kernel: KVM: x86: Fix shadow paging use-after-free due to unexpected GFN

A flaw was found in the Linux kernel's KVM Kernel-based Virtual Machine x86 shadow paging mechanism. This use-after-free vulnerability arises from incorrect handling of Guest Frame Numbers GFNs when guest page tables are modified. A local attacker with control over a guest virtual machine could...

8.8CVSS6.2AI score0.00154EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/07/17 8:46 a.m.•64 views

Important: Red Hat Security Advisory: kernel security update

An update for kernel is now available for Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions and Red Hat Enterprise Linux 8.8 Telecommunications Update Service. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring Syst...

8.8CVSS6.8AI score0.00908EPSS
SaveExploits13References4
RedHat Linux
RedHat Linux
•added 2026/07/16 11:21 p.m.•2 views

kbd: Local privilege escalation in openvt via incorrect process owner verification allowing passwordless root login

openvt -u is intended to identify the owner of the current VT and then execute login as that user from a privileged context. In the documented kbrequest/init usage, the ownership test in authenticateuser relies on stat"/proc//fd/0". stat on /proc//fd/0 follows the symlink to the underlying TTY...

7.8CVSS5.5AI score0.00106EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
•added 2026/07/16 11:21 p.m.•3 views

Moderate: Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update

An update for Red Hat Hardened Images RPMs is now available. This update includes the following RPMs: kbd: kbd-2.10.0-2.hum1 aarch64, x8664 kbd-legacy-2.10.0-2.hum1 noarch kbd-misc-2.10.0-2.hum1 noarch kbd-2.10.0-2.hum1.src src...

7.8CVSS5.3AI score0.00106EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
•added 2026/07/16 9:59 p.m.•8 views

kernel: XFS data corruption using reflink

A flaw was found in the XFS filesystem. A race condition in the copy-on-write mechanism for reflinked files can cause writes to bypass the copy-on-write process and modify shared data blocks directly. As a result, data intended for a private copy may be written to the original shared location,...

7.8CVSS5.7AI score0.00507EPSS
SaveExploits8References5
RedHat Linux
RedHat Linux
•added 2026/07/16 9:59 p.m.•29 views

Important: Red Hat Security Advisory: kernel security update

An update for kernel is now available for Red Hat Enterprise Linux 9.4 Update Services for SAP Solutions. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is...

7.8CVSS6.7AI score0.00725EPSS
SaveExploits77References4
RedHat Linux
RedHat Linux
•added 2026/07/16 9:59 p.m.•13 views

kernel: futex/requeue: Prevent NULL pointer dereference in remove_waiter() on self-deadlock

A flaw was found in the Linux kernel's futex Fast Userspace Mutex requeue mechanism. When a non-top waiter attempts to requeue a Priority Inheritance PI futex it already owns, a NULL pointer dereference can occur. This issue, specifically within the removewaiter function during a self-deadlock...

6AI score0.00126EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
•added 2026/07/16 9:59 p.m.•18 views

kernel: rtmutex: Use waiter::task instead of current in remove_waiter()

A flaw was found in the Linux kernel. When the kernel's real-time mutex rtmutex component performs a specific operation called 'proxy-lock rollback' during futex requeue, it incorrectly handles task pointers. This can lead to a 'Use-After-Free' UAF vulnerability, where the system attempts to use...

7.8CVSS6.8AI score0.00725EPSS
SaveExploits69References6
RedHat Linux
RedHat Linux
•added 2026/07/16 9:55 p.m.•3 views

Important: Red Hat Security Advisory: Red Hat Hardened Images RPMs Security Update

An update for Red Hat Hardened Images RPMs is now available. This update includes the following RPMs: busybox: busybox-1.37.0-8.1.hum1 aarch64, x8664 busybox-petitboot-1.37.0-8.1.hum1 aarch64, x8664 busybox-shared-1.37.0-8.1.hum1 aarch64, x8664 busybox-1.37.0-8.1.hum1.src src Security Fixes:...

7.5CVSS5.2AI score0.00235EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
•added 2026/07/16 9:55 p.m.•3 views

busybox: Busybox: Denial of Service via crafted AWK script in awk_sub() function

A flaw was found in Busybox. A use-after-free vulnerability in the awksub function allows a remote attacker to cause a Denial of Service DoS by supplying a specially crafted AWK script. This can lead to the unavailability of the Busybox service...

7.5CVSS5.5AI score0.00145EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
•added 2026/07/16 9:55 p.m.•11 views

Important: Red Hat Security Advisory: kernel security update

An update for kernel is now available for Red Hat Enterprise Linux 10.0 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for...

7.8CVSS6.7AI score0.00725EPSS
SaveExploits77References4
RedHat Linux
RedHat Linux
•added 2026/07/16 9:55 p.m.•20 views

kernel: futex/requeue: Prevent NULL pointer dereference in remove_waiter() on self-deadlock

A flaw was found in the Linux kernel's futex Fast Userspace Mutex requeue mechanism. When a non-top waiter attempts to requeue a Priority Inheritance PI futex it already owns, a NULL pointer dereference can occur. This issue, specifically within the removewaiter function during a self-deadlock...

6AI score0.00126EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
•added 2026/07/16 9:55 p.m.•66 views

kernel: XFS data corruption using reflink

A flaw was found in the XFS filesystem. A race condition in the copy-on-write mechanism for reflinked files can cause writes to bypass the copy-on-write process and modify shared data blocks directly. As a result, data intended for a private copy may be written to the original shared location,...

7.8CVSS5.7AI score0.00507EPSS
SaveExploits8References5
RedHat Linux
RedHat Linux
•added 2026/07/16 9:55 p.m.•20 views

kernel: rtmutex: Use waiter::task instead of current in remove_waiter()

A flaw was found in the Linux kernel. When the kernel's real-time mutex rtmutex component performs a specific operation called 'proxy-lock rollback' during futex requeue, it incorrectly handles task pointers. This can lead to a 'Use-After-Free' UAF vulnerability, where the system attempts to use...

7.8CVSS6.8AI score0.00725EPSS
SaveExploits69References6
RedHat Linux
RedHat Linux
•added 2026/07/16 9:53 p.m.•12 views

pacemaker: Pacemaker: Denial of Service via integer overflow in remote message decompression

A flaw was found in Pacemaker. An unauthenticated remote attacker can exploit an integer overflow vulnerability in the remote message decompression process. By sending a specially crafted compressed remote message before authentication, an attacker can cause memory corruption, leading to a denial...

8.6CVSS6.1AI score0.00561EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/07/16 9:53 p.m.•17 views

Important: Red Hat Security Advisory: pacemaker security update

An update for pacemaker is now available for Red Hat Enterprise Linux 9.6 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available f...

8.6CVSS6.2AI score0.00561EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
•added 2026/07/16 8:11 p.m.•9 views

pacemaker: Pacemaker: Denial of Service via integer overflow in remote message decompression

A flaw was found in Pacemaker. An unauthenticated remote attacker can exploit an integer overflow vulnerability in the remote message decompression process. By sending a specially crafted compressed remote message before authentication, an attacker can cause memory corruption, leading to a denial...

8.6CVSS6.1AI score0.00561EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/07/16 8:11 p.m.•15 views

Important: Red Hat Security Advisory: pacemaker security update

An update for pacemaker is now available for Red Hat Enterprise Linux 10.0 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available...

8.6CVSS6.2AI score0.00561EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
•added 2026/07/16 8:6 p.m.•9 views

pacemaker: Pacemaker: Denial of Service via integer overflow in remote message decompression

A flaw was found in Pacemaker. An unauthenticated remote attacker can exploit an integer overflow vulnerability in the remote message decompression process. By sending a specially crafted compressed remote message before authentication, an attacker can cause memory corruption, leading to a denial...

8.6CVSS6.1AI score0.00561EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/07/16 8:6 p.m.•17 views

Important: Red Hat Security Advisory: pacemaker security update

An update for pacemaker is now available for Red Hat Enterprise Linux 9.4 Update Services for SAP Solutions. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is...

8.6CVSS6.2AI score0.00561EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
•added 2026/07/16 7:46 p.m.•14 views

Important: Red Hat Security Advisory: Red Hat Quay 3.16.5

Red Hat Quay 3.16.5 is now available with bug fixes. Quay 3.16.5...

9.6CVSS6.5AI score0.01041EPSS
SaveExploits10References34
RedHat Linux
RedHat Linux
•added 2026/07/16 7:46 p.m.•11 views

pacemaker: Pacemaker: Denial of Service via integer overflow in remote message decompression

A flaw was found in Pacemaker. An unauthenticated remote attacker can exploit an integer overflow vulnerability in the remote message decompression process. By sending a specially crafted compressed remote message before authentication, an attacker can cause memory corruption, leading to a denial...

8.6CVSS6.1AI score0.00561EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/07/16 7:46 p.m.•13 views

Important: Red Hat Security Advisory: pacemaker security update

An update for pacemaker is now available for Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is...

8.6CVSS6.2AI score0.00561EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
•added 2026/07/16 6:54 p.m.•15 views

Important: Red Hat Security Advisory: Red Hat Advanced Cluster Management for Kubernetes v2.11.10 security update

Red Hat Advanced Cluster Management for Kubernetes 2.11 General Availability release images, which add new features and enhancements, bug fixes, and updated container images. Red Hat Advanced Cluster Management for Kubernetes 2.11 images Red Hat Advanced Cluster Management for Kubernetes provides...

9.3CVSS6.9AI score0.025EPSS
SaveExploits11References18
RedHat Linux
RedHat Linux
•added 2026/07/16 5:40 p.m.•18 views

Important: Red Hat Security Advisory: multicluster engine for Kubernetes v2.6.12 security update

The multicluster engine for Kubernetes 2.6 General Availability release images, which add new features and enhancements, bug fixes, and updated container images. The multicluster engine for Kubernetes v2.6 images The multicluster engine for Kubernetes provides the foundational components that are...

9.6CVSS6.8AI score0.01041EPSS
SaveExploits7References13
RedHat Linux
RedHat Linux
•added 2026/07/16 5:39 p.m.•15 views

Important: Red Hat Security Advisory: Red Hat Advanced Cluster Management for Kubernetes v2.11.10 security update

Red Hat Advanced Cluster Management for Kubernetes 2.11 General Availability release images, which add new features and enhancements, bug fixes, and updated container images. Red Hat Advanced Cluster Management for Kubernetes 2.11 images Red Hat Advanced Cluster Management for Kubernetes provides...

9.3CVSS6.8AI score0.025EPSS
SaveExploits11References18
RedHat Linux
RedHat Linux
•added 2026/07/16 3:12 p.m.•12 views

Important: Red Hat Security Advisory: Red Hat OpenShift Builds 1.8.1

Red Hat OpenShift Builds 1.8.1 Releases of Red Hat OpenShift Builds 1.8.1...

10CVSS6.5AI score0.00655EPSS
SaveExploits0References15
RedHat Linux
RedHat Linux
•added 2026/07/16 2:39 p.m.•9 views

Important: Red Hat Bug Fix Advisory: kernel security update

An update for kernel is now available for Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: XFS data corruption using reflink For more details about the security issues,...

7.8CVSS5.5AI score0.00507EPSS
SaveExploits8References1
RedHat Linux
RedHat Linux
•added 2026/07/16 2:39 p.m.•8 views

kernel: XFS data corruption using reflink

A flaw was found in the XFS filesystem. A race condition in the copy-on-write mechanism for reflinked files can cause writes to bypass the copy-on-write process and modify shared data blocks directly. As a result, data intended for a private copy may be written to the original shared location,...

7.8CVSS5.7AI score0.00507EPSS
SaveExploits8References5
RedHat Linux
RedHat Linux
•added 2026/07/16 2:37 p.m.•15 views

Important: Red Hat Security Advisory: Red Hat Quay 3.10.24

Red Hat Quay 3.10.24 is now available with bug fixes. Quay 3.10.24...

9.6CVSS6.8AI score0.01041EPSS
SaveExploits6References24
RedHat Linux
RedHat Linux
•added 2026/07/16 2:35 p.m.•13 views

github.com/prometheus/prometheus: Prometheus: Denial of Service via uncontrolled memory allocation in remote read endpoint

A flaw was found in Prometheus. An unauthenticated attacker can exploit the remote read endpoint /api/v1/read by sending a specially crafted, small snappy-compressed payload. This payload causes a disproportionately large memory allocation, leading to memory exhaustion and a Denial of Service DoS...

7.5CVSS6AI score0.00813EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
•added 2026/07/16 2:35 p.m.•9 views

golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: Security bypass due to improper handling of key restrictions

A flaw was found in golang.org/x/crypto/ssh/agent. When a key was added to a remote agent, security restrictions, known as constraint extensions, were not properly processed during the request. This allowed these restrictions to be silently removed when keys were forwarded, leading to the...

9.1CVSS6.1AI score0.006EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
•added 2026/07/16 2:35 p.m.•9 views

golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via resource leak from unsolicited SSH responses

A flaw was found in golang.org/x/crypto/ssh. A remote malicious SSH peer can exploit this by sending unsolicited global request responses, which fills an internal buffer and blocks the connection's read loop. This prevents the associated resources from being released, leading to a resource leak p...

9.1CVSS6.4AI score0.00621EPSS
SaveExploits0References9
Total number of security vulnerabilities123019