Lucene search
+L

25814 matches found

Cvelist
Cvelist
added 2026/01/31 11:41 a.m.47 views

CVE-2025-71188 dmaengine: lpc18xx-dmamux: fix device leak on route allocation

In the Linux kernel, the following vulnerability has been resolved: dmaengine: lpc18xx-dmamux: fix device leak on route allocation Make sure to drop the reference taken when looking up the DMA mux platform device during route allocation. Note that holding a reference to a device does not prevent...

0.00195EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/01/31 11:41 a.m.14 views

EUVD-2025-206587

In the Linux kernel, the following vulnerability has been resolved: dmaengine: lpc18xx-dmamux: fix device leak on route allocation Make sure to drop the reference taken when looking up the DMA mux platform device during route allocation. Note that holding a reference to a device does not prevent...

5.7AI score0.00195EPSS
SaveExploits0References4
OSV
OSV
added 2026/01/31 11:41 a.m.12 views

CVE-2025-71188 dmaengine: lpc18xx-dmamux: fix device leak on route allocation

In the Linux kernel, the following vulnerability has been resolved: dmaengine: lpc18xx-dmamux: fix device leak on route allocation Make sure to drop the reference taken when looking up the DMA mux platform device during route allocation. Note that holding a reference to a device does not prevent...

5.7AI score
SaveExploits0References11
attackerkb
attackerkb
added 2026/01/31 11:41 a.m.15 views

CVE-2025-71188

In the Linux kernel, the following vulnerability has been resolved: dmaengine: lpc18xx-dmamux: fix device leak on route allocation Make sure to drop the reference taken when looking up the DMA mux platform device during route allocation. Note that holding a reference to a device does not prevent...

5.7AI score0.00195EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/01/31 11:41 a.m.44 views

CVE-2025-71187 dmaengine: sh: rz-dmac: fix device leak on probe failure

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sh: rz-dmac: fix device leak on probe failure Make sure to drop the reference taken when looking up the ICU device during probe also on probe failures e.g. probe deferral...

0.00167EPSS
SaveExploits0References2
CVE
CVE
added 2026/01/31 11:41 a.m.33 views

CVE-2025-71187

Technical details are not publicly available in the provided documents. Monitor for updates.

5.5CVSS5.7AI score0.00167EPSS
SaveExploits0References2Affected Software1
attackerkb
attackerkb
added 2026/01/31 11:41 a.m.10 views

CVE-2025-71185

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: dma-crossbar: fix device leak on am335x route allocation Make sure to drop the reference taken when looking up the crossbar platform device during am335x route allocation...

5.7AI score0.00199EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
added 2026/01/31 11:41 a.m.8 views

EUVD-2025-206589

In the Linux kernel, the following vulnerability has been resolved: dmaengine: stm32: dmamux: fix device leak on route allocation Make sure to drop the reference taken when looking up the DMA mux platform device during route allocation. Note that holding a reference to a device does not prevent i...

5.7AI score0.00199EPSS
SaveExploits0References4
CVE
CVE
added 2026/01/31 11:41 a.m.39 views

CVE-2025-71186

Technical details (affected component, root cause, impact, and patch information) for CVE-2025-71186 are not publicly provided in the supplied documents. Monitor for updates from official advisories and vendor/security bulletins.

5.5CVSS5.7AI score0.00199EPSS
SaveExploits0References9Affected Software1
attackerkb
attackerkb
added 2026/01/31 11:41 a.m.6 views

CVE-2025-71186

In the Linux kernel, the following vulnerability has been resolved: dmaengine: stm32: dmamux: fix device leak on route allocation Make sure to drop the reference taken when looking up the DMA mux platform device during route allocation. Note that holding a reference to a device does not prevent i...

5.7AI score0.00199EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
added 2026/01/31 11:41 a.m.9 views

EUVD-2025-206590

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: dma-crossbar: fix device leak on am335x route allocation Make sure to drop the reference taken when looking up the crossbar platform device during am335x route allocation...

