Lucene search
+L

118161 matches found

OSV
OSV
added 2026/08/26 2:37 p.m.5 views

CVE-2026-80572 Input: byd - synchronize timer deletion before freeing private data

In the Linux kernel, the following vulnerability has been resolved: Input: byd - synchronize timer deletion before freeing private data byddisconnect uses timerdelete before freeing the driver's private data. This does not wait for a running bydcleartouch callback, which dereferences the private...

7.8CVSS5.6AI score
SaveExploits0References9
CVE
CVE
added 2026/08/26 2:37 p.m.38 views

CVE-2026-80572

CVE-2026-80572 is a use-after-free in the byd psmouse (touchpad) driver in the Linux kernel . During device disconnection, byd_disconnect() calls timer_delete() before freeing the driver's private data, but this does not wait for a potentially running byd_clear_touch() callback that dereferences ...

7.8CVSS5.4AI score0.0012EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/26 2:37 p.m.12 views

CVE-2026-80563

CVE-2026-80563 is a use-after-free in the Linux kernel's gpio-sloppy-logic-analyzer platform driver. The trigger debugfs file's trigger_write() handler dereferences a per-device structure allocated via devm_kzalloc(). Because the file was created with debugfs_create_file_unsafe(), the full_proxy ...

5.5AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/26 2:37 p.m.6 views

CVE-2026-80563 gpio: sloppy-logic-analyzer: fix use-after-free via debugfs trigger on unbind

In the Linux kernel, the following vulnerability has been resolved: gpio: sloppy-logic-analyzer: fix use-after-free via debugfs trigger on unbind The "trigger" debugfs file has a hand-rolled -write handler triggerwrite that dereferences the per-device gpiolapollpriv. The file is created with...

5.7AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/26 2:37 p.m.35 views

CVE-2026-80556 mmc: atmel-mci: Fix use-after-free in atmci_remove due to race condition

In the Linux kernel, the following vulnerability has been resolved: mmc: atmel-mci: Fix use-after-free in atmciremove due to race condition In atmciprobe, &host-bhwork is bound with atmciworkfunc, and atmciinterrupt, atmcitimeouttimer and atmcidmacomplete can all queue this work on systembhwq. If...

7.8CVSS0.00125EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/26 2:37 p.m.8 views

CVE-2026-80556 mmc: atmel-mci: Fix use-after-free in atmci_remove due to race condition

In the Linux kernel, the following vulnerability has been resolved: mmc: atmel-mci: Fix use-after-free in atmciremove due to race condition In atmciprobe, &host-bhwork is bound with atmciworkfunc, and atmciinterrupt, atmcitimeouttimer and atmcidmacomplete can all queue this work on systembhwq. If...

7.8CVSS5.8AI score
SaveExploits0References7
CVE
CVE
added 2026/08/26 2:37 p.m.23 views

CVE-2026-80556

CVE-2026-80556 is a use-after-free bug in the Linux kernel's atmel-mci MMC driver. The root cause is a race condition in atmci_remove: when the module is removed, the host structure (allocated via devm_kzalloc) is freed after the remove callback returns, but &host->bh_work—which can be queued ...

7.8CVSS5.5AI score0.00125EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/26 2:37 p.m.23 views

CVE-2026-80553

CVE-2026-80553 affects the Linux kernel 's s390/vfio_ccw driver, used for channel-to-channel I/O on the s390 architecture. The root cause is that the io_work and crw_work workqueues are initialized during device setup but never cancelled during device release (_release_dev). This means work items...

8.8CVSS5.3AI score0.00129EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/26 2:37 p.m.36 views

CVE-2026-80553 s390/vfio_ccw: Cancel existing workqueues

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Cancel existing workqueues The initialization of the iowork and crwwork workqueues begs the question of whether they should be un-initialized. Add the corresponding cleanup tags in releasedev to ensure work isn't...

8.8CVSS0.00129EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/26 2:37 p.m.7 views

CVE-2026-80553 s390/vfio_ccw: Cancel existing workqueues

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Cancel existing workqueues The initialization of the iowork and crwwork workqueues begs the question of whether they should be un-initialized. Add the corresponding cleanup tags in releasedev to ensure work isn't...

