Lucene search
+L

4939 matches found

CVE
CVE
added 2025/12/16 3:39 p.m.26 views

CVE-2025-68316

CVE-2025-68316 affects the Linux kernel’s SCSI UFS core. The root cause was an invalid non‑negative error code propagated from ufshcd_init(), causing a failed probe to be treated as success and potentially leaving the driver in an invalid state. The available connected sources confirm the issue a...

6.2AI score0.0015EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/16 3:39 p.m.9 views

CVE-2025-68316 scsi: ufs: core: Fix invalid probe error return value

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix invalid probe error return value After DME Link Startup, the error return value is set to the MIPI UniPro GenericErrorCode which can be 0 SUCCESS or 1 FAILURE. Upon failure during driver probe, the error code...

6.5AI score0.0015EPSS
SaveExploits0References5
CVE
CVE
added 2025/12/16 3:39 p.m.19 views

CVE-2025-68312

CVE-2025-68312 affects the Linux kernel usbnet subsystem. Root cause: during usbnet probing, usbnet_link_change(dev,0,0) queues a kevent on the global workqueue, which may still be active when the device is unregistered, causing a potential free of an active kevent object. The added fix cancels t...

6.1AI score0.00171EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/12/16 3:30 p.m.8 views

EUVD-2025-203647

In the Linux kernel, the following vulnerability has been resolved: most: usb: hdmprobe: Fix calling putdevice before device initialization The early error path in hdmprobe can jump to errfreemdev before &mdev-dev has been initialized with deviceinitialize. Calling putdevice&mdev-dev there trigge...

5.9AI score0.00167EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/12/16 3:30 p.m.5 views

EUVD-2025-203709

In the Linux kernel, the following vulnerability has been resolved: net: mdio: Check regmap pointer returned by devicenodetoregmap The call to devicenodetoregmap in airohamdioprobe can return an ERRPTR if regmap initialization fails. Currently, the driver stores the pointer without validation,...

6.1AI score0.00162EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/16 3:30 p.m.8 views

EUVD-2025-203724

In the Linux kernel, the following vulnerability has been resolved: crypto: aspeed - fix double free caused by devm The clock obtained via devmclkgetenabled is automatically managed by devres and will be disabled and freed on driver detach. Manually calling clkdisableunprepare in error path and...

6.1AI score0.00174EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/16 3:30 p.m.7 views

EUVD-2025-203715

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Remove calls to drmputdev Since the allocation of the drivers main structure was changed to devmdrmdevalloc drmputdev'ing to trigger it to be free'd should be done by devres. However, drmputdev is still in the probe...

5.9AI score0.00128EPSS
SaveExploits0References4
NVD
NVD
added 2025/12/16 3:15 p.m.28 views

CVE-2025-68249

In the Linux kernel, the following vulnerability has been resolved: most: usb: hdmprobe: Fix calling putdevice before device initialization The early error path in hdmprobe can jump to errfreemdev before &mdev-dev has been initialized with deviceinitialize. Calling putdevice&mdev-dev there trigge...

0.00167EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/16 3:6 p.m.34 views

CVE-2025-68290 most: usb: fix double free on late probe failure

In the Linux kernel, the following vulnerability has been resolved: most: usb: fix double free on late probe failure The MOST subsystem has a non-standard registration function which frees the interface on registration failures and on deregistration. This unsurprisingly leads to bugs in the MOST...

0.00179EPSS
SaveExploits0References7
CVE
CVE
added 2025/12/16 3:6 p.m.18 views

CVE-2025-68290

The CVE-2025-68290 entry corresponds to a Linux kernel issue in the MOST subsystem where a non-standard registration path frees the interface on registration failures and deregistration. This led to reference underflows, use-after-free, and multiple double-free conditions in MOST/USB-related driv...

6.2AI score0.00179EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/16 3:6 p.m.7 views

CVE-2025-68290 most: usb: fix double free on late probe failure

In the Linux kernel, the following vulnerability has been resolved: most: usb: fix double free on late probe failure The MOST subsystem has a non-standard registration function which frees the interface on registration failures and on deregistration. This unsurprisingly leads to bugs in the MOST...

6.5AI score0.00179EPSS
SaveExploits0References10
CVE
CVE
added 2025/12/16 2:32 p.m.34 views

CVE-2025-68249

CVE-2025-68249 refers to a pre-initialization bug in the Linux kernel within the usb/hub driver path (hdm_probe). The error path could jump to err_free_mdev before mdev->dev is initialized, leading to a WARN when calling put_device() on an uninitialized device and potentially triggering improp...

6AI score0.00167EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/16 2:32 p.m.6 views

CVE-2025-68249 most: usb: hdm_probe: Fix calling put_device() before device initialization

In the Linux kernel, the following vulnerability has been resolved: most: usb: hdmprobe: Fix calling putdevice before device initialization The early error path in hdmprobe can jump to errfreemdev before &mdev-dev has been initialized with deviceinitialize. Calling putdevice&mdev-dev there trigge...

6.3AI score0.00167EPSS
SaveExploits0References10
NVD
NVD
added 2025/12/16 2:15 p.m.11 views

CVE-2025-68229

In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcmloop: Fix segfault in tcmlooptpgaddressshow If the allocation of tlhba-sh fails in tcmloopdriverprobe and we attempt to dereference it in tcmlooptpgaddressshow we will get a segfault, see below for an example. So...

0.00179EPSS
SaveExploits0References8
NVD
NVD
added 2025/12/16 2:15 p.m.6 views

CVE-2025-68187

In the Linux kernel, the following vulnerability has been resolved: net: mdio: Check regmap pointer returned by devicenodetoregmap The call to devicenodetoregmap in airohamdioprobe can return an ERRPTR if regmap initialization fails. Currently, the driver stores the pointer without validation,...

0.00162EPSS
SaveExploits0References2
NVD
NVD
added 2025/12/16 2:15 p.m.7 views

CVE-2025-68181

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Remove calls to drmputdev Since the allocation of the drivers main structure was changed to devmdrmdevalloc drmputdev'ing to trigger it to be free'd should be done by devres. However, drmputdev is still in the probe...

7.8CVSS0.00128EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/16 2:15 p.m.6 views

CVE-2025-68170

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Do not kfree devres managed rdev Since the allocation of the drivers main structure was changed to devmdrmdevalloc rdev is managed by devres and we shouldn't be calling kfree on it. This fixes things exploding if the...

7.8CVSS0.00132EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.4 views

CVE-2025-68187

In the Linux kernel, the following vulnerability has been resolved: net: mdio: Check regmap pointer returned by devicenodetoregmap The call to devicenodetoregmap in airohamdioprobe can return an ERRPTR if regmap initialization fails. Currently, the driver stores the pointer without validation,...

5.7AI score0.00162EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.5 views

CVE-2025-68215

In the Linux kernel, the following vulnerability has been resolved: ice: fix PTP cleanup on driver removal in error path Improve the cleanup on releasing PTP resources in error path. The error case might happen either at the driver probe and PTP feature initialization or on PTP restart errors in...

5.8AI score0.00125EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.5 views

CVE-2025-68204

In the Linux kernel, the following vulnerability has been resolved: pmdomain: arm: scmi: Fix genpd leak on provider registration failure If ofgenpdaddprovideronecell fails during probe, the previously created generic power domains are not removed, leading to a memory leak and potential kernel cra...

5.7AI score0.00184EPSS
SaveExploits0References36
Rows per page
Query Builder