Lucene search
+L

52477 matches found

OSV
OSV
•added 2026/09/17 5:17 p.m.•4 views

AZL-101897 CVE-2026-90393 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix potential UAF in bpfnetnslinkupdateprog In bpfnetnslinkupdateprog, the checks for oldprog and prog type are currently performed locklessly before acquiring netnsbpfmutex. This creates a race condition that can lead to a...

6.2AI score0.00236EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/17 5:17 p.m.•7 views

CVE-2026-90389

In the Linux kernel, the following vulnerability has been resolved: md: scope memallocnoio to allocation critical sections Storing a memallocnoiosave token in mddev-noioflags lets one task save the token and another task restore it. With concurrent suspend sysfs writes, task A can enter...

0.00209EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/17 5:17 p.m.•7 views

DEBIAN-CVE-2026-90380

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt792x: fix use-after-free in mt76rxpollcomplete A use-after-free issue occurs in mt76rxpollcomplete due to a race condition. The STA has already been removed, but the rxstatus still had a pointer to the wcid in the...

8.8CVSS6.3AI score0.00365EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/17 5:17 p.m.•5 views

CVE-2026-90380

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt792x: fix use-after-free in mt76rxpollcomplete A use-after-free issue occurs in mt76rxpollcomplete due to a race condition. The STA has already been removed, but the rxstatus still had a pointer to the wcid in the...

8.8CVSS0.00365EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/17 5:17 p.m.•8 views

DEBIAN-CVE-2026-90371

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: fix RXDMADC buffer recycling race The RXDMADC buffers come from the RRO data queues' page pools, which are bound to a different NAPI, so the direct page-pool recycle used here could race the owning NAPI; take the...

8.8CVSS6AI score0.00375EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/17 5:17 p.m.•6 views

CVE-2026-90371

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: fix RXDMADC buffer recycling race The RXDMADC buffers come from the RRO data queues' page pools, which are bound to a different NAPI, so the direct page-pool recycle used here could race the owning NAPI; take the...

8.8CVSS0.00375EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/17 5:17 p.m.•8 views

DEBIAN-CVE-2026-90373

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: clear wcid mask under mutex after RCU pointer clear mt7915removeinterface cleared the wcid mask bit with no lock held and before clearing the RCU wcid pointer. The mask is a non-atomic RMW shared with the...

5.7AI score0.00209EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/17 5:17 p.m.•7 views

CVE-2026-90373

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: clear wcid mask under mutex after RCU pointer clear mt7915removeinterface cleared the wcid mask bit with no lock held and before clearing the RCU wcid pointer. The mask is a non-atomic RMW shared with the...

0.00209EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/17 5:17 p.m.•7 views

AZL-102164 CVE-2026-90367 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: hold dev-mt76.mutex while disabling tx worker in SER mt7996macresetwork parked the tx worker and disabled the RX/TX NAPIs before taking dev-mt76.mutex. mt76workerdisable/enable are plain kthread park/unpark, n...

8.8CVSS5.8AI score0.00375EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/17 5:17 p.m.•8 views

DEBIAN-CVE-2026-90367

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: hold dev-mt76.mutex while disabling tx worker in SER mt7996macresetwork parked the tx worker and disabled the RX/TX NAPIs before taking dev-mt76.mutex. mt76workerdisable/enable are plain kthread park/unpark, n...

8.8CVSS5.9AI score0.00375EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/17 5:17 p.m.•4 views

DEBIAN-CVE-2026-90365

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: cancel reset and rc work on device unregister Both drivers cancelled dumpwork on unregister but left resetwork and rcwork to be flushed only by destroyworkqueue in mt76freedevice, which runs after the hw is unregister...

5.8AI score0.00198EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/17 5:17 p.m.•5 views

CVE-2026-90367

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: hold dev-mt76.mutex while disabling tx worker in SER mt7996macresetwork parked the tx worker and disabled the RX/TX NAPIs before taking dev-mt76.mutex. mt76workerdisable/enable are plain kthread park/unpark, n...

8.8CVSS0.00375EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/17 5:17 p.m.•7 views

AZL-102236 CVE-2026-90360 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: regulator: core: use systemfreezablewq for init complete work scheduledelayedwork uses systemwq, which is non-freezable, allowing regulatorinitcompletework to run concurrently with system suspend. This work fires 30s after boot t...

5.8AI score0.00249EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/17 5:17 p.m.•12 views

DEBIAN-CVE-2026-90360

In the Linux kernel, the following vulnerability has been resolved: regulator: core: use systemfreezablewq for init complete work scheduledelayedwork uses systemwq, which is non-freezable, allowing regulatorinitcompletework to run concurrently with system suspend. This work fires 30s after boot t...

5.9AI score0.00249EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/17 5:17 p.m.•5 views

CVE-2026-90360

In the Linux kernel, the following vulnerability has been resolved: regulator: core: use systemfreezablewq for init complete work scheduledelayedwork uses systemwq, which is non-freezable, allowing regulatorinitcompletework to run concurrently with system suspend. This work fires 30s after boot t...

0.00249EPSS
SaveExploits0References10
OSV
OSV
•added 2026/09/17 5:17 p.m.•7 views

DEBIAN-CVE-2026-90326

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: fix race between policy activation and blkg destruction When switching an IO scheduler on a block device, blkcgactivatepolicy allocates blkgpolicydata pd for all blkgs attached to the queue. However, blkcgactivatepoli...

7.8CVSS6.1AI score0.0017EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/17 5:17 p.m.•7 views

DEBIAN-CVE-2026-90325

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: skip dying blkg in blkcgactivatepolicy When switching IO schedulers on a block device, blkcgactivatepolicy can race with concurrent blkcg deletion, leading to a use-after-free in rcuacceleratecbs. T1: T2: blkgdestroy...

7.8CVSS6.3AI score0.00171EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/17 5:17 p.m.•9 views

CVE-2026-90326

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: fix race between policy activation and blkg destruction When switching an IO scheduler on a block device, blkcgactivatepolicy allocates blkgpolicydata pd for all blkgs attached to the queue. However, blkcgactivatepoli...

7.8CVSS0.0017EPSS
SaveExploits0References5
OSV
OSV
•added 2026/09/17 5:17 p.m.•5 views

AZL-102362 CVE-2026-90311 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: thermal: hwmon: Remove hwmon class device along with its parent The current code creates one hwmon device per thermal zone type and that device is registered under the first thermal zone of the given type. That turns out to be...

5.8AI score0.00198EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/17 5:17 p.m.•4 views

DEBIAN-CVE-2026-90310

In the Linux kernel, the following vulnerability has been resolved: xen/xenbus: check otherendid only after it has been initialized When device just got initialized for example on module load, the otherendid field is initialized only after xenbusreadotherenddetails gets called. If xenstore watch...

5.8AI score0.00189EPSS
SaveExploits0References1
Rows per page
Query Builder