Lucene search
+L

17957 matches found

NVD
NVD
added 2026/09/11 8:19 p.m.3 views

CVE-2026-89505

In the Linux kernel, the following vulnerability has been resolved: RDMA/uverbs: Guard legacy bundles without methodelm The legacy write path dispatches through a uverbsapiwritemethod, but the uverbsattrbundle passed to provider code does not have an ioctl method element. If malformed provider...

SaveExploits0References2
NVD
NVD
added 2026/09/11 8:19 p.m.3 views

CVE-2026-89483

In the Linux kernel, the following vulnerability has been resolved: nvme: zero the discard fallback page nvmesetupdiscard always maps sizeofstruct nvmedsmrange NVMEDSMMAXRANGES = 4096 bytes as the DSM payload however many ranges the command declares, because some devices ignore the 'Number of...

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

CVE-2026-89462

In the Linux kernel, the following vulnerability has been resolved: power: supply: max17040: propagate register read errors max17040getvcell and max17040getsoc ignore errors returned by regmapread. When an I2C transfer fails, the uninitialized register value is converted and reported to userspace...

SaveExploits0References4
NVD
NVD
added 2026/09/11 8:19 p.m.2 views

CVE-2026-80967

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcxhr: initialize mutexes before requesting threaded IRQ pcxhrprobe requests pcxhrthreadedirq before initializing mgr-lock, even though the threaded handler takes that mutex. Initialize the manager locks before...

SaveExploits0References4
NVD
NVD
added 2026/09/11 8:18 p.m.3 views

CVE-2026-80927

In the Linux kernel, the following vulnerability has been resolved: timekeeping: Check the return value of tkgetauxts64 in doadjtimex If the auxiliary clock is disabled during tkgetauxts64 but is enabled before tks-clockvalid is checked, then uninitialized stackdata will be used in the calculatio...

SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:47 p.m.10 views

CVE-2026-89765 timers/itimer: Zero-init old itimerval before copy to userspace

In the Linux kernel, the following vulnerability has been resolved: timers/itimer: Zero-init old itimerval before copy to userspace On native sparc64, struct kerneloldtimeval contains a four-byte hole after tvusec because tvsec is 64-bit while kernelsusecondst is 32-bit. putitimerval fills only t...

SaveExploits0References4
CVE
CVE
added 2026/09/11 7:47 p.m.6 views

CVE-2026-89765

CVE-2026-89765 is a Linux kernel information disclosure vulnerability in the timers/itimer subsystem. On native sparc64 , the __kernel_old_timeval struct contains a four-byte alignment hole after tv_usec (because tv_sec is 64-bit while __kernel_suseconds_t is 32-bit). The put_itimerval() function...

SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:45 p.m.2 views

EUVD-2026-76530

In the Linux kernel, the following vulnerability has been resolved: eventfs: Initialize ei-children and ei-list in initei eventfscreatedir allocates the eventfsinode and initializes it with initei. But this does not initialize the eventfsinode listheads. If the eventfscreatedir fails due to memor...

SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.8 views

CVE-2026-89618 eventfs: Initialize ei->children and ei->list in init_ei()

In the Linux kernel, the following vulnerability has been resolved: eventfs: Initialize ei-children and ei-list in initei eventfscreatedir allocates the eventfsinode and initializes it with initei. But this does not initialize the eventfsinode listheads. If the eventfscreatedir fails due to memor...

SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.8 views

CVE-2026-89616 fs/ntfs3: fix info-leak on partial LZNT decompress in ni_read_frame()

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: fix info-leak on partial LZNT decompress in nireadframe nireadframe decompresses an LZNT $DATA frame into the vmapped target pages and then trusts decompresslznt's return value: uncsize = decompresslzntframeondisk,...

SaveExploits0References4
CVE
CVE
added 2026/09/11 7:45 p.m.6 views

CVE-2026-89616

CVE-2026-89616 is an information leak in the Linux kernel fs/ntfs3 driver. In ni_read_frame() , the LZNT decompression of a $DATA frame can terminate early when the compressed stream is exhausted (e.g., a zero chunk header), returning a byte count far less than frame_size . The bytes between the ...

SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:45 p.m.2 views

EUVD-2026-76511

In the Linux kernel, the following vulnerability has been resolved: fbdev: omapfb: panel-dsi-cm: initialize lock before registering display dsicmprobe registers the display before initializing ddata-lock. Once omapdssregisterdisplay publishes the display, another consumer can reach a dsicm callba...

SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.7 views

CVE-2026-89599 fbdev: omapfb: panel-dsi-cm: initialize lock before registering display

In the Linux kernel, the following vulnerability has been resolved: fbdev: omapfb: panel-dsi-cm: initialize lock before registering display dsicmprobe registers the display before initializing ddata-lock. Once omapdssregisterdisplay publishes the display, another consumer can reach a dsicm callba...

SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.4 views

CVE-2026-89554

Linux kernel MPTCP is affected by an uninitialized memory bug in the SYN cookie MP_JOIN reconstruction path. When rebuilding a request socket for a 4th-ACK MP_JOIN handled under SYN cookies, mptcp_token_join_cookie_init_state() restores several fields but fails to restore local_id. Since the requ...

SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.9 views

CVE-2026-89554 mptcp: fix uninitialized local_id in syncookie MP_JOIN reconstruction

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix uninitialized localid in syncookie MPJOIN reconstruction mptcptokenjoincookieinitstate restores remotenonce, localnonce, backup, joinid, token and msk from the saved cookie entry when rebuilding the request socket for ...

SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:44 p.m.4 views

EUVD-2026-76465

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix uninitialized localid in syncookie MPJOIN reconstruction mptcptokenjoincookieinitstate restores remotenonce, localnonce, backup, joinid, token and msk from the saved cookie entry when rebuilding the request socket for ...

SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.4 views

CVE-2026-89547

This Linux kernel vulnerability affects the SUNRPC subsystem. __svc_create() initializes three per-pool percpu_counter stats but ignores all return values from percpu_counter_init(). On SMP systems, a failed per-cpu allocation leaves the counter's backing pointer NULL while the half-constructed s...

SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.8 views

CVE-2026-89540 sunrpc: init gssp_lock before publishing proc entry

In the Linux kernel, the following vulnerability has been resolved: sunrpc: init gssplock before publishing proc entry createusegssproxyprocentry publishes /proc/net/rpc/use-gss-proxy via proccreatedata before initgsspclnt runs mutexinit on sn-gssplock. Once the dentry is linked under...

SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:43 p.m.3 views

EUVD-2026-76421

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fill in DMA padding bytes in scsiallocsgtables During fuzz testing, the following issue was discovered: BUG: KMSAN: uninit-value in dmamapsgattrs+0x217/0x310 dmamapsgattrs+0x217/0x310 dmamapsgattrs+0x4a/0x70...

SaveExploits0References4
CVE
CVE
added 2026/09/11 7:43 p.m.5 views

CVE-2026-89515

CVE-2026-89515 is a Linux kernel vulnerability in the SCSI core subsystem, specifically in scsi_alloc_sgtables(). When processing the last unaligned scatterlist element, padding bytes (pad_len) remain uninitialized , causing an uninit-value access in __dma_map_sg_attrs (detected by KMSAN). The tr...

SaveExploits0References4
Rows per page
Query Builder