Lucene search
+L

9388 matches found

OSV
OSV
added 2026/07/19 7:12 p.m.4 views

MINI-389M-P2R2-25MH

Bulletin has no description...

7.5CVSS5.5AI score0.00905EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 7:12 p.m.5 views

MINI-XMCV-6R59-Q653

Bulletin has no description...

4.3CVSS5AI score0.01956EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 7:12 p.m.4 views

MINI-88FP-MH8F-8XVW

Bulletin has no description...

5.9CVSS4.9AI score0.00619EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 7:12 p.m.5 views

MINI-9V55-RP7C-RVJ6

Bulletin has no description...

5.3CVSS5.9AI score0.0019EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 7:12 p.m.6 views

MINI-F8QQ-VR69-X644

Bulletin has no description...

4.3CVSS4.8AI score0.00211EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 4:18 p.m.6 views

DEBIAN-CVE-2026-64182

In the Linux kernel, the following vulnerability has been resolved: drivers/base/memory: fix memory block reference leak in poison accounting memblknrpoisoninc and memblknrpoisonsub look up a memory block via findmemoryblockbyid, which acquires a reference to the memory block device. Both helpers...

5.2AI score0.00157EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.5 views

DEBIAN-CVE-2026-64175

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: stop TX during firmware restart When iwlwifi firmware crashes e.g., NMIINTERRUPTUNKNOWN on Intel BE201/Wi-Fi 7, iwlmldnicerror sets mld-fwstatus.inhwrestart to true. However, iwlmldtxfromtxq does not check thi...

7.5CVSS5.3AI score0.00349EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.7 views

DEBIAN-CVE-2026-64152

In the Linux kernel, the following vulnerability has been resolved: iommu: Handle unmap error when iommudebug is enabled Sashiko noticed a latent bug where the map error flow called iommuunmap which calls iommudebugunmapbegin/iommudebugunmapend however since this is an error path the map flow nev...

7.8CVSS5.2AI score0.00108EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.12 views

DEBIAN-CVE-2026-64144

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtk: fix urb-setuppacket leak in error paths The setuppacket of control urb is not freed if usbsubmiturb fails or the submitted urb is killed. Add free in these two paths...

5.2AI score0.00175EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.4 views

DEBIAN-CVE-2026-64131

In the Linux kernel, the following vulnerability has been resolved: mm/memory: fix spurious warning when unmapping device-private/exclusive pages Device private and exclusive entries are only supported for anonymous folios. This condition is tested in migratedevicepages and makedeviceexclusive...

5.2AI score0.00172EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.6 views

DEBIAN-CVE-2026-64130

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: fix initialization of tags of the huge zero folio with initonfree GFPZEROTAGS semantics are currently a bit weird, but effectively this flag is only ever set alongside GFPZERO and GFPSKIPKASAN. If we run with...

5.4AI score0.00166EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.10 views

DEBIAN-CVE-2026-64124

In the Linux kernel, the following vulnerability has been resolved: net: devmem: reject dma-buf bind with non-page-aligned size or SG length netdevmembinddmabuf trusts dmabuf-size and sgdmalen to be PAGESIZE multiples without checking: - txvec is sized dmabuf-size / PAGESIZE, and netdevmemgetniov...

8.8CVSS5.2AI score0.00127EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.8 views

DEBIAN-CVE-2026-64117

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: capture fast-RX rate before mesh reuses skb-cb ieee80211invokefastrx reads RX status through IEEE80211SKBRXCBskb, which aliases the same skb-cb storage that ieee80211rxmeshdata reuses as IEEE80211TXINFO. In the...

8.8CVSS5.2AI score0.00234EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.6 views

DEBIAN-CVE-2026-64112

In the Linux kernel, the following vulnerability has been resolved: rbd: eliminate a race in lockdwork draining on unmap Given how rbdlockaddrequest and rbdimgexclusivelock are written, lockdwork may be requeued more than it's actually needed: for example in case a new I/O request comes in while ...

7.8CVSS4.9AI score0.00129EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.6 views

DEBIAN-CVE-2026-64100

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix shrinker deadlock With PROVELOCKING on an Snapdragon X1 and VM reclaim pressure, we see: ====================================================== WARNING: possible circular locking dependency detected 7.0.0-debug+ 43...

5.3AI score0.00173EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.10 views

DEBIAN-CVE-2026-64106

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic-its: Reject restored DTE with out-of-range numeventidbits Userspace can restore an ITS Device Table Entry whose Size field encodes more EventID bits than the virtual ITS supports. The live MAPD path rejects that...

9CVSS5.2AI score0.00148EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.7 views

DEBIAN-CVE-2026-64075

In the Linux kernel, the following vulnerability has been resolved: fprobe: Fix unregisterfprobe to wait for RCU grace period Commit 4346ba1604093 "fprobe: Rewrite fprobe on function-graph tracer" changed fprobe to register struct fprobe to an rcu-hlist, but it forgot to wait for RCU GP. Thus the...

5.3AI score0.00166EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.11 views

DEBIAN-CVE-2026-64081

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Validate framework notification message layout Framework notifications carry an indirect message in the shared RX buffer. Validate the reported offset and size before using them, reject zero-length payloads, and...

8.4CVSS5.2AI score0.0014EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.6 views

DEBIAN-CVE-2026-64054

In the Linux kernel, the following vulnerability has been resolved: net: shaper: reject duplicate leaves in GROUP request netshapernlgroupdoit does not deduplicate NETSHAPERALEAVES entries. When userspace supplies the same leaf handle twice, the same old-parent pointer lands twice in oldnodes. Th...

5.2AI score0.00166EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.3 views

DEBIAN-CVE-2026-64027

In the Linux kernel, the following vulnerability has been resolved: net: shaper: rework the VALID marking again Recent commit changed the semantics from NOTVALID to VALID. I didn't realize that the flags are not stored atomically with the entry in XArray. There's still a race of reader observing ...

7.8CVSS5.3AI score0.00127EPSS
SaveExploits0References1
Rows per page
Query Builder