Lucene search
+L

507570 matches found

Debian CVE
Debian CVE
added 2026/09/16 10:32 a.m.9 views

CVE-2026-89943

In the Linux kernel, the following vulnerability has been resolved: ASoC: loongson: Fix error handling in ACPI property parsing In loongsoncardparseacpi, the return value of devicepropertyreadstring for the codec-dai-name property was ignored. If the property is missing or invalid, an uninitializ...

8.4CVSS0.00182EPSS
SaveExploits0
CVE
CVE
added 2026/09/16 10:32 a.m.18 views

CVE-2026-89942

CVE-2026-89942 is a use-after-free in the Linux kernel's IIO buffer subsystem, specifically in the anonymous buffer release path. When an anonymous buffer handle holds the last reference to an IIO device that has been removed (via unbind or hot-unplug), the release function's scoped guard causes ...

7.8CVSS6.5AI score0.00159EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/16 10:32 a.m.33 views

CVE-2026-89941 iio: buffer: Make IIO DMA fence release RCU-safe

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: Make IIO DMA fence release RCU-safe The dmafence documentation states that if a custom release implementation is provided, the dmafence object must be freed in an RCU-safe way. The current iiodmafence implementation...

7.8CVSS0.00159EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/16 10:32 a.m.6 views

CVE-2026-89942 iio: buffer: Fix potential use-after-free in anonymous buffer release

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: Fix potential use-after-free in anonymous buffer release An anonymous buffer handle holds a reference to the underlying IIO device. The reference is dropped in the buffer handle's release function. If the device has...

7.8CVSS
SaveExploits0References7
EUVD
EUVD
added 2026/09/16 10:32 a.m.6 views

EUVD-2026-80542

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: Fix potential use-after-free in anonymous buffer release An anonymous buffer handle holds a reference to the underlying IIO device. The reference is dropped in the buffer handle's release function. If the device has...

7.8CVSS6.5AI score0.00159EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/16 10:32 a.m.32 views

CVE-2026-89942 iio: buffer: Fix potential use-after-free in anonymous buffer release

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: Fix potential use-after-free in anonymous buffer release An anonymous buffer handle holds a reference to the underlying IIO device. The reference is dropped in the buffer handle's release function. If the device has...

7.8CVSS0.00159EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/16 10:32 a.m.10 views

CVE-2026-89942

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: Fix potential use-after-free in anonymous buffer release An anonymous buffer handle holds a reference to the underlying IIO device. The reference is dropped in the buffer handle's release function. If the device has...

7.8CVSS0.00159EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/16 10:32 a.m.10 views

CVE-2026-89941

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: Make IIO DMA fence release RCU-safe The dmafence documentation states that if a custom release implementation is provided, the dmafence object must be freed in an RCU-safe way. The current iiodmafence implementation...

7.8CVSS0.00159EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/16 10:32 a.m.8 views

EUVD-2026-80541

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: Make IIO DMA fence release RCU-safe The dmafence documentation states that if a custom release implementation is provided, the dmafence object must be freed in an RCU-safe way. The current iiodmafence implementation...

7.8CVSS5.8AI score0.00159EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/16 10:32 a.m.6 views

CVE-2026-89941 iio: buffer: Make IIO DMA fence release RCU-safe

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: Make IIO DMA fence release RCU-safe The dmafence documentation states that if a custom release implementation is provided, the dmafence object must be freed in an RCU-safe way. The current iiodmafence implementation...

7.8CVSS
SaveExploits0References7
CVE
CVE
added 2026/09/16 10:32 a.m.12 views

CVE-2026-89941

CVE-2026-89941 is a use-after-free vulnerability in the Linux kernel IIO buffer subsystem (iio: buffer). The iio_dma_fence implementation provided a custom release callback that called kfree(), which is not RCU-safe as required by the dma_fence documentation. The fix removes the custom release, a...

7.8CVSS5.8AI score0.00159EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/16 10:32 a.m.15 views

CVE-2026-89940 iio: buffer: Tie IIO dma fence lock lifetime to the fence

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: Tie IIO dma fence lock lifetime to the fence The iiodmafence implementation currently uses a lock embedded in the iiodmabufpriv. But the iiodmafence can outlive the iiodmabufpriv, which can cause a use-after-free. Ti...

7.8CVSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/16 10:32 a.m.7 views

CVE-2026-89940

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: Tie IIO dma fence lock lifetime to the fence The iiodmafence implementation currently uses a lock embedded in the iiodmabufpriv. But the iiodmafence can outlive the iiodmabufpriv, which can cause a use-after-free. Ti...

7.8CVSS0.00159EPSS
SaveExploits0
CVE
CVE
added 2026/09/16 10:32 a.m.19 views

CVE-2026-89940

CVE-2026-89940 is a use-after-free in the Linux kernel's IIO buffer subsystem. The iio_dma_fence implementation used a lock embedded in iio_dmabuf_priv, but the fence can outlive the iio_dmabuf_priv struct, leading to a use-after-free when the fence accesses the freed lock. The fix ties the lock'...

7.8CVSS5.7AI score0.00159EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/16 10:32 a.m.32 views

CVE-2026-89940 iio: buffer: Tie IIO dma fence lock lifetime to the fence

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: Tie IIO dma fence lock lifetime to the fence The iiodmafence implementation currently uses a lock embedded in the iiodmabufpriv. But the iiodmafence can outlive the iiodmabufpriv, which can cause a use-after-free. Ti...

7.8CVSS0.00159EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/16 10:32 a.m.6 views

EUVD-2026-80540

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: Tie IIO dma fence lock lifetime to the fence The iiodmafence implementation currently uses a lock embedded in the iiodmabufpriv. But the iiodmafence can outlive the iiodmabufpriv, which can cause a use-after-free. Ti...

7.8CVSS5.7AI score0.00159EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/16 10:32 a.m.9 views

CVE-2026-89938

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: atlas-sensor: use iiotriggerpollnested to fix remove UAF The atlas driver requests its hardware data-ready IRQ with devmrequestthreadedirq; its threaded handler queues an irqwork, atlasworkhandler, that calls...

7.8CVSS0.00159EPSS
SaveExploits0
OSV
OSV
added 2026/09/16 10:32 a.m.6 views

CVE-2026-89938 iio: chemical: atlas-sensor: use iio_trigger_poll_nested() to fix remove UAF

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: atlas-sensor: use iiotriggerpollnested to fix remove UAF The atlas driver requests its hardware data-ready IRQ with devmrequestthreadedirq; its threaded handler queues an irqwork, atlasworkhandler, that calls...

7.8CVSS
SaveExploits0References8
OSV
OSV
added 2026/09/16 10:32 a.m.12 views

CVE-2026-89939 iio: chemical: atlas-sensor: fix PM reference leak in buffer postenable

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: atlas-sensor: fix PM reference leak in buffer postenable atlasbufferpostenable acquires a runtime PM reference with pmruntimeresumeandget but returns the result of atlassetinterrupt directly. If atlassetinterrupt...

SaveExploits0References10
CVE
CVE
added 2026/09/16 10:32 a.m.12 views

CVE-2026-89939

In the Linux kernel 's iio: chemical: atlas-sensor driver, atlas_buffer_postenable() acquires a runtime PM reference via pm_runtime_resume_and_get() but returns the result of atlas_set_interrupt() directly. If that call fails, the reference is leaked , preventing the device from ever autosuspendi...

5.7AI score0.00205EPSS
SaveExploits0References7
Rows per page
Query Builder