Lucene search
+L

611 matches found

Debian CVE
Debian CVE
added 3 days ago7 views

CVE-2026-72243

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...

8.4CVSS5.3AI score0.00161EPSS
SaveExploits0
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
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
Debian CVE
Debian CVE
added 3 days ago4 views

CVE-2026-72230

In the Linux kernel, the following vulnerability has been resolved: batman-adv: frag: free unfragmentable packet The caller of batadvfragsendpacket assume that the skb provided to the function are always consumed. But the pre-check for an empty payload or the zero fragment size returned an error...

5.5AI score0.0021EPSS
SaveExploits0
Debian CVE
Debian CVE
added 3 days ago4 views

CVE-2026-72226

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: prevent TVLV OOB check overflow A TT unicast TVLV contains the number of VLANs stored in it. This number is an u16 and gets multiplied by the size of the struct batadvtvlvttvlandata 8 bytes. The size can therefore...

9.8CVSS5.9AI score0.00704EPSS
SaveExploits0
Debian CVE
Debian CVE
added 3 days ago4 views

CVE-2026-72225

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix integer underflow in jbd2journalinitializefastcommit jbd2journalinitializefastcommit validates journal capacity by checking journal-jlast - numfcblks JBD2MINJOURNALBLOCKS. Both jlast and numfcblks are unsigned, so when...

7.8CVSS5.4AI score0.00172EPSS
SaveExploits0
Debian CVE
Debian CVE
added 3 days ago3 views

CVE-2026-72217

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Bound-check xdrbuftobvec stores before writing xdrbuftobvec writes a biovec into the caller's array before testing whether that slot is in range, and the head branch performs the store with no check at all. When the...

9.8CVSS5.5AI score0.00626EPSS
SaveExploits0
Debian CVE
Debian CVE
added 3 days ago4 views

CVE-2026-72212

In the Linux kernel, the following vulnerability has been resolved: mm/memoryhotplug: fix incorrect altmap passing in error path In createaltmapsandmemoryblocks, when archaddmemory succeeds with memmaponmemory enabled, the vmemmap pages are allocated from params.altmap. If creatememoryblockdevice...

5.4AI score0.002EPSS
SaveExploits0
Debian CVE
Debian CVE
added 3 days ago5 views

CVE-2026-72206

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate index block header more strictly Modify ntfsindexblockinconsisent to perform stricter validation of INDEXHEADER geometry in INDX blocks, and update ntfslookupinodebyname to use that function to validate INDX blocks...

9.8CVSS5.3AI score0.00516EPSS
SaveExploits0
Debian CVE
Debian CVE
added 3 days ago5 views

CVE-2026-72202

In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid heap allocation for free-cluster readahead state getnrfreeclusters allocates a temporary filerastate before it publishes the precomputed free cluster count, sets NVolFreeClusterKnown, and wakes vol-freewaitq. If that...

7.5CVSS5.4AI score0.00468EPSS
SaveExploits0
Debian CVE
Debian CVE
added 3 days ago4 views

CVE-2026-72170

In the Linux kernel, the following vulnerability has been resolved: 9p: skip nlink update in cacheless mode to fix WARNON v9fsdeccount unconditionally calls dropnlink on regular files, even when the inode's nlink is already zero. In cacheless mode the client refetches inode metadata from the serv...

7.8CVSS5.4AI score0.00163EPSS
SaveExploits0
Debian CVE
Debian CVE
added 3 days ago6 views

CVE-2026-72169

In the Linux kernel, the following vulnerability has been resolved: kho: make sure scratch size is always aligned by CMAMINALIGNMENTBYTES When using scratchscale, the scratch sizes are rounded up to CMAMINALIGNMENTBYTES since they will be released as MIGRATECMA. This is not done when using fixed...

5.3AI score0.00198EPSS
SaveExploits0
Debian CVE
Debian CVE
added 3 days ago6 views

CVE-2026-72161

In the Linux kernel, the following vulnerability has been resolved: ocfs2: add journal NULL check in ocfs2checkpointinode During unmount, ocfs2journalshutdown frees the journal and sets osb-journal to NULL. Later, when VFS evicts remaining cached inodes, ocfs2evictinode - ocfs2clearinode -...

5.4AI score0.00205EPSS
SaveExploits0
Debian CVE
Debian CVE
added 3 days ago7 views

CVE-2026-72144

In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-laptop: fix missing cleanups in init error path dellinit initializes several resources after dellsetuprfkill, including the optional touchpad LED, keyboard backlight LED, battery hook, debugfs directory and...

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

CVE-2026-72140

In the Linux kernel, the following vulnerability has been resolved: i2c: mlxbf: Fix use-after-free in mlxbfi2cinitresource If devmplatformgetandioremapresource returns an error, mlxbfi2cinitresource frees tmpres before reading tmpres-io to get the error code. This results in a use-after-free. Sav...

5.5AI score0.0021EPSS
SaveExploits0
Debian CVE
Debian CVE
added 3 days ago3 views

CVE-2026-72139

In the Linux kernel, the following vulnerability has been resolved: tcp: defer md5siginfo kfree past RCU grace period in tcpconnect The md5+ao reconciliation in tcpconnect net/ipv4/tcpoutput.c has two symmetric branches: if needsmd5 tcpaodestroysocksk, false; else if needsao tcpclearmd5listsk;...

9.8CVSS5.6AI score0.00588EPSS
SaveExploits0
Debian CVE
Debian CVE
added 3 days ago7 views

CVE-2026-72138

In the Linux kernel, the following vulnerability has been resolved: xen/gntdev: fix error handling in ioctl When gntdevioctlmapgrantref fails to copy the operation result back to userspace after successfully adding the mapping to the list, the error path returns -EFAULT without releasing the...

5.4AI score0.0021EPSS
SaveExploits0
Debian CVE
Debian CVE
added 3 days ago3 views

CVE-2026-72132

In the Linux kernel, the following vulnerability has been resolved: NFS: Charge unstable writes by request size, not folio size nfsfoliomarkunstable and nfsfolioclearcommit charge and uncharge NRWRITEBACK/WBWRITEBACK by folionrpagesfolio once per request added to or removed from a commit list. Th...

5.4AI score0.002EPSS
SaveExploits0
Debian CVE
Debian CVE
added 3 days ago6 views

CVE-2026-72127

In the Linux kernel, the following vulnerability has been resolved: netdev-genl: report NAPI thread PID in the caller's pid namespace netdevnlnapifillone reports the NAPI kthread PID in NETDEVANAPIPID using taskpidnr, which returns the PID in the initial pid namespace. NETDEVCMDNAPIGET does not...

5.3AI score0.002EPSS
SaveExploits0
Debian CVE
Debian CVE
added 3 days ago4 views

CVE-2026-72103

In the Linux kernel, the following vulnerability has been resolved: dm: avoid leaking the caller's thread keyring via the table device file The refactoring in commit a28d893eb327 "md: port block device access to file" accidentally causes the caller's thread keyring to be kept alive long beyond th...

7.3CVSS5.5AI score0.00159EPSS
SaveExploits0
Rows per page
Query Builder