Lucene search
+L

28870 matches found

Debian CVE
Debian CVE
added 2026/04/22 1:54 p.m.6 views

CVE-2026-31524

In the Linux kernel, the following vulnerability has been resolved: HID: asus: avoid memory leak in asusreportfixup The asusreportfixup function was returning a newly allocated kmemdup-allocated buffer, but never freeing it. Switch to devmkzalloc to ensure the memory is managed and freed...

5.5CVSS5.3AI score0.00123EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/04/22 1:54 p.m.6 views

CVE-2026-31523

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: ensure we're polling a polled queue A user can change the polled queue count at run time. There's a brief window during a reset where a hipri task may try to poll that queue before the block layer has updated the queue...

4.7CVSS5.2AI score0.00089EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/04/22 1:54 p.m.8 views

CVE-2026-31522

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: avoid memory leak in magicmousereportfixup The magicmousereportfixup function was returning a newly kmemdup-allocated buffer, but never freeing it. The caller of reportfixup does not take ownership of the returne...

5.5CVSS5.2AI score0.00123EPSS
SaveExploits0
OSV
OSV
added 2026/04/22 1:54 p.m.9 views

CVE-2026-31518 esp: fix skb leak with espintcp and async crypto

In the Linux kernel, the following vulnerability has been resolved: esp: fix skb leak with espintcp and async crypto When the TX queue for espintcp is full, espoutputtailtcp will return an error and not free the skb, because with synchronous crypto, the common xfrm output code will drop the packe...

5.5CVSS6.3AI score0.00129EPSS
SaveExploits0References13
Debian CVE
Debian CVE
added 2026/04/22 1:54 p.m.6 views

CVE-2026-31512

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Validate PDU length before reading SDU length in l2capecreddatarcv l2capecreddatarcv reads the SDU length field from skb-data using getunalignedle16 without first verifying that skb contains at least...

5.5CVSS5.2AI score0.00123EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/04/22 1:54 p.m.8 views

CVE-2026-31509

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: fix circular locking dependency in nciclosedevice nciclosedevice flushes rxwq and txwq while holding reqlock. This causes a circular locking dependency because ncirxwork running on rxwq can end up taking reqlock too:...

5.5CVSS5.2AI score0.00095EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/04/22 1:54 p.m.7 views

CVE-2026-31508

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: Avoid releasing netdev before teardown completes The patch cited in the Fixes tag below changed the teardown code for OVS ports to no longer unconditionally take the RTNL. After this change, the netdevdestroy...

7.8CVSS5.2AI score0.00135EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/04/22 1:54 p.m.8 views

CVE-2026-31505

In the Linux kernel, the following vulnerability has been resolved: iavf: fix out-of-bounds writes in iavfgetethtoolstats iavf incorrectly uses realnumtxqueues for ETHSSSTATS. Since the value could change in runtime, we should use numtxqueues instead. Moreover iavfgetethtoolstats uses...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/04/22 1:54 p.m.9 views

CVE-2026-31494

In the Linux kernel, the following vulnerability has been resolved: net: macb: use the current queue number for stats There's a potential mismatch between the memory reserved for statistics and the amount of memory written. gemgetssetcount correctly computes the number of stats based on the activ...

7.8CVSS5.3AI score0.00135EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/04/22 1:54 p.m.8 views

CVE-2026-31489

In the Linux kernel, the following vulnerability has been resolved: spi: meson-spicc: Fix double-put in remove path mesonspiccprobe registers the controller with devmspiregistercontroller, so teardown already drops the controller reference via devm cleanup. Calling spicontrollerput again in...

7.8CVSS5.2AI score0.00129EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/04/22 1:54 p.m.8 views

CVE-2026-31489

In the Linux kernel, the following vulnerability has been resolved: spi: meson-spicc: Fix double-put in remove path mesonspiccprobe registers the controller with devmspiregistercontroller, so teardown already drops the controller reference via devm cleanup. Calling spicontrollerput again in...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/04/22 1:54 p.m.3 views

CVE-2026-31483 s390/syscalls: Add spectre boundary for syscall dispatch table

In the Linux kernel, the following vulnerability has been resolved: s390/syscalls: Add spectre boundary for syscall dispatch table The s390 syscall number is directly controlled by userspace, but does not have an arrayindexnospec boundary to prevent access past the syscall function pointer tables...

5.5CVSS6.2AI score0.00123EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2026/04/22 1:54 p.m.45 views

CVE-2026-31474 can: isotp: fix tx.buf use-after-free in isotp_sendmsg()

In the Linux kernel, the following vulnerability has been resolved: can: isotp: fix tx.buf use-after-free in isotpsendmsg isotpsendmsg uses only cmpxchg on so-tx.state to serialize access to so-tx.buf. isotprelease waits for ISOTPIDLE via waiteventinterruptible and then calls kfreeso-tx.buf. If a...

7.8CVSS0.00104EPSS
SaveExploits0References5
CVE
CVE
added 2026/04/22 1:54 p.m.27 views

CVE-2026-31472

CVE-2026-31472 concerns the Linux kernel, specifically the xfrm/ IPTFS path. A crafted ESP packet with an inner IPv4 header can cause an infinite loop in __input_process_payload() if the inner header has tot_len=0 or malformed ihl. The fix adds validation to reject inner packets where tot_len &lt...

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

CVE-2026-31467

In the Linux kernel, the following vulnerability has been resolved: erofs: add GFPNOIO in the bio completion if needed The bio completion path in the process context e.g. dm-verity will directly call into decompression rather than trigger another workqueue context for minimal scheduling latencies...

7.5CVSS5.2AI score0.00378EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/04/22 1:53 p.m.33 views

CVE-2026-31458 mm/damon/sysfs: check contexts->nr before accessing contexts_arr[0]

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: check contexts-nr before accessing contextsarr0 Multiple sysfs command paths dereference contextsarr0 without first verifying that kdamond-contexts-nr == 1. A user can set nrcontexts to 0 via sysfs while DAMON is...

0.00122EPSS
SaveExploits0References5
OSV
OSV
added 2026/04/22 1:53 p.m.4 views

CVE-2026-31458 mm/damon/sysfs: check contexts->nr before accessing contexts_arr[0]

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: check contexts-nr before accessing contextsarr0 Multiple sysfs command paths dereference contextsarr0 without first verifying that kdamond-contexts-nr == 1. A user can set nrcontexts to 0 via sysfs while DAMON is...

5.5CVSS5.9AI score0.00122EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/04/22 1:53 p.m.8 views

CVE-2026-31458

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: check contexts-nr before accessing contextsarr0 Multiple sysfs command paths dereference contextsarr0 without first verifying that kdamond-contexts-nr == 1. A user can set nrcontexts to 0 via sysfs while DAMON is...

5.5CVSS5.3AI score0.00122EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/04/22 1:53 p.m.39 views

CVE-2026-31453 xfs: avoid dereferencing log items after push callbacks

In the Linux kernel, the following vulnerability has been resolved: xfs: avoid dereferencing log items after push callbacks After xfsaildpushitem calls ioppush, the log item may have been freed if the AIL lock was dropped during the push. Background inode reclaim or the dquot shrinker can free th...

7.8CVSS0.00129EPSS
SaveExploits0References6
OSV
OSV
added 2026/04/22 1:53 p.m.6 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.5CVSS5.9AI score0.00123EPSS
SaveExploits0References11
Rows per page
Query Builder