Lucene search
+L

366460 matches found

CVE
CVE
added 3 days ago17 views

CVE-2026-72244

CVE-2026-72244 concerns the Linux kernel gpu/buddy allocator. The bug in try_harder contiguous fallback could return a range whose start offset didn’t match the caller’s min_block_size. The fix realigns misaligned candidates by freeing the misaligned run and reallocating exactly @size at the next...

7.8CVSS5.3AI score0.00163EPSS
SaveExploits0References4
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-59142

In the Linux kernel, the following vulnerability has been resolved: selinux: check connect-related permissions on TCP Fast Open Similar to Landlock, SELinux was not updated when TCP Fast Open support was introduced to ensure connect-related permissions are checked when using TCP Fast Open. Update...

5.4AI score0.00161EPSS
SaveExploits0References6
OSV
OSV
added 3 days ago5 views

CVE-2026-72243 selinux: check connect-related permissions on TCP Fast Open

In the Linux kernel, the following vulnerability has been resolved: selinux: check connect-related permissions on TCP Fast Open Similar to Landlock, SELinux was not updated when TCP Fast Open support was introduced to ensure connect-related permissions are checked when using TCP Fast Open. Update...

5.5AI score
SaveExploits0References9
OSV
OSV
added 3 days ago5 views

CVE-2026-72244 gpu/buddy: bail out of try_harder when alignment cannot be honoured

In the Linux kernel, the following vulnerability has been resolved: gpu/buddy: bail out of tryharder when alignment cannot be honoured The tryharder contiguous fallback could return a range whose start offset did not match the caller's minblocksize. When a candidate's start is misaligned, realign...

5.4AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 3 days ago5 views

CVE-2026-72244

In the Linux kernel, the following vulnerability has been resolved: gpu/buddy: bail out of tryharder when alignment cannot be honoured The tryharder contiguous fallback could return a range whose start offset did not match the caller's minblocksize. When a candidate's start is misaligned, realign...

7.8CVSS5.3AI score0.00163EPSS
SaveExploits0
EUVD
EUVD
added 3 days ago4 views

EUVD-2026-59143

In the Linux kernel, the following vulnerability has been resolved: gpu/buddy: bail out of tryharder when alignment cannot be honoured The tryharder contiguous fallback could return a range whose start offset did not match the caller's minblocksize. When a candidate's start is misaligned, realign...

5.3AI score0.00163EPSS
SaveExploits0References4
CVE
CVE
added 3 days ago23 views

CVE-2026-72243

CVE-2026-72243 affects the Linux kernel’s SELinux integration with TCP Fast Open. The issue was that SELinux didn’t update connect-related permissions when TCP Fast Open was introduced, potentially bypassing proper access checks. The root cause is in the socket_sendmsg() path, where the code fail...

8.4CVSS5.3AI score0.00161EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 3 days ago5 views

CVE-2026-72242

In the Linux kernel, the following vulnerability has been resolved: selinux: avoid sksocket dereference in selinuxsctpbindconnect selinuxsctpbindconnect dereferences sk-sksocket to pass a struct socket to selinuxsocketbind and selinuxsocketconnecthelper. However, when the hook is invoked from the...

7.5CVSS5.4AI score0.00595EPSS
SaveExploits0
EUVD
EUVD
added 3 days ago5 views

EUVD-2026-59141

In the Linux kernel, the following vulnerability has been resolved: selinux: avoid sksocket dereference in selinuxsctpbindconnect selinuxsctpbindconnect dereferences sk-sksocket to pass a struct socket to selinuxsocketbind and selinuxsocketconnecthelper. However, when the hook is invoked from the...

5.4AI score0.00595EPSS
SaveExploits0References5
CVE
CVE
added 3 days ago19 views

CVE-2026-72242

The CVE-2026-72242 issue affects the Linux kernel SELinux SCTP path: selinux_sctp_bind_connect() dereferenced sk->sk_socket to pass a struct socket* to selinux_socket_bind() and selinux_socket_connect_helper(), but during ASCONF softirq (sctp_process_asconf) there is no guaranteed non-NULL sk-...

7.5CVSS5.3AI score0.00595EPSS
SaveExploits0References5
OSV
OSV
added 3 days ago3 views