8.8CVSS5.6AI score
SaveExploits0References11
CVE
CVE
added 2026/08/26 2:37 p.m.14 views

CVE-2026-80531

CVE-2026-80531 is a Use-After-Free (UAF) in the XFS filesystem component of the Linux kernel, specifically in xrep_tempfile_create on the sc->tempip pointer. The UAF occurs when temporary file creation code fails after sc->tempip has been assigned, leading to a use of freed memory. Red Hat ...

7.8CVSS5.3AI score0.00128EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/26 2:37 p.m.7 views

CVE-2026-80531 xfs: avoid UAF on sc->tempip in xrep_tempfile_create

In the Linux kernel, the following vulnerability has been resolved: xfs: avoid UAF on sc-tempip in xreptempfilecreate LOLLM noticed a potential UAF if the tempfile creation code fails after it set sc-tempip. Fix that...

7.8CVSS5.6AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/26 2:37 p.m.35 views

CVE-2026-80531 xfs: avoid UAF on sc->tempip in xrep_tempfile_create

In the Linux kernel, the following vulnerability has been resolved: xfs: avoid UAF on sc-tempip in xreptempfilecreate LOLLM noticed a potential UAF if the tempfile creation code fails after it set sc-tempip. Fix that...

7.8CVSS0.00128EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/26 2:37 p.m.44 views

CVE-2026-80521

CVE-2026-80521 is a use-after-free in the Linux kernel's af_unix subsystem, specifically in the garbage collection (GC) logic for strongly connected components (SCC). A race in unix_del_edge() allows the GC to free a dead SCC partially when a concurrent send() of a socket and close() of other soc...

7.8CVSS5.4AI score0.0012EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/26 2:37 p.m.32 views

CVE-2026-80521 af_unix: Unlink scc_entry in unix_del_edge().

In the Linux kernel, the following vulnerability has been resolved: afunix: Unlink sccentry in unixdeledge. Kyle Zeng reported that GC could free a dead SCC partially. The scenario is as follows: 1 Create two SCCs: X -. A B ^--' 2 Run the following concurrently: 2-1 send sk-B to sk-B from sk-X 2-...

7.8CVSS0.0012EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/26 2:37 p.m.18 views

CVE-2026-80519 ovpn: finish crypto callback cleanup before peer release

In the Linux kernel, the following vulnerability has been resolved: ovpn: finish crypto callback cleanup before peer release Crypto completion callbacks hold both key-slot and peer references. The peer reference pins the netdev, and dropping the last peer reference can let netdev unregistration a...

9.8CVSS5.6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/26 2:37 p.m.35 views

CVE-2026-80519 ovpn: finish crypto callback cleanup before peer release

In the Linux kernel, the following vulnerability has been resolved: ovpn: finish crypto callback cleanup before peer release Crypto completion callbacks hold both key-slot and peer references. The peer reference pins the netdev, and dropping the last peer reference can let netdev unregistration a...

9.8CVSS0.00448EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/26 2:37 p.m.25 views

CVE-2026-80519

CVE-2026-80519 affects the Linux kernel OpenVPN module (ovpn) due to an incorrect ordering of reference cleanup in crypto completion callbacks. Specifically, the peer reference (which pins the netdev) is dropped before the callback finishes its own cleanup, allowing ovpn_crypto_key_slot_put to sc...

9.8CVSS5.3AI score0.00448EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/26 2:37 p.m.34 views

CVE-2026-74753

This use-after-free vulnerability in the Linux kernel's perf subsystem occurs because perf_event_open() accepts events in the EXIT state as group leaders, rejecting only REVOKED and DEAD events. After perf_event_remove_on_exec() detaches group relationships, a new sibling can be linked to the det...

7.8CVSS5.4AI score0.00128EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/26 2:37 p.m.35 views

CVE-2026-74753 perf: Reject exited events as group leaders

In the Linux kernel, the following vulnerability has been resolved: perf: Reject exited events as group leaders perfeventremoveonexec sets remove-on-exec events to the EXIT state and detaches their group relationships. The event's file descriptor can remain open, however, and perfeventopen...

7.8CVSS0.00128EPSS
SaveExploits0References5
Rows per page
Query Builder