Lucene search
+L

9504 matches found

OSV
OSV
added 2026/06/24 9:28 p.m.5 views

MINI-4CM7-6R8J-7CCF

Bulletin has no description...

6.5CVSS5.8AI score0.00326EPSS
SaveExploits0
OSV
OSV
added 2026/06/24 5:17 p.m.5 views

DEBIAN-CVE-2026-53130

In the Linux kernel, the following vulnerability has been resolved: fs/omfs: reject ssysblocksize smaller than OMFSDIRSTART omfsfillsuper rejects oversized ssysblocksize values PAGESIZE, but it does not reject values smaller than OMFSDIRSTART 0x1b8 = 440. Later, omfsmakeempty uses sbi-ssysblocksi...

7.8CVSS5.6AI score0.00129EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/24 5:17 p.m.4 views

DEBIAN-CVE-2026-53125

In the Linux kernel, the following vulnerability has been resolved: md: fix arraystate=clear sysfs deadlock When "clear" is written to arraystate, mdattrstore breaks sysfs active protection so the array can delete itself from its own sysfs store method. However, mdattrstore currently drops the...

5.5CVSS5.6AI score0.00092EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/24 5:17 p.m.4 views

DEBIAN-CVE-2026-53121

In the Linux kernel, the following vulnerability has been resolved: amd-pstate: Fix memory leak in amdpstateeppcpuinit On failure to set the epp, the function amdpstateeppcpuinit returns with an error code without freeing the cpudata object that was allocated at the beginning of the function...

5.5CVSS5.7AI score0.00113EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/24 5:17 p.m.6 views

DEBIAN-CVE-2026-53112

In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwifi: pci: fix possible use-after-free caused by unfinished irqpreparebcntasklet The irqpreparebcntasklet is initialized in rtlpciinit and scheduled when RTLIMRBCNINT interrupt is triggered by hardware. But it is never...

7.8CVSS5.6AI score0.00117EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/24 5:17 p.m.6 views

DEBIAN-CVE-2026-53114

In the Linux kernel, the following vulnerability has been resolved: perf/amd/ibs: Avoid calling perfallowkernel from the IBS NMI handler Calling perfallowkernel from the NMI context is unsafe and could be fatal. Capture the permission at event-initialization time by storing it in event-hw.flags,...

5.5CVSS5.7AI score0.00112EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/24 5:17 p.m.6 views

DEBIAN-CVE-2026-53100

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: fix deadlock in remain-on-channel mt76remainonchannel and mt76roccomplete call mt76setchannel while already holding dev-mutex. Since mt76setchannel also acquires dev-mutex, this results in a deadlock. Use mt76setchann...

5.5CVSS5.7AI score0.00094EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/24 5:17 p.m.7 views

DEBIAN-CVE-2026-53102

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: Fix memory leak after mt76connacmcuallocstareq mt76connacmcuallocstareq allocates an skb which is expected to be freed eventually by mt76mcuskbsendmsg. However, currently if an intermediate function fails before...

5.5CVSS5.7AI score0.00108EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/24 5:17 p.m.5 views

DEBIAN-CVE-2026-53044

In the Linux kernel, the following vulnerability has been resolved: soc/tegra: cbb: Fix incorrect ARRAYSIZE in fabric lookup tables Fix incorrect ARRAYSIZE usage in fabric lookup tables which could cause out-of-bounds access during target timeout lookup...

7.1CVSS5.6AI score0.00124EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/24 5:17 p.m.6 views

DEBIAN-CVE-2026-53048

In the Linux kernel, the following vulnerability has been resolved: gfs2: prevent NULL pointer dereference during unmount When flushing out outstanding glock work during an unmount, gfs2logflush can be called when sdp-sdjdesc has already been deallocated and sdp-sdjdesc is NULL. Commit 35264909e9...

5.5CVSS5.6AI score0.00123EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/24 5:17 p.m.4 views

DEBIAN-CVE-2026-53041

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix listxattr handling when the buffer is full BUG If an OCFS2 inode has both inline and block-based xattrs, listxattr can return a size larger than the caller's buffer when the inline names consume that buffer exactly...

7.1CVSS5.9AI score0.00126EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/24 5:17 p.m.7 views

DEBIAN-CVE-2026-53029

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: prevent uninitialized lcn caused by zero len syzbot reported a uninit-value in ntfsiomapbegin 1. Since runs was not touched yet, runlookupentry immediately fails and returns false, which makes the value of "len" 0...

5.5CVSS5.6AI score0.00107EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/24 5:17 p.m.6 views

DEBIAN-CVE-2026-53035

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix afunix iter deadlock bpfiterunixseqshow may deadlock when locksockfast takes the fast path and the iter prog attempts to update a sockmap. Which ends up spinning at sockmapupdateelem's bhlocksock: WARNING:...

5.5CVSS5.6AI score0.00095EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/24 5:17 p.m.5 views

DEBIAN-CVE-2026-53015

In the Linux kernel, the following vulnerability has been resolved: erofs: unify lcn as u64 for 32-bit platforms As sashiko reported 1, lcn was typed as unsigned long or unsigned int sometimes, which is only 32 bits wide on 32-bit platforms, which causes lcn lclusterbits to be truncated at 4 GiB...

5.5CVSS5.6AI score0.00122EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/24 5:17 p.m.5 views

DEBIAN-CVE-2026-53006

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible UAF in icmpv6rcv Caching saddr and daddr before pskbpull is problematic since skb-head can change. Remove these temporary variables: - We only access &ipv6hdrskb-saddr and &ipv6hdrskb-daddr when netdbgratelimit...

9.8CVSS5.4AI score0.00395EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/24 5:17 p.m.8 views

DEBIAN-CVE-2026-52980

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Clear reldeadline when initializing forked entities A yield-triggered crash can happen when a newly forked schedentity enters the fair class with se-reldeadline unexpectedly set. The failing sequence is: 1. A task is...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/24 5:17 p.m.7 views

DEBIAN-CVE-2026-52982

In the Linux kernel, the following vulnerability has been resolved: net: usb: rtl8150: fix use-after-free in rtl8150startxmit syzbot reported a KASAN slab-use-after-free read in rtl8150startxmit when accessing skb-len for tx statistics after usbsubmiturb has been called: BUG: KASAN:...

9.8CVSS5.6AI score0.00536EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/24 5:17 p.m.6 views

DEBIAN-CVE-2026-52975

In the Linux kernel, the following vulnerability has been resolved: bonding: 3ad: implement proper RCU rules for port-aggregator syzbot found a data-race in bond3adgetactiveagginfo / bond3adstatemachinehandler 1 which hints at lack of proper RCU implementation. Add rcu qualifier to port-aggregato...

7.8CVSS5.7AI score0.00139EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/24 5:17 p.m.8 views

DEBIAN-CVE-2026-52966

In the Linux kernel, the following vulnerability has been resolved: drm: Replace old pointer to new idr Commit 5e28b7b94408 introduced a logical error by failing to replace the newly generated IDR pointer to old id's pointer at the correct location within the "change handle" logic; this resulted ...

5.5CVSS5.8AI score0.00134EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/24 5:17 p.m.9 views

DEBIAN-CVE-2026-52958

In the Linux kernel, the following vulnerability has been resolved: libceph: Fix potential out-of-bounds access in osdmapdecode When decoding osdstate and osdweight from an incoming osdmap in osdmapdecode, both are decoded for each osd, i.e., map-maxosd times. The cephdecodeneed check only accoun...

9.1CVSS5.7AI score0.00537EPSS
SaveExploits0References1
Rows per page
Query Builder