Lucene search
+L

414075 matches found

NVD
NVD
added 2026/09/04 4:18 p.m.6 views

CVE-2026-80783

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: prevent unbounded recursion in magicmouserawevent magicmouserawevent handles DOUBLEREPORTID 0xf7 packets, which pack two touch reports into one, by splitting the packet and calling itself on each half. The only...

0.00195EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/04 4:18 p.m.7 views

AZL-99492 CVE-2026-80783 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: prevent unbounded recursion in magicmouserawevent magicmouserawevent handles DOUBLEREPORTID 0xf7 packets, which pack two touch reports into one, by splitting the packet and calling itself on each half. The only...

6AI score0.00195EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/04 4:18 p.m.6 views

CVE-2026-80760

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: reject HCICMDSYNC paramslen above 255 mgmthcicmdsync checks that the message length agrees with paramslen but puts no upper bound on it. paramslen is le16 while the parameter length in the HCI command header is a...

0.00209EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/04 4:11 p.m.20 views

CVE-2020-0023

CVE-2020-0022 Seems like Android 9-6 have similar Bluetooth subsystem, Android 5 and 4 are different. Android 9.0 BlueFrag experiments Patch: https://android.googlesource.com/platform/system/bt/+/3cb7149d8fed2d7d77ceaa95bf845224c4db3baf Below I hit the patched condition. OK I think I got it, but...

8.8CVSS7.4AI score0.06052EPSS
SaveExploits8
Cvelist
Cvelist
added 2026/09/04 3:55 p.m.37 views

CVE-2026-80852 tls: device: fix out-of-bounds write in tls_append_frag()

In the Linux kernel, the following vulnerability has been resolved: tls: device: fix out-of-bounds write in tlsappendfrag Found with syzkaller and a local syzbot instance running on top of a netdevsim TLS offload emulation; tlsdevice.c is otherwise only reachable on a machine with a NIC that...

0.00161EPSS
SaveExploits0References7
NVD
NVD
added 2026/09/04 3:17 p.m.7 views

CVE-2026-85670

tokenizers Hugging Face is affected by an out-of-bounds buffer access in BpeBuilder::build tokenizers/src/models/bpe/model.rs. When loading a tokenizer.json via Tokenizer::fromfile/fromstr, the builder sizes a scratch buffer to the longest vocabulary key, then writes each concatenated merge rule...

7.1CVSS0.00467EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/04 3:13 p.m.34 views

CVE-2026-80814 rndis_host: add overflow check in rndis_rx_fixup()

In the Linux kernel, the following vulnerability has been resolved: rndishost: add overflow check in rndisrxfixup Add an overflow check to ensure that dataoffset + datalen + 8 does not wrap, which would enable an OOB read of the USB data buffer...

0.00243EPSS
SaveExploits0References9
CVE
CVE
added 2026/09/04 3:13 p.m.24 views

CVE-2026-80814

A vulnerability in the Linux kernel 's rndis_host driver (a USB RNDIS host driver) was identified in the rndis_rx_fixup() function. The root cause is a missing overflow check: if data_offset + data_len + 8 wraps around, it enables an out-of-bounds (OOB) read of the USB data buffer. The fix, as de...

5.3AI score0.00243EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/09/04 3:13 p.m.14 views

CVE-2026-80814

In the Linux kernel, the following vulnerability has been resolved: rndishost: add overflow check in rndisrxfixup Add an overflow check to ensure that dataoffset + datalen + 8 does not wrap, which would enable an OOB read of the USB data buffer...

5.4AI score0.00243EPSS
SaveExploits0
OSV
OSV
added 2026/09/04 3:13 p.m.8 views

CVE-2026-80814 rndis_host: add overflow check in rndis_rx_fixup()

In the Linux kernel, the following vulnerability has been resolved: rndishost: add overflow check in rndisrxfixup Add an overflow check to ensure that dataoffset + datalen + 8 does not wrap, which would enable an OOB read of the USB data buffer...

5.6AI score
SaveExploits0References12
EUVD
EUVD
added 2026/09/04 3:13 p.m.8 views

EUVD-2026-71249

