Lucene search
+L

52603 matches found

CVE
CVE
added 6 days ago19 views

CVE-2026-72159

CVE-2026-72159 concerns the Linux kernel OCFS2 filesystem: non-inline dinodes with non-zero i_size and zero i_clusters on volumes without OCFS2_FEATURE_INCOMPAT_SPARSE_ALLOC are rejected due to a malformed extent/size descriptor mismatch. The issue affects regular files and non-inline directories...

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

EUVD-2026-58917

In the Linux kernel, the following vulnerability has been resolved: ocfs2: reject non-inline dinodes with isize and zero iclusters On a volume mounted without OCFS2FEATUREINCOMPATSPARSEALLOC, a non-inline regular file with non-zero isize and zero iclusters is structurally malformed: the extent ma...

5.4AI score0.0021EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 6 days ago5 views

CVE-2026-72160

In the Linux kernel, the following vulnerability has been resolved: ocfs2: reject dinodes with non-canonical imode type Patch series "ocfs2: harden inode validators against forged metadata", v2. This series adds three structural checks to OCFS2 dinode validation so malformed on-disk fields are...

8.8CVSS5.4AI score0.00632EPSS
SaveExploits0
Debian CVE
Debian CVE
added 6 days ago6 views

CVE-2026-72158

In the Linux kernel, the following vulnerability has been resolved: fpga: dfl: add bounds check in dfhgetparamsize dfhgetparamsize can return a parameter size larger than the feature region because the loop bounds check is evaluated before incrementing size. If the EOP End of Parameters bit is se...

5.3AI score0.002EPSS
SaveExploits0
Debian CVE
Debian CVE
added 6 days ago5 views

CVE-2026-72153

In the Linux kernel, the following vulnerability has been resolved: irqchip/crossbar: Use correct index in crossbardomainfree crossbardomainfree resets the domain data and then uses the nulled out irqdata-hwirq member as index to reset the irqmap entry and to write the relevant crossbar register...

5.4AI score0.0021EPSS
SaveExploits0
EUVD
EUVD
added 6 days ago5 views

EUVD-2026-58907

In the Linux kernel, the following vulnerability has been resolved: dmaengine: tegra: Fix burst size calculation Currently, the Tegra GPC DMA hardware requires the transfer length to be a multiple of the max burst size configured for the channel. When a client requests a transfer where the length...

5.6AI score0.00655EPSS
SaveExploits0References6
CVE
CVE
added 6 days ago21 views

CVE-2026-72149

The CVE-2026-72149 entries describe a Linux kernel vulnerability in the Tegra GPC DMA engine where transfer lengths not divisible by the configured max burst size cause a hang due to partial bursts. The root cause is a burst size calculation that assumed lengths would align with the max burst, wh...

7.5CVSS5.6AI score0.00655EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 6 days ago6 views

CVE-2026-72142

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: fix locked bus on SMBus block-read of 0 atomic SMBus 3.1 6.5.7 allows a Block Read byte count of 0, but the atomic polling path rejects it as -EPROTO. Worse, it returns without a NACK+STOP: the next receive cycle has...

5.5AI score0.002EPSS
SaveExploits0
EUVD
EUVD
added 6 days ago6 views

EUVD-2026-58899

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: fix locked bus on SMBus block-read of 0 IRQ SMBus 3.1 6.5.7 allows a Block Read byte count of 0, but the interrupt-driven block-read state machine rejects it as -EPROTO. Worse, it returns without a NACK+STOP: the next...

5.4AI score0.00583EPSS
SaveExploits0References3
CVE
CVE
added 6 days ago21 views

CVE-2026-72141

CVE-2026-72141 covers a Linux kernel issue in the i2c/imx SMBus path where a Block Read with a count of 0 could cause the bus to stay locked. The vulnerability arises because the interrupt-driven state machine incorrectly handles -EPROTO for a zero-byte block read, failing to issue a NACK+STOP an...

7.5CVSS5.3AI score0.00583EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 6 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
EUVD
EUVD
added 6 days ago6 views

EUVD-2026-58895

In the Linux kernel, the following vulnerability has been resolved: xfrm: natkeepalive: avoid double free on send error natkeepalivesend frees the keepalive skb whenever the IPv4 or IPv6 send helper reports an error. That cleanup is only correct before the skb is handed to the output path. Once...

5.5AI score0.00626EPSS
SaveExploits0References4
CVE
CVE
added 6 days ago30 views

CVE-2026-72137

CVE-2026-72137 : In the Linux kernel, the xfrm nat_keepalive path suffers a double-free of the keepalive skb on send errors. Specifically, nat_keepalive_send() frees the skb when IPv4/IPv6 send helpers report an error, but after ip_build_and_send_pkt() or ip6_xmit() takes ownership the cleanup is...

9.8CVSS5.4AI score0.00626EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 6 days ago6 views

CVE-2026-72137

In the Linux kernel, the following vulnerability has been resolved: xfrm: natkeepalive: avoid double free on send error natkeepalivesend frees the keepalive skb whenever the IPv4 or IPv6 send helper reports an error. That cleanup is only correct before the skb is handed to the output path. Once...

9.8CVSS5.4AI score0.00626EPSS
SaveExploits0
EUVD
EUVD
added 6 days ago6 views

EUVD-2026-58890

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
SaveExploits0References5
OSV
OSV
added 6 days ago6 views

CVE-2026-72132 NFS: Charge unstable writes by request size, not folio size

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.5AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 6 days ago6 views

CVE-2026-72131

In the Linux kernel, the following vulnerability has been resolved: nvme-apple: Prevent shared tags across queues on Apple A11 On Apple A11, tags of pending commands must be unique across the admin and IO queues, else the firmware crashes with "duplicate tag error for tag N", with N being the tag...

5.3AI score0.00198EPSS
SaveExploits0
Debian CVE
Debian CVE
added 6 days ago5 views

CVE-2026-72130

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: reject short AUTHRECEIVE buffers nvmetexecuteauthreceive trusts the AUTHRECEIVE allocation length after checking only that it is nonzero and matches the transfer length. In the SUCCESS1 and FAILURE1/default states, th...

9.8CVSS5.8AI score0.00728EPSS
SaveExploits0
Debian CVE
Debian CVE
added 6 days ago5 views

CVE-2026-72128

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix refcount leak in nvmetsqcreate In nvmetsqcreate, a reference on the ctrl is taken via krefgetunlesszero before calling nvmetchecksqid. If nvmetchecksqid fails, the function returns the error directly without releasing...

5.4AI score0.00198EPSS
SaveExploits0
Cvelist
Cvelist
added 6 days ago18 views

CVE-2026-72128 nvmet: fix refcount leak in nvmet_sq_create()

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix refcount leak in nvmetsqcreate In nvmetsqcreate, a reference on the ctrl is taken via krefgetunlesszero before calling nvmetchecksqid. If nvmetchecksqid fails, the function returns the error directly without releasing...

0.00198EPSS
SaveExploits0References3
Rows per page
Query Builder