Lucene search
+L

8122 matches found

NVD
NVD
added 2026/04/22 2:16 p.m.8 views

CVE-2026-31477

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix memory leaks and NULL deref in smb2lock smb2lock has three error handling issues after listdel detaches smblock from locklist at nocheckcl: 1 If vfslockfile returns an unexpected error in the non-UNLOCK path, goto out...

7.5CVSS0.00479EPSS
SaveExploits0References6
NVD
NVD
added 2026/04/22 2:16 p.m.9 views

CVE-2026-31451

In the Linux kernel, the following vulnerability has been resolved: ext4: replace BUGON with proper error handling in ext4readinlinefolio Replace BUGON with proper error handling when inline data size exceeds PAGESIZE. This prevents kernel panic and allows the system to continue running while...

5.5CVSS0.00123EPSS
SaveExploits0References8
NVD
NVD
added 2026/04/22 2:16 p.m.13 views

CVE-2026-31443

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix crash when the event log is disabled If reporting errors to the event log is not supported by the hardware, and an error that causes Function Level Reset FLR is received, the driver will try to restore the...

5.5CVSS0.00121EPSS
SaveExploits0References3
CVE
CVE
added 2026/04/22 1:54 p.m.21 views

CVE-2026-31490

CVE-2026-31490 affects the Linux kernel drm/xe/pf component. A use-after-free vulnerability occurs when xe_sriov_pf_migration_restore_produce() returns an error and the data pointer is not cleared, potentially enabling memory corruption or a crash. The fix sets the data pointer to NULL on error t...

7.8CVSS5.6AI score0.0012EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/04/22 1:54 p.m.42 views

CVE-2026-31477

