Lucene search
+L

183983 matches found

Debian CVE
Debian CVE
added 2026/09/17 4:08 p.m.9 views

CVE-2026-90291

In the Linux kernel, the following vulnerability has been resolved: module/dups: Fix use-after-free in kmoddupreq lifetime handling The kmod dups code uses RCU to ensure that a kmoddupreq instance is freed only after it is no longer referenced. When releasing an instance, the kmodduprequestdelete...

7.8CVSS0.00159EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/17 4:08 p.m.7 views

CVE-2026-90290

In the Linux kernel, the following vulnerability has been resolved: arm64: hibernate: Restore DAIF state on error Sashiko AI has reported that if swsuspmtesavetags for some reason fails we return from swsusparchsuspend with DAIF being masked - that is not what we'd expect. Restore the saved DAIF...

0.0021EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/17 4:08 p.m.7 views

CVE-2026-90289

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Resize MST HDCP per-connector arrays to 32 AMDGPUDMMAXDISPLAYINDEX is 31. It suggest a maximum number of 32 connectors. But the way it's used is like MAXDISPLAYCOUNT. Hence we're off by one with DRM core, which...

7.8CVSS0.00154EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/17 4:08 p.m.7 views

CVE-2026-90287

In the Linux kernel, the following vulnerability has been resolved: phy: sunplus: fix error handling in spuphyinit Fix the error paths of spuphyinit to undo exactly what each stage did: return directly if clkprepareenable fails, release only the clock if resetcontroldeassert fails, and jump to...

0.00206EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/17 4:08 p.m.6 views

CVE-2026-90288

In the Linux kernel, the following vulnerability has been resolved: phy: renesas: rcar-gen2: Fix double ofnodeput on phy creation failure foreachchildofnodescoped releases the node reference on scope exit, so the explicit ofnodeputnp in the devmphycreate error path drops it twice. Drop the...

7.4CVSS0.00144EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/17 4:08 p.m.8 views

CVE-2026-90286

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx6: Use PFP on the compute queues too On GFX6, the compute rings use the same CP path as the graphics ring. The only difference is that they don't support draw commands. As opposed to GFX7 and newer which have a...

8.8CVSS0.00164EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/17 4:08 p.m.8 views

CVE-2026-90285

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Remove redundant VPD flash read in sysfs read path qla2x00sysfsreadvpd called ha-ispops-readoptrom a second time after releasing optrommutex. The repeated read is redundant and, unlike the first, runs without...

0.0021EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/17 4:08 p.m.5 views

CVE-2026-90284

In the Linux kernel, the following vulnerability has been resolved: firmwareloader: do not queue completed sysfs fallback requests fwloadsysfsfallback calls deviceadd before adding the fwpriv to pendingfwhead. deviceadd publishes the fallback loading interface, so a userspace helper which discove...

0.0021EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/17 4:08 p.m.9 views

CVE-2026-90283

In the Linux kernel, the following vulnerability has been resolved: hugetlbfs: release subpool on fillsuper failure hugetlbfsfillsuper allocates a hugepage subpool when size or minsize mount options are specified. hugepagenewsubpool may also reserve huge pages for minsize. If root dentry creation...

0.00221EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/17 4:08 p.m.7 views

CVE-2026-90282

In the Linux kernel, the following vulnerability has been resolved: phy: qcom: qmp-usb-legacy: Fix possible NULL-deref on early runtime suspend There is a small window where the runtime suspend callback may run after pmruntimeenable and before pmruntimeforbid. In this case, a crash occurs because...

0.002EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/17 4:08 p.m.7 views

CVE-2026-90281

In the Linux kernel, the following vulnerability has been resolved: phy: qcom: snps-femto-v2: Fix possible NULL-deref on early runtime suspend Runtime PM must be enabled before creating the PHY, since phycreate only enables runtime PM on the PHY device if it is already enabled on this parent...

0.0021EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/17 4:08 p.m.6 views

CVE-2026-90280

In the Linux kernel, the following vulnerability has been resolved: phy: qcom: qmp-usb: Fix possible NULL-deref on early runtime suspend There is a small window where the runtime suspend callback may run after pmruntimeenable and before pmruntimeforbid. In this case, a crash occurs because runtim...

0.002EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/17 4:08 p.m.6 views

CVE-2026-90279

In the Linux kernel, the following vulnerability has been resolved: md/raid5: round bitmap stripes with sector division raid5bitmapsectormap aligns the array range to full RAID5 stripe widths before converting it to component sectors. That width is chunksectors multiplied by the number of data...

0.002EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/17 4:08 p.m.6 views

CVE-2026-90278

In the Linux kernel, the following vulnerability has been resolved: md: wait for behind writes before destroying bitmap mdstop destroyed the bitmap before calling mddevdetach. That made mddevdetach skip bitmapops-waitbehindwrites, because the bitmap was already disconnected from mddev. This was...

0.00198EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/17 4:08 p.m.8 views

CVE-2026-90277

In the Linux kernel, the following vulnerability has been resolved: md/md-llbitmap: prevent create failure bitmap UAF llbitmapcreate publishes mddev-bitmap before reading the bitmap superblock. This is needed because llbitmapreadsb can initialize a new bitmap and flush it through helpers that use...

0.00198EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/17 4:08 p.m.5 views

CVE-2026-90276

In the Linux kernel, the following vulnerability has been resolved: md/md-llbitmap: stop daemon timer rearm on destroy llbitmapdestroy deletes pendingtimer before flushing mdllbitmapiowq. However, daemonwork can still be queued or running after the timer has been deleted, and the daemon path can...

0.00198EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/17 4:08 p.m.8 views

CVE-2026-90275

In the Linux kernel, the following vulnerability has been resolved: md/raid1: don't set arrayfrozen in raid1takeover raid1takeover sets conf-arrayfrozen = 1 on the newly-allocated r1conf and nothing ever clears it, so every I/O to the array stalls permanently once waitbarrier sees it stuck at 1...

0.00168EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/17 4:08 p.m.10 views

CVE-2026-90274

In the Linux kernel, the following vulnerability has been resolved: coresight: etm4x: fix underflow for usage of nrseqstate - 1 According to IHI006H Embedded Trace Macrocell Architecture Specification0, TRCSEQEVR is implemented only when TRCIDR5.NUMSEQSTATE is 0b100, in which case n ranges from 0...

0.00173EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/17 4:08 p.m.9 views

CVE-2026-90273

In the Linux kernel, the following vulnerability has been resolved: coresight: etm4x: missing cscfgcsdevdisableactiveconfig in perf enable In the perf enable path, there are missing cases where cscfgcsdevdisableactiveconfig is not called: - Branch broadcast is selected but not supported by the...

0.00155EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/17 4:08 p.m.8 views

CVE-2026-90271

In the Linux kernel, the following vulnerability has been resolved: armmpam: Fix a NULL pointer dereference on unbinding after an error interrupt If a user unbinds an MSC after mpamdisable has been run in response to an error interrupt then a dereference of a NULL pointer occurs as mpamdisable se...

0.00189EPSS
SaveExploits0
Rows per page
Query Builder