Lucene search
K

378 matches found

RedHat Linux
RedHat Linux
added 2026/02/11 5:48 p.m.3 views

kernel: drm/sched: Fix potential double free in drm_sched_job_add_resv_dependencies

A flaw was found in the kernel subsystem handling of the DRM scheduler. Under certain error conditions, the function drmschedjobadddependency consumes a fence reference and then later erroneously attempts to free it again double free. This may lead to memory corruption and, in some configurations...

5.7AI score0.00183EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2026/02/05 12:24 a.m.5 views

SUSE CVE-2026-23091

In the Linux kernel, the following vulnerability has been resolved: intelth: fix device leak on output open Make sure to drop the reference taken when looking up the th device during output device open on errors and on close. Note that a recent commit fixed the leak in a couple of open error path...

5.5CVSS5.1AI score0.00123EPSS
Exploits0References19
UbuntuCve
UbuntuCve
added 2026/02/04 5:16 p.m.5 views

CVE-2026-23079

In the Linux kernel, the following vulnerability has been resolved: gpio: cdev: Fix resource leaks on errors in lineinfochangednotify On error handling paths, lineinfochangednotify doesn't free the allocated resources which results leaks. Fix it...

5.5CVSS5.7AI score0.00107EPSS
Exploits0References4
Cvelist
Cvelist
added 2026/02/04 4:8 p.m.29 views

CVE-2026-23091 intel_th: fix device leak on output open()

In the Linux kernel, the following vulnerability has been resolved: intelth: fix device leak on output open Make sure to drop the reference taken when looking up the th device during output device open on errors and on close. Note that a recent commit fixed the leak in a couple of open error path...

0.00123EPSS
Exploits0References7
CVE
CVE
added 2026/02/04 4:8 p.m.23 views

CVE-2026-23091

CVE-2026-23091 concerns the Linux kernel intel_th subsystem, where a device-leak was reported during output open(). The description states to drop the reference taken when looking up the th device on errors and on close(). It notes that a recent commit fixed the leak in some open() error paths bu...

5.5CVSS5.2AI score0.00123EPSS
Exploits0References7Affected Software1
Vulnrichment
Vulnrichment
added 2026/02/04 4:8 p.m.4 views

CVE-2026-23091 intel_th: fix device leak on output open()

In the Linux kernel, the following vulnerability has been resolved: intelth: fix device leak on output open Make sure to drop the reference taken when looking up the th device during output device open on errors and on close. Note that a recent commit fixed the leak in a couple of open error path...

5.3AI score0.00123EPSS
Exploits0References7
ATTACKERKB
ATTACKERKB
added 2026/02/04 4:8 p.m.5 views

CVE-2026-23091

In the Linux kernel, the following vulnerability has been resolved: intelth: fix device leak on output open Make sure to drop the reference taken when looking up the th device during output device open on errors and on close. Note that a recent commit fixed the leak in a couple of open error path...

5.2AI score0.00123EPSS
Exploits0References8Affected Software1
RedhatCVE
RedhatCVE
added 2026/02/02 7:17 a.m.6 views

CVE-2026-23033

In the Linux kernel, the following vulnerability has been resolved: dmaengine: omap-dma: fix dmapool resource leak in error paths The dmapool created by dmapoolcreate is not destroyed when dmaasyncdeviceregister or ofdmacontrollerregister fails, causing a resource leak in the probe error paths. A...

5.1AI score0.00202EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2026/02/01 12:23 a.m.8 views

SUSE CVE-2026-23033

In the Linux kernel, the following vulnerability has been resolved: dmaengine: omap-dma: fix dmapool resource leak in error paths The dmapool created by dmapoolcreate is not destroyed when dmaasyncdeviceregister or ofdmacontrollerregister fails, causing a resource leak in the probe error paths. A...

3.3CVSS5.8AI score0.00202EPSS
Exploits0References19
NVD
NVD
added 2026/01/31 12:16 p.m.19 views

CVE-2026-23033

In the Linux kernel, the following vulnerability has been resolved: dmaengine: omap-dma: fix dmapool resource leak in error paths The dmapool created by dmapoolcreate is not destroyed when dmaasyncdeviceregister or ofdmacontrollerregister fails, causing a resource leak in the probe error paths. A...

0.00202EPSS
Exploits0References8
UbuntuCve
UbuntuCve
added 2026/01/31 12:16 p.m.6 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.7AI score0.00128EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2026/01/31 12:16 p.m.9 views

CVE-2026-23033

In the Linux kernel, the following vulnerability has been resolved: dmaengine: omap-dma: fix dmapool resource leak in error paths The dmapool created by dmapoolcreate is not destroyed when dmaasyncdeviceregister or ofdmacontrollerregister fails, causing a resource leak in the probe error paths. A...

5.7AI score0.00202EPSS
Exploits0References25
OSV
OSV
added 2026/01/31 12:16 p.m.4 views

UBUNTU-CVE-2026-23033

In the Linux kernel, the following vulnerability has been resolved: dmaengine: omap-dma: fix dmapool resource leak in error paths The dmapool created by dmapoolcreate is not destroyed when dmaasyncdeviceregister or ofdmacontrollerregister fails, causing a resource leak in the probe error paths. A...

5.7AI score0.00202EPSS
Exploits0References29
OSV
OSV
added 2026/01/31 12:16 p.m.4 views

UBUNTU-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.7AI score0.00128EPSS
Exploits0References5
CVE
CVE
added 2026/01/31 11:42 a.m.22 views

CVE-2026-23033

CVE-2026-23033 concerns the Linux kernel's dmaengine/omap-dma subsystem. The issue is a resource leak where the dma_pool created by dma_pool_create() is not destroyed if dma_async_device_register() or of_dma_controller_register() fails, leaving a leak in probe error paths. The remediation in the ...

5.8AI score0.00202EPSS
Exploits0References8
ATTACKERKB
ATTACKERKB
added 2026/01/31 11:42 a.m.5 views

CVE-2026-23033

In the Linux kernel, the following vulnerability has been resolved: dmaengine: omap-dma: fix dmapool resource leak in error paths The dmapool created by dmapoolcreate is not destroyed when dmaasyncdeviceregister or ofdmacontrollerregister fails, causing a resource leak in the probe error paths. A...

5.8AI score0.00202EPSS
Exploits0References8Affected Software1
Debian CVE
Debian CVE
added 2026/01/31 11:42 a.m.4 views

CVE-2026-23033

In the Linux kernel, the following vulnerability has been resolved: dmaengine: omap-dma: fix dmapool resource leak in error paths The dmapool created by dmapoolcreate is not destroyed when dmaasyncdeviceregister or ofdmacontrollerregister fails, causing a resource leak in the probe error paths. A...

5.1AI score0.00202EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/01/31 11:38 a.m.6 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.00128EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2026/01/31 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2026-23033

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - dmaengine: omap-dma: fix dmapool resource leak in error paths The dmapool created by dmapoolcreate is not destroyed when dmaasyncdeviceregister or...

6.2AI score0.00202EPSS
Exploits0References2
Positive Technologies
Positive Technologies
added 2026/01/31 12:0 a.m.7 views

PT-2026-5518

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

5.7AI score0.00128EPSS
Exploits0References3
Rows per page
Query Builder