Lucene search
+L

366430 matches found

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
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
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
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
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 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
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
CVE
CVE
added 3 days ago13 views

CVE-2026-72240

The CVE-2026-72240 entry describes a Linux kernel issue in the mfd: sm501 driver where a reference leak occurs when platform_device_register() fails during sm501_register_device(). The embedded struct device in pdev is initialized (via device_initialize()), then proceeds through setup_pdev_dma_ma...

5.4AI score0.0021EPSS
SaveExploits0References8
CVE
CVE
added 3 days ago16 views

CVE-2026-72239

The provided documents describe CVE-2026-72239 as a Linux kernel issue in x86/virt/sev related to SNP (Secure Encrypted Virtualization) handling. The root cause is a prior change: dropping WBINVD before setting MSR_AMD64_SYSCFG_SNP_EN, which is reverted. The SNP specification requires flushing di...

9.3CVSS5.4AI score0.00168EPSS
SaveExploits0References2
Cvelist
Cvelist
added 3 days ago19 views

CVE-2026-72239 x86/virt/sev: Revert "Drop WBINVD before setting MSR_AMD64_SYSCFG_SNP_EN"

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.3CVSS0.00168EPSS
SaveExploits0References2
Cvelist
Cvelist
added 3 days ago17 views

CVE-2026-72238 x86/boot: Validate console=uart8250 baud rate to fix early boot hang

In the Linux kernel, the following vulnerability has been resolved: x86/boot: Validate console=uart8250 baud rate to fix early boot hang When the baud rate is empty, 0, invalid, or overflows to 0 when stored as an int, the system will hang during early boot because of a division by zero in...

0.0021EPSS
SaveExploits0References8
CVE
CVE
added 3 days ago14 views

CVE-2026-72238

CVE-2026-72238 affects the Linux kernel in the x86/boot path, where an empty/0/invalid baud rate for uart8250 could lead to a division by zero in early_serial_init() and cause a hang during early boot. The documented fix is to fall back to DEFAULT_BAUD when the computed baud rate is 0. The connec...

5.3AI score0.0021EPSS
SaveExploits0References8
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-59137

In the Linux kernel, the following vulnerability has been resolved: x86/boot: Validate console=uart8250 baud rate to fix early boot hang When the baud rate is empty, 0, invalid, or overflows to 0 when stored as an int, the system will hang during early boot because of a division by zero in...

5.3AI score0.0021EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 3 days ago4 views

CVE-2026-72238

In the Linux kernel, the following vulnerability has been resolved: x86/boot: Validate console=uart8250 baud rate to fix early boot hang When the baud rate is empty, 0, invalid, or overflows to 0 when stored as an int, the system will hang during early boot because of a division by zero in...

5.3AI score0.0021EPSS
SaveExploits0
Cvelist
Cvelist
added 3 days ago23 views

CVE-2026-72237 perf/x86/amd/brs: Fix kernel address leakage

In the Linux kernel, the following vulnerability has been resolved: perf/x86/amd/brs: Fix kernel address leakage A user-only branch stack can contain branches that originate from the kernel. As a result, kernel addresses are exposed to user space even when PERFSAMPLEBRANCHUSER is requested. On AM...

0.002EPSS
SaveExploits0References5
CVE
CVE
added 3 days ago18 views

CVE-2026-72237

The CVE-2026-72237 entry concerns a Linux kernel vulnerability in perf/x86/amd/brs where a user-space can observe kernel addresses due to the branch-from address not being filtered for kernel-origin branches when PERF_SAMPLE_BRANCH_USER is requested. The issue occurs on AMD processors that suppor...

5.4AI score0.002EPSS
SaveExploits0References5
Rows per page
Query Builder