Lucene search
+L

385 matches found

Cvelist
Cvelist
added 2026/08/15 5:52 a.m.35 views

CVE-2026-72069 locking/rt: Fix the incorrect RCU protection in rt_spin_unlock()

In the Linux kernel, the following vulnerability has been resolved: locking/rt: Fix the incorrect RCU protection in rtspinunlock rtspinunlock releases the RCU protection before unlocking the lock. That opens the door for the following UAF scenario: T1 T2 spinlock&p-lock; rcureadlock; invalidatep;...

9.8CVSS0.00728EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.16 views

PT-2026-72258

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the Linux kernel where the rt spin unlock function releases RCU Read-Copy-Update protection before the lock is actually unlocked. This behavior differs from regular...

9.8CVSS7.7AI score0.00728EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/08/15 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-72069

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - locking/rt: Fix the incorrect RCU protection in rtspinunlock rtspinunlock releases the RCU protection before unlocking the lock. That opens the door for the...

9.8CVSS8.1AI score0.00728EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/15 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-72390

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net/sched: schteql: Introduce slaveslock to avoid race condition and UAF The teql master-slaves singly linked list is not protected against multiple writes. It...

7.8CVSS6.5AI score0.00162EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/15 12:00 a.m.16 views

Linux Distros Unpatched Vulnerability : CVE-2026-72463

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - xfrm: Fix dev use-after-free in xfrm async resumption xfrm async resumption hold skb-dev refcnt until after transportfinish. However, xfrmrcvcb may modify skb-d...

9.8CVSS5.9AI score0.0038EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/10 12:04 p.m.54 views

CVE-2026-68392

Summary: CVE-2026-68392 affects the Linux kernel Bluetooth management path. The vulnerability arises from dereferencing RCU-protected pointers outside critical sections during unpair_device/disconnect_sync, enabling a Use-After-Free (UAF) scenario. The fix targets the critical section handling fo...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/08/06 12:00 a.m.21 views

Oracle Linux 10 : kernel (ELSA-2026-27288)

The remote Oracle Linux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2026-27288 advisory. - crypto: ccp - copy IV using skcipher ivsize CKI Backport Bot RHEL-188463 CVE-2026-53016 - futex/requeue: Revert 'Prevent NULL pointer dereference i...

9.8CVSS7.4AI score0.03153EPSS
SaveExploits129References16
Tenable Nessus
Tenable Nessus
added 2026/07/28 12:00 a.m.17 views

Oracle Linux 10 : kernel (ELSA-2026-21557)

The remote Oracle Linux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2026-21557 advisory. - crypto: ccp - copy IV using skcipher ivsize CKI Backport Bot RHEL-188463 CVE-2026-53016 - futex/requeue: Revert 'Prevent NULL pointer dereference i...

9.8CVSS7.2AI score0.03153EPSS
SaveExploits114References19
Tenable Nessus
Tenable Nessus
added 2026/07/23 12:00 a.m.17 views

Oracle Linux 10 : kernel (ELSA-2026-19569)

The remote Oracle Linux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2026-19569 advisory. - crypto: ccp - copy IV using skcipher ivsize CKI Backport Bot RHEL-188463 CVE-2026-53016 - futex/requeue: Revert 'Prevent NULL pointer dereference i...

9.8CVSS7.2AI score0.93235EPSS
SaveExploits171References15
Tenable Nessus
Tenable Nessus
added 2026/07/21 12:00 a.m.11 views

MiracleLinux 8 : kernel-4.18.0-553.141.2.el8_10 (AXSA:2026-1311:50)

"The remote MiracleLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the AXSA:2026-1311:50 advisory. kernel: tcp: fix potential race in tcpv6synrecvsock CVE-2026-43198 kernel: netfilter: nfnetlinkcthelper: fix OOB read in nfnlcthelperdumptable...

9.8CVSS6.1AI score0.00571EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:00 a.m.17 views

Oracle Linux 10 : kernel (ELSA-2026-25191)

The remote Oracle Linux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2026-25191 advisory. - crypto: ccp - copy IV using skcipher ivsize CKI Backport Bot RHEL-188463 CVE-2026-53016 - futex/requeue: Revert 'Prevent NULL pointer dereference i...

