Lucene search
+L

23746 matches found

OSV
OSV
added 2026/06/24 5:17 p.m.12 views

UBUNTU-CVE-2026-53117

In the Linux kernel, the following vulnerability has been resolved: s390/cio: use generic driveroverride infrastructure When a driver is probed through driverattach, the bus' match callback is called without the device lock held, thus accessing the driveroverride field without a lock, which can...

7.8CVSS5.6AI score0.00122EPSS
SaveExploits0References25
OSV
OSV
added 2026/06/24 5:17 p.m.10 views

UBUNTU-CVE-2026-53095

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix abuse of kprobewritectx via freplace uprobe programs are allowed to modify struct ptregs. Since the actual program type of uprobe is KPROBE, it can be abused to modify struct ptregs via kprobe+freplace when the kprobe...

8.4CVSS5.6AI score0.00121EPSS
SaveExploits0References11
OSV
OSV
added 2026/06/24 5:17 p.m.12 views

UBUNTU-CVE-2026-53039

In the Linux kernel, the following vulnerability has been resolved: ocfs2: validate group add input before caching BUG OCFS2IOCGROUPADD can trigger a BUGON in ocfs2setnewbufferuptodate: kernel BUG at fs/ocfs2/uptodate.c:509! Oops: invalid opcode: 0000 1 SMP KASAN NOPTI RIP:...

6.7CVSS5.9AI score0.00123EPSS
SaveExploits0References36
OSV
OSV
added 2026/06/24 5:17 p.m.14 views

UBUNTU-CVE-2026-52989

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: propagate nvmettcpbuildpduiovec errors to its callers Currently, when nvmettcpbuildpduiovec detects an out-of-bounds PDU length or offset, it triggers nvmettcpfatalerrorcmd-queue and returns early. However, because the...

9.8CVSS5.6AI score0.00356EPSS
SaveExploits0References37
Debian CVE
Debian CVE
added 2026/06/24 4:30 p.m.21 views

CVE-2026-53122

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock between reflink and transaction commit when using flushoncommit When using the flushoncommit mount option, we can have a deadlock between a transaction commit and a reflink operation that copied an inline exte...

5.5CVSS5.7AI score0.00093EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/06/24 4:30 p.m.22 views

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
SaveExploits0
Debian CVE
Debian CVE
added 2026/06/24 4:30 p.m.11 views

CVE-2026-53099

In the Linux kernel, the following vulnerability has been resolved: bpf: Switch CONFIGCFICLANG to CONFIGCFI This was renamed in commit 23ef9d439769 "kcfi: Rename CONFIGCFICLANG to CONFIGCFI" as it is now a compiler-agnostic option. Using the wrong name results in the code getting compiled out...

5.5CVSS5.7AI score0.00108EPSS
SaveExploits0
EUVD
EUVD
added 2026/06/24 4:30 p.m.15 views

EUVD-2026-38963

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix abuse of kprobewritectx via freplace uprobe programs are allowed to modify struct ptregs. Since the actual program type of uprobe is KPROBE, it can be abused to modify struct ptregs via kprobe+freplace when the kprobe...

5.7AI score0.00121EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/06/24 4:30 p.m.55 views

CVE-2026-53095 bpf: Fix abuse of kprobe_write_ctx via freplace

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix abuse of kprobewritectx via freplace uprobe programs are allowed to modify struct ptregs. Since the actual program type of uprobe is KPROBE, it can be abused to modify struct ptregs via kprobe+freplace when the kprobe...

0.00121EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/06/24 4:30 p.m.10 views

CVE-2026-53088

In the Linux kernel, the following vulnerability has been resolved: net: bcmgenet: fix off-by-one in bcmgenetputtxcb The writeptr points to the next open txcb. We want to return the txcb that gets rewinded, so we must rewind the pointer first then return the txcb that it points to. That way the...

9.8CVSS5.6AI score0.00399EPSS
SaveExploits0
CVE
CVE
added 2026/06/24 4:30 p.m.41 views