5.7AI score0.00199EPSS
SaveExploits0References4
OSV
OSV
added 2026/01/31 11:41 a.m.12 views

CVE-2025-71185 dmaengine: ti: dma-crossbar: fix device leak on am335x route allocation

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: dma-crossbar: fix device leak on am335x route allocation Make sure to drop the reference taken when looking up the crossbar platform device during am335x route allocation...

5.7AI score
SaveExploits0References12
OSV
OSV
added 2026/01/31 11:41 a.m.7 views

CVE-2025-71186 dmaengine: stm32: dmamux: fix device leak on route allocation

In the Linux kernel, the following vulnerability has been resolved: dmaengine: stm32: dmamux: fix device leak on route allocation Make sure to drop the reference taken when looking up the DMA mux platform device during route allocation. Note that holding a reference to a device does not prevent i...

5.7AI score
SaveExploits0References12
CVE
CVE
added 2026/01/31 11:38 a.m.47 views

CVE-2026-23015

CVE-2026-23015 relates to the Linux kernel gpio_mpsse driver: a reference leak in gpio_mpsse_probe() error paths due to usb_get_dev() not being released. The fix uses device-managed helper functions and removes the usb_put_dev() call in the disconnect path, allowing automatic release of the refer...

5.5CVSS5.7AI score0.00136EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/01/31 11:38 a.m.46 views

CVE-2026-23015 gpio: mpsse: fix reference leak in gpio_mpsse_probe() error paths

In the Linux kernel, the following vulnerability has been resolved: gpio: mpsse: fix reference leak in gpiompsseprobe error paths The reference obtained by calling usbgetdev is not released in the gpiompsseprobe error paths. Fix that by using device managed helper functions. Also remove the...

0.00136EPSS
SaveExploits0References2
attackerkb
attackerkb
added 2026/01/31 11:38 a.m.7 views

CVE-2026-23015

In the Linux kernel, the following vulnerability has been resolved: gpio: mpsse: fix reference leak in gpiompsseprobe error paths The reference obtained by calling usbgetdev is not released in the gpiompsseprobe error paths. Fix that by using device managed helper functions. Also remove the...

5.7AI score0.00136EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/01/31 11:38 a.m.12 views

EUVD-2026-5079

In the Linux kernel, the following vulnerability has been resolved: gpio: mpsse: fix reference leak in gpiompsseprobe error paths The reference obtained by calling usbgetdev is not released in the gpiompsseprobe error paths. Fix that by using device managed helper functions. Also remove the...

5.7AI score0.00136EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/01/31 11:38 a.m.24 views

CVE-2026-23015

In the Linux kernel, the following vulnerability has been resolved: gpio: mpsse: fix reference leak in gpiompsseprobe error paths The reference obtained by calling usbgetdev is not released in the gpiompsseprobe error paths. Fix that by using device managed helper functions. Also remove the...

5.5CVSS5.2AI score0.00136EPSS
SaveExploits0
OSV
OSV
added 2026/01/31 11:38 a.m.12 views

CVE-2026-23015 gpio: mpsse: fix reference leak in gpio_mpsse_probe() error paths

In the Linux kernel, the following vulnerability has been resolved: gpio: mpsse: fix reference leak in gpiompsseprobe error paths The reference obtained by calling usbgetdev is not released in the gpiompsseprobe error paths. Fix that by using device managed helper functions. Also remove the...

5.7AI score
SaveExploits0References5
OSV
OSV
added 2026/01/31 8:43 a.m.18 views

BIT-MASTODON-2026-23964 Mastodon has insufficient access control to push notification settings

Mastodon is a free, open-source social network server based on ActivityPub. Prior to versions 4.5.5, 4.4.12, and 4.3.18, an insecure direct object reference in the web push subscription update endpoint lets any authenticated user update another user's push subscription by guessing or obtaining th...

6.5CVSS5.9AI score0.00227EPSS
SaveExploits0References5
Rows per page
Query Builder