In the Linux kernel, the following vulnerability has been resolved: rndishost: add overflow check in rndisrxfixup Add an overflow check to ensure that dataoffset + datalen + 8 does not wrap, which would enable an OOB read of the USB data buffer...

5.3AI score0.00243EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2026/09/04 3:13 p.m.31 views

CVE-2026-80811 io_uring/cmd: fix iovec leak when the async cmd is not recycled

In the Linux kernel, the following vulnerability has been resolved: iouring/cmd: fix iovec leak when the async cmd is not recycled An ioasynccmd carries an iovec array in -vec.iovec, allocated when the vec has to grow and kept across recycling through ctx-cmdcache. On two paths nothing frees it a...

0.00209EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/04 3:13 p.m.22 views

CVE-2026-80811 io_uring/cmd: fix iovec leak when the async cmd is not recycled

In the Linux kernel, the following vulnerability has been resolved: iouring/cmd: fix iovec leak when the async cmd is not recycled An ioasynccmd carries an iovec array in -vec.iovec, allocated when the vec has to grow and kept across recycling through ctx-cmdcache. On two paths nothing frees it a...

5.7AI score
SaveExploits0References7
CVE
CVE
added 2026/09/04 3:13 p.m.25 views

CVE-2026-80811

CVE-2026-80811 is a memory leak in the Linux kernel's io_uring/cmd subsystem. An io_async_cmd carries an iovec array that is allocated when the vector must grow and retained across recycling via ctx->cmd_cache. On two code paths, the iovec is never freed: io_req_uring_cleanup() only clears the...

5.4AI score0.00209EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/04 3:13 p.m.10 views

EUVD-2026-71245

In the Linux kernel, the following vulnerability has been resolved: iouring/rsrc: fix folio size overflow in iovecfillbvec iovecfillbvec computes the folio size with a plain int 1: unsigned long foliosize = 1 folioshift; imu-folioshift is unsigned int and comes from folioshift of the folio backin...

5.5AI score0.00209EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/04 3:13 p.m.15 views

CVE-2026-80810

In the Linux kernel, the following vulnerability has been resolved: iouring/rsrc: fix folio size overflow in iovecfillbvec iovecfillbvec computes the folio size with a plain int 1: unsigned long foliosize = 1 folioshift; imu-folioshift is unsigned int and comes from folioshift of the folio backin...

5.5AI score0.00209EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/04 3:13 p.m.44 views

CVE-2026-80810 io_uring/rsrc: fix folio size overflow in io_vec_fill_bvec()

In the Linux kernel, the following vulnerability has been resolved: iouring/rsrc: fix folio size overflow in iovecfillbvec iovecfillbvec computes the folio size with a plain int 1: unsigned long foliosize = 1 folioshift; imu-folioshift is unsigned int and comes from folioshift of the folio backin...

0.00209EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/04 3:13 p.m.18 views

CVE-2026-80810 io_uring/rsrc: fix folio size overflow in io_vec_fill_bvec()

In the Linux kernel, the following vulnerability has been resolved: iouring/rsrc: fix folio size overflow in iovecfillbvec iovecfillbvec computes the folio size with a plain int 1: unsigned long foliosize = 1 folioshift; imu-folioshift is unsigned int and comes from folioshift of the folio backin...

5.8AI score
SaveExploits0References7
CVE
CVE
added 2026/09/04 3:13 p.m.33 views

CVE-2026-80810

CVE-2026-80810 is an out-of-bounds write/read vulnerability in the Linux kernel's io_uring resource management subsystem. The root cause is an integer overflow in io_vec_fill_bvec(), which computes the folio size using a plain int 1 shifted by imu->folio_shift. When folio_shift is 32 or greate...

5.5AI score0.00209EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/04 3:13 p.m.9 views

EUVD-2026-71243

In the Linux kernel, the following vulnerability has been resolved: ext4: stop retrying saturated xattr cache entries ext4xattrblockset retries when a cache entry selected for reuse has a saturated reference count after taking the buffer lock. The retry returns to the mbcache lookup without makin...

5.5AI score0.00195EPSS
SaveExploits0References9
Rows per page
Query Builder