CVE-2026-72242 selinux: avoid sk_socket dereference in selinux_sctp_bind_connect()

In the Linux kernel, the following vulnerability has been resolved: selinux: avoid sksocket dereference in selinuxsctpbindconnect selinuxsctpbindconnect dereferences sk-sksocket to pass a struct socket to selinuxsocketbind and selinuxsocketconnecthelper. However, when the hook is invoked from the...

5.5AI score
SaveExploits0References8
Cvelist
Cvelist
added 3 days ago19 views

CVE-2026-72242 selinux: avoid sk_socket dereference in selinux_sctp_bind_connect()

In the Linux kernel, the following vulnerability has been resolved: selinux: avoid sksocket dereference in selinuxsctpbindconnect selinuxsctpbindconnect dereferences sk-sksocket to pass a struct socket to selinuxsocketbind and selinuxsocketconnecthelper. However, when the hook is invoked from the...

7.5CVSS0.00595EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 3 days ago4 views

CVE-2026-72241

In the Linux kernel, the following vulnerability has been resolved: leds: uleds: Fix potential buffer overread The name string supplied by userspace is not guaranteed to be null-terminated, so using strchr on it might result in a buffer overread. The same thing will happen when said string is use...

5.7AI score0.0021EPSS
SaveExploits0
EUVD
EUVD
added 3 days ago4 views

EUVD-2026-59140

In the Linux kernel, the following vulnerability has been resolved: leds: uleds: Fix potential buffer overread The name string supplied by userspace is not guaranteed to be null-terminated, so using strchr on it might result in a buffer overread. The same thing will happen when said string is use...

5.7AI score0.0021EPSS
SaveExploits0References8
CVE
CVE
added 3 days ago12 views

CVE-2026-72241

CVE-2026-72241 affects the Linux kernel’s leds: uleds path. The vulnerability arises because a user-supplied name string used by the LED class device may not be null-terminated, and using strchr() can lead to a buffer overread. The fix replaces strchr() with a safe variant (strnchr()) and adds an...

5.7AI score0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
added 3 days ago20 views

CVE-2026-72241 leds: uleds: Fix potential buffer overread

In the Linux kernel, the following vulnerability has been resolved: leds: uleds: Fix potential buffer overread The name string supplied by userspace is not guaranteed to be null-terminated, so using strchr on it might result in a buffer overread. The same thing will happen when said string is use...

0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
added 3 days ago24 views

CVE-2026-72240 mfd: sm501: Fix reference leak on failed device registration

In the Linux kernel, the following vulnerability has been resolved: mfd: sm501: Fix reference leak on failed device registration When platformdeviceregister fails in sm501registerdevice, the embedded struct device in pdev has already been initialized by deviceinitialize, but the failure path only...

0.0021EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 3 days ago6 views

CVE-2026-72239

In the Linux kernel, the following vulnerability has been resolved: x86/virt/sev: Revert "Drop WBINVD before setting MSRAMD64SYSCFGSNPEN" Revert 99cf1fb58e68 "x86/virt/sev: Drop WBINVD before setting MSRAMD64SYSCFGSNPEN". Section 8.8 of the SNP spec says: Before invoking SNPINITEX with INITRMP se...

9.3CVSS5.3AI score0.00168EPSS
SaveExploits0
EUVD
EUVD
added 3 days ago5 views

EUVD-2026-59138

In the Linux kernel, the following vulnerability has been resolved: x86/virt/sev: Revert "Drop WBINVD before setting MSRAMD64SYSCFGSNPEN" Revert 99cf1fb58e68 "x86/virt/sev: Drop WBINVD before setting MSRAMD64SYSCFGSNPEN". Section 8.8 of the SNP spec says: Before invoking SNPINITEX with INITRMP se...

5.4AI score0.00168EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 3 days ago5 views

CVE-2026-72240

In the Linux kernel, the following vulnerability has been resolved: mfd: sm501: Fix reference leak on failed device registration When platformdeviceregister fails in sm501registerdevice, the embedded struct device in pdev has already been initialized by deviceinitialize, but the failure path only...

5.4AI score0.0021EPSS
SaveExploits0
Rows per page
Query Builder