Lucene search
+L

71 matches found

CVE
CVE
added 2026/08/10 11:51 a.m.41 views

CVE-2026-68084

The CVE concerns the Linux kernel staging: vme_user component, specifically the tsi148 bridge. The root cause is a leaked location monitor resource (lm_resources) because tsi148_remove() did not free lm_resources when unbinding or unloading, unlike other resources. The fix is to free the lm_resou...

5.3AI score0.00172EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/10 11:51 a.m.38 views

CVE-2026-68084 staging: vme_user: fix location monitor leak in tsi148 bridge

In the Linux kernel, the following vulnerability has been resolved: staging: vmeuser: fix location monitor leak in tsi148 bridge tsi148probe allocates a location monitor resource and links it into tsi148bridge-lmresources. The probe error path frees this list, but tsi148remove only frees the dma,...

5.4AI score
SaveExploits0References9
OSV
OSV
added 2026/08/06 8:16 a.m.10 views

UBUNTU-CVE-2026-64595

In the Linux kernel, the following vulnerability has been resolved: HID: hid-lenovo-go: cancel cfgsetup work in hidgocfgremove hidgocfgprobe initialises drvdata.gocfgsetup and schedules it to run 2 ms later: INITDELAYEDWORK&drvdata.gocfgsetup, &cfgsetup; scheduledelayedwork&drvdata.gocfgsetup,...

5.4AI score0.00145EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/07/25 4:00 p.m.11 views

SUSE CVE-2026-64365

In the Linux kernel, the following vulnerability has been resolved: HID: letsketch: fix UAF on inrangetimer at driver unbind letsketchdriver does not provide a .remove callback, but letsketchprobe arms a per-device timer: timersetup&data-inrangetimer, letsketchinrangetimeout, 0; The timer is...

5.5CVSS5.8AI score0.00129EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/06/26 7:40 p.m.20 views

EUVD-2026-39902

In the Linux kernel, the following vulnerability has been resolved: net: mana: Guard manaremove against double invocation If PM resume fails e.g., manaattach returns an error, manaprobe calls manaremove, which tears down the device and sets gd-gdmacontext = NULL and gd-driverdata = NULL. However,...

5.8AI score0.00121EPSS
SaveExploits0References3
CVE
CVE
added 2026/04/24 2:42 p.m.33 views

CVE-2026-31606

The CVE-2026-31606 issue affects the Linux kernel USB HID gadget driver. When a /dev/hidg* device is still open, unbind/bind operations can reinitialize a live cdev, which is unsafe and can crash the system. The core problem is calling cdev_init while the cdev is still in use; the fix is to alloc...

5.5CVSS5.4AI score0.00122EPSS
SaveExploits1References5Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/01/22 12:00 a.m.11 views

Azure Linux 3.0 Security Update: kernel (CVE-2024-39479)

The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-39479 advisory. - In the Linux kernel, the following vulnerability has been resolved: drm/i915/hwmon: Get rid of devm When bot...

7.8CVSS6.8AI score0.00222EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/01/13 2:01 p.m.5 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: The vulnerability relates to hardening the uplink netdev access in case the device is unbound. The function mlx5uplinknetdevget retrieves the uplink netdevice pointer from mdev-mlx5eres.uplinknetdev. However, the...

5.5CVSS5.7AI score0.00146EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:00 a.m.3 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-992807)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992807 advisory. In the Linux kernel, the following vulnerability has been resolved: ata: libata-transport: fix double atahostput in atatportadd In the error path in atatportadd, whe...

7.8CVSS6.2AI score0.00221EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/17 12:25 a.m.8 views

SUSE CVE-2025-68207

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Synchronize Dead CT worker with unbind Cancel and wait for any Dead CT worker to complete before continuing with device unbinding. Else the worker will end up using resources freed by the undind operation. cherry pick...

5.5CVSS6.5AI score0.00151EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/12/16 3:30 p.m.9 views

EUVD-2025-203689

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Synchronize Dead CT worker with unbind Cancel and wait for any Dead CT worker to complete before continuing with device unbinding. Else the worker will end up using resources freed by the undind operation. cherry pick...

6AI score0.00151EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.9 views

CVE-2025-68207

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Synchronize Dead CT worker with unbind Cancel and wait for any Dead CT worker to complete before continuing with device unbinding. Else the worker will end up using resources freed by the undind operation. cherry pick...

7.8CVSS5.7AI score0.00151EPSS
SaveExploits0References10
CVE
CVE
added 2025/12/16 1:48 p.m.36 views

CVE-2025-68207

CVE-2025-68207 pertains to the Linux kernel DRM-XE/GUC subsystem. The issue arises from a missing synchronization between a Dead CT worker and device unbind, allowing a previously freed resource to be reused during unbind, which can lead to resource exhaustion and potential service disruption. Th...

7.8CVSS6.1AI score0.00151EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/16 1:48 p.m.44 views

CVE-2025-68207 drm/xe/guc: Synchronize Dead CT worker with unbind

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Synchronize Dead CT worker with unbind Cancel and wait for any Dead CT worker to complete before continuing with device unbinding. Else the worker will end up using resources freed by the undind operation. cherry pick...

7.8CVSS0.00151EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/12/16 12:00 a.m.15 views

PT-2025-51620

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s DRM/XE/GUC subsystem where a Dead CT worker may not be properly synchronized during device unbinding. This can lead to the worker attempting to use...

5.5AI score0.00693EPSS
SaveExploits5References386
Tenable Nessus
Tenable Nessus
added 2025/11/06 12:00 a.m.3 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-990393)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990393 advisory. In the Linux kernel, the following vulnerability has been resolved: tty: goldfish: Fix freeirq on remove Pass the correct devid to freeirq to fix this splat when the...

7.8CVSS5.7AI score0.00271EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:00 a.m.2 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-989961)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989961 advisory. In the Linux kernel, the following vulnerability has been resolved: gpio: mockup: fix NULL pointer dereference when removing debugfs We now remove the device's debug...

5.5CVSS6AI score0.00226EPSS
SaveExploits0References4
Microsoft CVE
Microsoft CVE
added 2025/10/05 8:03 a.m.10 views

net/mlx5e: Harden uplink netdev access against device unbind

...

5.5CVSS7AI score0.00146EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/04 9:30 a.m.8 views

EUVD-2025-32390

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Harden uplink netdev access against device unbind The function mlx5uplinknetdevget gets the uplink netdevice pointer from mdev-mlx5eres.uplinknetdev. However, the netdevice can be removed and its pointer cleared when...

5.8AI score0.00146EPSS
SaveExploits0References5
NVD
NVD
added 2025/10/04 8:15 a.m.14 views

CVE-2025-39947

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Harden uplink netdev access against device unbind The function mlx5uplinknetdevget gets the uplink netdevice pointer from mdev-mlx5eres.uplinknetdev. However, the netdevice can be removed and its pointer cleared when...

5.5CVSS0.00146EPSS
SaveExploits0References4
Rows per page
Query Builder