9.8CVSS7.4AI score0.03153EPSS
SaveExploits114References8
SUSE CVE
SUSE CVE
added 2026/07/19 5:34 p.m.12 views

SUSE CVE-2026-63835

In the Linux kernel, the following vulnerability has been resolved: batman-adv: v: prevent OGM aggregation on disabled hardif When an interface gets disabled, the worker is correctly disabled by batadvhardifdisableinterface - ... - batadvvogmifacedisable. In this process, the skb aggrlist is also...

4.7CVSS5.3AI score0.00174EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 3:39 p.m.78 views

CVE-2026-64073

Summary of CVE-2026-64073 (Linux kernel): A use-after-free in irq_work_single() on PREEMPT_RT was fixed. On PREEMPT_RT, non-HARD irq_work runs in per-CPU kthreads via run_irq_workd(), and irq_work_sync() uses rcuwait() to wait for BUSY==0. After irq_work_single() clears BUSY with atomic_cmpxchg()...

7.8CVSS5.8AI score0.00132EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2026/07/19 2:55 p.m.68 views

CVE-2026-63951

The CVE-2026-63951 issue concerns the Linux kernel zram subsystem, specifically a use-after-free in zram_writeback_endio. The root cause is a race between the bio completion handler and the writeback task: wake_up is invoked after releasing wb_ctl->done_lock, creating a window where the writeb...

7.8CVSS5.8AI score0.00165EPSS
SaveExploits0References2
attackerkb
attackerkb
added 2026/07/19 12:02 p.m.10 views

CVE-2026-63835

In the Linux kernel, the following vulnerability has been resolved: batman-adv: v: prevent OGM aggregation on disabled hardif When an interface gets disabled, the worker is correctly disabled by batadvhardifdisableinterface - ... - batadvvogmifacedisable. In this process, the skb aggrlist is also...

5.2AI score0.00174EPSS
SaveExploits0References9Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.18 views

PT-2026-61151

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak occurs in the batman-adv module when a hard interface is disabled. While the worker is disabled via batadv hardif disable interface and batadv v ogm iface disable, and the...

5.2AI score0.00174EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/14 12:00 a.m.15 views

SUSE SLES12: cluster-md-kmp-default / dlm-kmp-default / gfs2-kmp-default / etc (SUSE-SU-2026:2914-1)

The remote SUSE Linux SLES12 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:2914-1 advisory. The SUSE Linux Enterprise 12 SP5 kernel was updated to fix various security issues The following security issues were fixed: - CVE-2023-53995:...

9.8CVSS6.9AI score0.93235EPSS
SaveExploits54References196
Tenable Nessus
Tenable Nessus
added 2026/07/09 12:00 a.m.64 views

AlmaLinux 10 : kernel (ALSA-2026:36541)

The remote AlmaLinux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2026:36541 advisory. kernel: eventpoll: defer struct eventpoll free to RCU grace period CVE-2026-43074 kernel: net: mana: Fix double destroyworkqueue on service rescan PCI...

9.8CVSS6.2AI score0.03153EPSS
SaveExploits6References8
AlmaLinux
AlmaLinux
added 2026/07/07 12:00 a.m.19 views

Important: kernel-rt security, bug fix, and enhancement update

The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements. Security Fixes: kernel: tcp: fix potential race in tcpv6synrecvsock CVE-2026-43198 kernel: netfilter: nfnetlinkcthelper: fix OOB read in...

9.8CVSS6.7AI score0.00571EPSS
SaveExploits0References14
AlmaLinux
AlmaLinux
added 2026/07/06 12:00 a.m.43 views

Important: kernel security, bug fix, and enhancement update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: fs/smb/client: fix out-of-bounds read in cifssanitizeprepath CVE-2026-43112 kernel: net: mana: Fix double destroyworkqueue on service rescan PCI path CVE-2026-43276 kernel: Linux kernel:...

9.3CVSS6.6AI score0.00571EPSS
SaveExploits2References24
Rows per page
Query Builder