Lucene search
+L

45786 matches found

NVD
NVD
added 3 days ago5 views

CVE-2026-72163

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix NULL htransaction deref in ocfs2assuretranscredits BUG A direct write over unwritten extents can panic the kernel in ocfs2assuretranscredits when the journal aborts during DIO completion. The crash is a general...

0.0021EPSS
SaveExploits0References8
NVD
NVD
added 3 days ago3 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 -...

0.00205EPSS
SaveExploits0References6
NVD
NVD
added 3 days ago6 views

CVE-2026-72147

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma-pcie: Reject devices without driver data dwedmapcieprobe treats the PCI device ID driverdata as the template for the controller layout and copies it unconditionally. A device bound dynamically via sysfs can mat...

0.002EPSS
SaveExploits0References5
NVD
NVD
added 3 days ago4 views

CVE-2026-72104

In the Linux kernel, the following vulnerability has been resolved: dm-pcache: reject option groups without values The pcache target parses optional arguments as name/value pairs. A table that advertises one optional argument and supplies only a recognized option name, for example "cachemode",...

0.00198EPSS
SaveExploits0References3
NVD
NVD
added 3 days ago4 views

CVE-2026-72091

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: reject user command submission without a command BO amdxdnadrmsubmitexecbuf passes the user-supplied command BO handle straight into amdxdnacmdsubmit with drvcmd == NULL. When the handle is AMDXDNAINVALIDBOHANDLE 0...

0.00198EPSS
SaveExploits0References2
NVD
NVD
added 3 days ago8 views

CVE-2026-72094

In the Linux kernel, the following vulnerability has been resolved: dma-buf: dma-fence: Fix potential NULL pointer dereference The commit mentioned in the fixes tag below introduced a mechanism through which fence producers can fully decouple from fence consumers. This, desirable, mechanism is...

0.00198EPSS
SaveExploits0References2
NVD
NVD
added 3 days ago4 views

CVE-2026-72097

In the Linux kernel, the following vulnerability has been resolved: dm-verity: fix a possible NULL pointer dereference Fix a possible NULL pointer dereference dmverityloadpinisbdevtrusted if the device has no table...

0.00205EPSS
SaveExploits0References6
NVD
NVD
added 3 days ago3 views

CVE-2026-72060

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: icssg: guard PA stat lookups icssgndogetstats64 unconditionally calls emacgetstatbyname with FW PA stat names regardless of whether the PA stats block is present on the hardware. emacgetstatbyname already guard...

0.00206EPSS
SaveExploits0References3
NVD
NVD
added 3 days ago4 views

CVE-2026-72035

In the Linux kernel, the following vulnerability has been resolved: net/sched: schtaprio: Replace direct dequeue call with peek and qdiscdequeuepeeked When taprio's software path peeks a non-work-conserving child qdisc, the child stashes the peeked skb in its gsoskb; tapriodequeuefromtxq then tak...

8.2CVSS0.00536EPSS
SaveExploits0References5
NVD
NVD
added 3 days ago4 views

CVE-2026-72036

In the Linux kernel, the following vulnerability has been resolved: net/sched: schmultiq: Replace direct dequeue call with peek and qdiscdequeuepeeked multiqdequeue takes a packet from a band's child with a direct -dequeue call after multiqpeek peeked it. When the child is non-work-conserving the...

7.8CVSS0.00164EPSS
SaveExploits0References8
NVD
NVD
added 3 days ago5 views

CVE-2026-72008

In the Linux kernel, the following vulnerability has been resolved: pmdomain: mediatek: Fix possible nullptr KP in HWV cleanup/on-check Should probe fail for HWVOTER type power domains, this driver was unconditionally trying to perform cleanup for DIRECTCTL domains, but only after checking if the...

0.00189EPSS
SaveExploits0References2
NVD
NVD
added 3 days ago7 views

CVE-2026-68476

In the Linux kernel, the following vulnerability has been resolved: ipvs: reload ip header after head reallocation ipvsgetoutrt calls skbensurewritable which may reallocate skb-head...

9.8CVSS0.00626EPSS
SaveExploits0References5
EUVD
EUVD
added 3 days ago5 views

EUVD-2026-59582

In the Linux kernel, the following vulnerability has been resolved: rxrpc: rxrpcverifydata ensure rxdecbuffer alloc rxrpcrecvmsgdata calls rxrpcverifydata whenever the rxrpccall.rxdecbuffer is unallocated and assumes that upon successful return that rxdecbuffer must be allocated. However,...

5.4AI score0.0035EPSS
SaveExploits0References5
CVE
CVE
added 3 days ago10 views

CVE-2026-74435

Summary (CVE-2026-74435) : In the Linux kernel, a fix was applied to rxrpc_verify_data and related code paths (rxrpc_recvmsg_data) to ensure rxdec_buffer is allocated when rx_dec_buffer is NULL. Previously, rxrpc_verify_data could return without allocating the buffer if rxrpc_skb_priv.len was zer...

7.5CVSS5.3AI score0.0035EPSS
SaveExploits0References5
Cvelist
Cvelist
added 3 days ago36 views

CVE-2026-74435 rxrpc: rxrpc_verify_data ensure rx_dec_buffer alloc

In the Linux kernel, the following vulnerability has been resolved: rxrpc: rxrpcverifydata ensure rxdecbuffer alloc rxrpcrecvmsgdata calls rxrpcverifydata whenever the rxrpccall.rxdecbuffer is unallocated and assumes that upon successful return that rxdecbuffer must be allocated. However,...

7.5CVSS0.0035EPSS
SaveExploits0References5
OSV
OSV
added 3 days ago8 views

CVE-2026-74435 rxrpc: rxrpc_verify_data ensure rx_dec_buffer alloc

In the Linux kernel, the following vulnerability has been resolved: rxrpc: rxrpcverifydata ensure rxdecbuffer alloc rxrpcrecvmsgdata calls rxrpcverifydata whenever the rxrpccall.rxdecbuffer is unallocated and assumes that upon successful return that rxdecbuffer must be allocated. However,...

7.5CVSS5.5AI score
SaveExploits0References8
OSV
OSV
added 3 days ago4 views

CVE-2026-74430 rxrpc: Fix ACKALL packet handling

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix ACKALL packet handling rxrpcinputackall accepts ACKALL packets without checking whether the call is in a state that can legitimately have outstanding transmit buffers. A forged ACKALL can therefore reach a new service...

7.5CVSS5.8AI score
SaveExploits0References6
OSV
OSV
added 3 days ago4 views

CVE-2026-74429 rxrpc: Fix the reception of a reply packet before data transmission

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix the reception of a reply packet before data transmission Fix rxrpcreceivingreply to handle the reception of an apparent reply DATA packet before rxrpc has had a chance to send any request DATA packets on a client call ...

7.5CVSS5.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 3 days ago29 views

CVE-2026-74430 rxrpc: Fix ACKALL packet handling

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix ACKALL packet handling rxrpcinputackall accepts ACKALL packets without checking whether the call is in a state that can legitimately have outstanding transmit buffers. A forged ACKALL can therefore reach a new service...

7.5CVSS0.00339EPSS
SaveExploits0References3
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-59577

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix ACKALL packet handling rxrpcinputackall accepts ACKALL packets without checking whether the call is in a state that can legitimately have outstanding transmit buffers. A forged ACKALL can therefore reach a new service...

5.7AI score0.00339EPSS
SaveExploits0References3
Rows per page
Query Builder