Lucene search
+L

83988 matches found

OSV
OSV
added 2026/09/11 8:19 p.m.4 views

UBUNTU-CVE-2026-80992

In the Linux kernel, the following vulnerability has been resolved: net: ravb: avoid dereferencing an invalid PTP clock The PTP clock is unavailable before the first open, so querying its index can dereference a NULL pointer. Registration failures can also leave an error pointer in priv-ptp.clock...

7.8CVSS5.8AI score0.00164EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/11 8:19 p.m.3 views

UBUNTU-CVE-2026-80963

In the Linux kernel, the following vulnerability has been resolved: dm-stats: fix a crash if allocation of per-cpu data fails If "dmkvzallocpercpuallocsize, cputonodecpu" fails, the code jumps to the "out" label and calls dmstatfree. dmstatfree does "foreachpossiblecpucpu...

5.7AI score0.00176EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/11 8:19 p.m.4 views

UBUNTU-CVE-2026-89709

In the Linux kernel, the following vulnerability has been resolved: lockd, nfsd: RCU-protect nlmsvcops dispatch nlmsvcops is published by nfsdlockdinit and cleared by nfsdlockdshutdown with plain stores, while lockd dereferences it unguarded from dispatch sites in fs/lockd/svcsubs.c. The pointer...

8.1CVSS5.8AI score0.0033EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/11 8:19 p.m.5 views

UBUNTU-CVE-2026-89518

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix thisrq assumptions in dispatch kfuncs Under core scheduling, dispatch runs from within the core-wide pick and can target a sibling rq, so ops.dispatch may execute on a CPU different from the dispatched rq's. Several...

6.1AI score0.00189EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/11 7:47 p.m.28 views

CVE-2026-89770 iomap: don't free integrity payload that doesn't exist

In the Linux kernel, the following vulnerability has been resolved: iomap: don't free integrity payload that doesn't exist fsbiointegrityalloc might not allocate a bio integrity payload if PI verification is disabled on the block device. Check for that case before calling fsbiointegrityfree in...

0.00145EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/11 7:47 p.m.9 views

CVE-2026-89770 iomap: don't free integrity payload that doesn't exist

In the Linux kernel, the following vulnerability has been resolved: iomap: don't free integrity payload that doesn't exist fsbiointegrityalloc might not allocate a bio integrity payload if PI verification is disabled on the block device. Check for that case before calling fsbiointegrityfree in...

5.8AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/09/11 7:47 p.m.14 views

CVE-2026-89770

In the Linux kernel, the following vulnerability has been resolved: iomap: don't free integrity payload that doesn't exist fsbiointegrityalloc might not allocate a bio integrity payload if PI verification is disabled on the block device. Check for that case before calling fsbiointegrityfree in...

5.7AI score0.00145EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/11 7:47 p.m.9 views

EUVD-2026-76682

In the Linux kernel, the following vulnerability has been resolved: iomap: don't free integrity payload that doesn't exist fsbiointegrityalloc might not allocate a bio integrity payload if PI verification is disabled on the block device. Check for that case before calling fsbiointegrityfree in...

5.6AI score0.00145EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/11 7:47 p.m.17 views

CVE-2026-89770

CVE-2026-89770 is a NULL pointer dereference in the Linux kernel's iomap subsystem . When PI (Protection Information) verification is disabled on a block device, fs_bio_integrity_alloc may fail to allocate a bio integrity payload. The function iomap_bio_read_folio_range_sync then calls fs_bio_int...

5.6AI score0.00145EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/11 7:47 p.m.9 views

EUVD-2026-76673

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix out-of-bounds write when null terminating a label vec aavecunique null terminates at vecn - dups when VECFLAGTERMINATE is passed. If the components are all distinct no duplicates are dropped, dups is 0 and the...

5.8AI score0.0012EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/11 7:47 p.m.12 views

CVE-2026-89761

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix out-of-bounds write when null terminating a label vec aavecunique null terminates at vecn - dups when VECFLAGTERMINATE is passed. If the components are all distinct no duplicates are dropped, dups is 0 and the...

7.8CVSS5.9AI score0.0012EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:47 p.m.7 views

CVE-2026-89761 apparmor: fix out-of-bounds write when null terminating a label vec

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix out-of-bounds write when null terminating a label vec aavecunique null terminates at vecn - dups when VECFLAGTERMINATE is passed. If the components are all distinct no duplicates are dropped, dups is 0 and the...

7.8CVSS5.9AI score
SaveExploits0References7
CVE
CVE
added 2026/09/11 7:47 p.m.20 views

CVE-2026-89761

CVE-2026-89761 is an out-of-bounds write in the Linux kernel's AppArmor security module. The function aa_vec_unique() writes a null terminator one entry past the end of the label vector because vec_setup() fails to reserve space for it when all label components are distinct. An unprivileged local...

7.8CVSS5.8AI score0.0012EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.26 views

CVE-2026-89734 usb: gadget: uvc: Fix null pointer dereference in uvcg_video_init()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: Fix null pointer dereference in uvcgvideoinit In uvcgvideoinit, if kthreadrunworker fails, the error logged uses uvcgerr, however, the pointer it uses: video-uvc is not assigned at this point, triggering a null...

0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:46 p.m.11 views

CVE-2026-89734 usb: gadget: uvc: Fix null pointer dereference in uvcg_video_init()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: Fix null pointer dereference in uvcgvideoinit In uvcgvideoinit, if kthreadrunworker fails, the error logged uses uvcgerr, however, the pointer it uses: video-uvc is not assigned at this point, triggering a null...

5.7AI score
SaveExploits0References6
EUVD
EUVD
added 2026/09/11 7:46 p.m.8 views

EUVD-2026-76646

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: Fix null pointer dereference in uvcgvideoinit In uvcgvideoinit, if kthreadrunworker fails, the error logged uses uvcgerr, however, the pointer it uses: video-uvc is not assigned at this point, triggering a null...

5.6AI score0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:46 p.m.11 views

CVE-2026-89734

CVE-2026-89734 is a null pointer dereference in the Linux kernel's USB gadget UVC driver. In the function uvcg_video_init(), if kthread_run_worker() fails, the error-handling path invokes uvcg_err(), which dereferences video->uvc. However, at that point in initialization the pointer has not ye...

5.6AI score0.00166EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.12 views

CVE-2026-89734

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: Fix null pointer dereference in uvcgvideoinit In uvcgvideoinit, if kthreadrunworker fails, the error logged uses uvcgerr, however, the pointer it uses: video-uvc is not assigned at this point, triggering a null...

5.7AI score0.00166EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.25 views

CVE-2026-89717 zram: set default primary compressor in zram_destroy_comps()

In the Linux kernel, the following vulnerability has been resolved: zram: set default primary compressor in zramdestroycomps Patch series "zram: fix zram issues reported by sashiko". Sashiko drove by and reported 1 a couple of zram issues: a possible BUGON in zlib code due to missing winbits rang...

0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:46 p.m.7 views

EUVD-2026-76629

In the Linux kernel, the following vulnerability has been resolved: zram: set default primary compressor in zramdestroycomps Patch series "zram: fix zram issues reported by sashiko". Sashiko drove by and reported 1 a couple of zram issues: a possible BUGON in zlib code due to missing winbits rang...

5.7AI score0.00166EPSS
SaveExploits0References3
Rows per page
Query Builder