In CVE-2026-31477, the Linux kernel ksmbd component smb2_lock() had three error-handling issues after detaching smb_lock from lock_list: (1) non-UNLOCK path leaks smb_lock and its flock when vfs_lock_file() returns an unexpected error, (2) UNLOCK path leaks on -ENOENT with stale error code, and (...

7.5CVSS5.6AI score0.00479EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2026/04/22 1:54 p.m.39 views

CVE-2026-31477 ksmbd: fix memory leaks and NULL deref in smb2_lock()

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix memory leaks and NULL deref in smb2lock smb2lock has three error handling issues after listdel detaches smblock from locklist at nocheckcl: 1 If vfslockfile returns an unexpected error in the non-UNLOCK path, goto out...

7.5CVSS0.00479EPSS
SaveExploits0References6
OSV
OSV
added 2026/04/22 1:54 p.m.9 views

CVE-2026-31477 ksmbd: fix memory leaks and NULL deref in smb2_lock()

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix memory leaks and NULL deref in smb2lock smb2lock has three error handling issues after listdel detaches smblock from locklist at nocheckcl: 1 If vfslockfile returns an unexpected error in the non-UNLOCK path, goto out...

7.5CVSS5.8AI score
SaveExploits0References9
Cvelist
Cvelist
added 2026/04/22 1:53 p.m.43 views

CVE-2026-31451 ext4: replace BUG_ON with proper error handling in ext4_read_inline_folio

In the Linux kernel, the following vulnerability has been resolved: ext4: replace BUGON with proper error handling in ext4readinlinefolio Replace BUGON with proper error handling when inline data size exceeds PAGESIZE. This prevents kernel panic and allows the system to continue running while...

0.00123EPSS
SaveExploits0References8
CVE
CVE
added 2026/04/22 1:53 p.m.36 views

CVE-2026-31451

CVE-2026-31451: In the Linux kernel ext4_read_inline_folio, BUG_ON was replaced with proper error handling when inline data size exceeds PAGE_SIZE. The fix prevents kernel panics, logs the filesystem corruption via ext4_error_inode(), releases the buffer head to avoid leaks, and returns -EFSCORRU...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/04/22 1:53 p.m.12 views

CVE-2026-31451 ext4: replace BUG_ON with proper error handling in ext4_read_inline_folio

In the Linux kernel, the following vulnerability has been resolved: ext4: replace BUGON with proper error handling in ext4readinlinefolio Replace BUGON with proper error handling when inline data size exceeds PAGESIZE. This prevents kernel panic and allows the system to continue running while...

5.9AI score
SaveExploits0References11
CVE
CVE
added 2026/04/22 1:53 p.m.23 views

CVE-2026-31443

CVE-2026-31443 : Linux kernel, dmaengine: idxd driver fix. When hardware does not support event logging and a Function Level Reset (FLR) occurs, the driver previously attempted to restore the event log even if it was never allocated, and may crash. The fix ensures the event log is only freed if i...

5.5CVSS5.6AI score0.00121EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/04/22 1:53 p.m.35 views

CVE-2026-31439 dmaengine: xilinx: xdma: Fix regmap init error handling

In the Linux kernel, the following vulnerability has been resolved: dmaengine: xilinx: xdma: Fix regmap init error handling devmregmapinitmmio returns an ERRPTR upon error, not NULL. Fix the error check and also fix the error message. Use the error code from ERRPTR instead of the wrong value in r...

0.00122EPSS
SaveExploits0References5
CVE
CVE
added 2026/04/22 1:53 p.m.26 views

CVE-2026-31439

The CVE-2026-31439 entry refers to a Linux kernel issue in dmaengine: xilinx: xdma, where devm_regmap_init_mmio could return an ERR_PTR and the error handling/ messaging were incorrect. The description and connected advisories confirm this is a kernel regression/fix in the regmap init path, with ...

5.5CVSS5.6AI score0.00122EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/04/22 1:53 p.m.9 views

CVE-2026-31439 dmaengine: xilinx: xdma: Fix regmap init error handling

In the Linux kernel, the following vulnerability has been resolved: dmaengine: xilinx: xdma: Fix regmap init error handling devmregmapinitmmio returns an ERRPTR upon error, not NULL. Fix the error check and also fix the error message. Use the error code from ERRPTR instead of the wrong value in r...

5.9AI score
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/04/22 12:25 a.m.21 views

kernel: kernel: Privilege escalation or denial of service via use-after-free in nf_tables_addchain()

A flaw was found in the Linux kernel. A local attacker with CAPNETADMIN capabilities, or remote packet traffic, could exploit a use-after-free vulnerability in the nftablesaddchain function's error handling. Successful exploitation could lead to a kernel crash, resulting in a Denial of Service Do...

7.8CVSS5.8AI score0.00788EPSS
SaveExploits2References5
RedHat Linux
RedHat Linux
added 2026/04/22 12:13 a.m.11 views

kernel: kernel: Privilege escalation or denial of service via use-after-free in nf_tables_addchain()

A flaw was found in the Linux kernel. A local attacker with CAPNETADMIN capabilities, or remote packet traffic, could exploit a use-after-free vulnerability in the nftablesaddchain function's error handling. Successful exploitation could lead to a kernel crash, resulting in a Denial of Service Do...

7.8CVSS5.8AI score0.00788EPSS
SaveExploits2References5
Positive Technologies
Positive Technologies
added 2026/04/22 12:00 a.m.10 views

PT-2026-34344

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the dmaengine xilinx xdma component regarding regmap initialization error handling. The function devm regmap init mmio returns an ERR PTR upon encountering an error...

5.5CVSS5.2AI score0.00122EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/04/22 12:00 a.m.22 views

PT-2026-34348

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A crash occurs in the dmaengine idxd driver when the event log is disabled. If the hardware does not support reporting errors to the event log and an error triggering a Function Level...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/04/22 12:00 a.m.13 views

PT-2026-34382

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The smb2 lock function in the ksmbd module contains three error handling issues. First, if vfs lock file returns an unexpected error in the non-UNLOCK path, the smb lock and its flock ar...

7.5CVSS7.3AI score0.00479EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/04/22 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-31451

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ext4: replace BUGON with proper error handling in ext4readinlinefolio Replace BUGON with proper error handling when inline data size exceeds PAGESIZE. This...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References3
Rows per page
Query Builder