CVE-2026-53082

CVE-2026-53082 is a patch-level vulnerability resolved in the rootio-linux component. Connected OSV entries confirm patches across multiple distros: Root (Debian 12 and 11 variants) with multiple fixed versions, Root’s Ubuntu 22.04 release, and accompanying Debian/Ubuntu OSV advisories. In short,...

5.5CVSS6AI score0.00114EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2026/06/24 4:30 p.m.14 views

CVE-2026-53079

In the Linux kernel, the following vulnerability has been resolved: netsched: fix skb memory leak in deferred qdisc drops When the network stack cleans up the deferred list via qdiscrunend, it operates on the root qdisc. If the root qdisc do not implement the TCQFDEQUEUEDROPS flag the packets que...

5.5CVSS5.6AI score0.001EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/06/24 4:30 p.m.11 views

CVE-2026-53076

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix OOB in pcpuinitvalue An out-of-bounds read occurs when copying element from a BPFMAPTYPECGROUPSTORAGE map to another pcpu map with the same valuesize that is not rounded up to 8 bytes. The issue happens when: 1. A...

7.1CVSS5.6AI score0.00117EPSS
SaveExploits0
EUVD
EUVD
added 2026/06/24 4:30 p.m.16 views

EUVD-2026-38944

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix OOB in pcpuinitvalue An out-of-bounds read occurs when copying element from a BPFMAPTYPECGROUPSTORAGE map to another pcpu map with the same valuesize that is not rounded up to 8 bytes. The issue happens when: 1. A...

5.7AI score0.00117EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/06/24 4:30 p.m.11 views

CVE-2026-53074

In the Linux kernel, the following vulnerability has been resolved: bpf: reject short IPv4/IPv6 inputs in bpfprogtestrunskb bpfprogtestrunskb calls ethtypetrans first and then uses skb-protocol to initialize sk family and address fields for the test run. For IPv4 and IPv6 packets, it may access...

5.5CVSS5.6AI score0.00114EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/06/24 4:30 p.m.14 views

CVE-2026-53062

In the Linux kernel, the following vulnerability has been resolved: dm cache policy smq: fix missing locks in invalidating cache blocks In passthrough mode, the policy invalidatemapping operation is called simultaneously from multiple workers, thus it should be protected by a lock. Otherwise, we...

7.8CVSS5.6AI score0.00097EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/06/24 4:29 p.m.10 views

CVE-2026-53054

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix VMBIND UNMAP locking Wrong argument meant that the objs involved in UNMAP ops were not always getting locked. Since NOSHARE objs share a common resv with the VM which is always locked this would only show up with...

7.8CVSS5.6AI score0.00098EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/06/24 4:29 p.m.11 views

CVE-2026-53037

In the Linux kernel, the following vulnerability has been resolved: HID: usbhid: fix deadlock in hidpostreset You can build a USB device that includes a HID component and a storage or UAS component. The components can be reset only together. That means that hidprereset and hidpostreset are in the...

5.5CVSS5.6AI score0.00095EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/06/24 4:29 p.m.10 views

CVE-2026-53024

In the Linux kernel, the following vulnerability has been resolved: greybus: raw: fix use-after-free if write is called after disconnect If a user writes to the chardev after disconnect has been called, the kernel panics with the following trace with CONFIGINITONFREEDEFAULTON=y: BUG: kernel NULL...

7.8CVSS5.6AI score0.00129EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/06/24 4:29 p.m.19 views

CVE-2026-53008

In the Linux kernel, the following vulnerability has been resolved: ice: fix race condition in TX timestamp ring cleanup Fix a race condition between icefreetxtstampring and icetxmap that can cause a NULL pointer dereference. icefreetxtstampring currently clears the ICETXFLAGSTXTIME flag after...

4.7CVSS5.7AI score0.00077EPSS
SaveExploits0
Rows per page
Query Builder