Lucene search
+L

71 matches found

CVE
CVE
added 2026/01/13 3:31 p.m.40 views

CVE-2025-71071

In CVE-2025-71071, the Linux kernel iommu/mediatek driver had a use-after-free risk during probe deferral when larb devices were not yet bound. The issue arose from dropping references to larb devices taken during probe on success and on errors, potentially allowing a use-after-free if probe is d...

7.8CVSS6.1AI score0.0013EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/01/13 3:31 p.m.10 views

CVE-2025-71071 iommu/mediatek: fix use-after-free on probe deferral

In the Linux kernel, the following vulnerability has been resolved: iommu/mediatek: fix use-after-free on probe deferral The driver is dropping the references taken to the larb devices during probe after successful lookup as well as on errors. This can potentially lead to a use-after-free in case...

6.4AI score
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/01/13 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2025-71071

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: iommu/mediatek: fix use-after-free on probe deferral The driver is dropping the references...

7.8CVSS6.3AI score0.0013EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/01/13 12:00 a.m.8 views

PT-2026-2592

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the iommu/mediatek driver related to reference handling of larb devices during probe operations. Specifically, the driver incorrectly drops...

7.8CVSS5.3AI score0.0013EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/12/25 3:06 p.m.17 views

CVE-2023-54026

In the Linux kernel, the following vulnerability has been resolved: opp: Fix use-after-free in lazyopptables after probe deferral When devpmoppoffindiccpaths in allocateopptable returns -EPROBEDEFER, the opptable is freed again, to wait until all the interconnect paths are available. However, if...

5.5CVSS5.8AI score0.00136EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/25 12:57 a.m.10 views

SUSE CVE-2023-54026

In the Linux kernel, the following vulnerability has been resolved: opp: Fix use-after-free in lazyopptables after probe deferral When devpmoppoffindiccpaths in allocateopptable returns -EPROBEDEFER, the opptable is freed again, to wait until all the interconnect paths are available. However, if...

5.5CVSS6.5AI score0.00136EPSS
SaveExploits0References21
OSV
OSV
added 2025/12/24 1:16 p.m.10 views

UBUNTU-CVE-2023-54096

In the Linux kernel, the following vulnerability has been resolved: soundwire: fix enumeration completion The soundwire subsystem uses two completion structures that allow drivers to wait for soundwire device to become enumerated on the bus and initialised by their drivers, respectively. The code...

7.8CVSS6.3AI score0.0016EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/24 10:55 a.m.7 views

CVE-2023-54026 opp: Fix use-after-free in lazy_opp_tables after probe deferral

In the Linux kernel, the following vulnerability has been resolved: opp: Fix use-after-free in lazyopptables after probe deferral When devpmoppoffindiccpaths in allocateopptable returns -EPROBEDEFER, the opptable is freed again, to wait until all the interconnect paths are available. However, if...

7.8CVSS6.4AI score
SaveExploits0References7
CVE
CVE
added 2025/12/24 10:55 a.m.47 views

CVE-2023-54026

Summary of CVE-2023-54026 (Linux kernel): A use-after-free in lazy_opp_tables can occur when probe deferral (-EPROBE_DEFER) happens during OPP table allocation. If the OPP table uses required-opps and has already been added to the global lazy_opp_tables list, the error path failed to remove it, r...

7.8CVSS6.1AI score0.00136EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.10 views

PT-2025-52983

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.4.0-rc3 Description A use-after-free issue exists in the Linux kernel related to the handling of OPP Operational Power Policy tables after probe deferral. Specifically, when dev pm opp of find icc paths in...

6.3AI score0.00136EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/12/10 2:32 a.m.17 views

CVE-2023-53851

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: Drop aux devices together with DP controller Using devres to depopulate the aux bus made sure that upon a probe deferral the EDP panel device would be destroyed and recreated upon next attempt. But the struct device...

5.7AI score0.00187EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/10 12:34 a.m.11 views

SUSE CVE-2023-53851

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: Drop aux devices together with DP controller Using devres to depopulate the aux bus made sure that upon a probe deferral the EDP panel device would be destroyed and recreated upon next attempt. But the struct device...

5.5CVSS6.5AI score0.00187EPSS
SaveExploits0References17
EUVD
EUVD
added 2025/12/09 6:30 p.m.10 views

EUVD-2023-60154

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd-mbhc-v2: fix resource leaks on component remove The MBHC resources must be released on component probe failure and removal so can not be tied to the lifetime of the component device. This is specifically needed ...

6AI score0.00239EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/09 4:17 p.m.13 views

UBUNTU-CVE-2023-53851

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: Drop aux devices together with DP controller Using devres to depopulate the aux bus made sure that upon a probe deferral the EDP panel device would be destroyed and recreated upon next attempt. But the struct device...

8.4CVSS5.8AI score0.00187EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/09 4:17 p.m.21 views

UBUNTU-CVE-2023-53842

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd-mbhc-v2: fix resource leaks on component remove The MBHC resources must be released on component probe failure and removal so can not be tied to the lifetime of the component device. This is specifically needed ...

5.7AI score0.00239EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/08 1:16 a.m.10 views

UBUNTU-CVE-2025-40296

In the Linux kernel, the following vulnerability has been resolved: platform/x86: int3472: Fix double free of GPIO device during unregister regulatorunregister already frees the associated GPIO device. On ThinkPad X9 Lunar Lake, this causes a double free issue that leads to random failures when...

5.7AI score0.00181EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2025/10/27 12:00 a.m.7 views

Siemens SIMATIC Devices Deadlock (CVE-2024-42090)

pinctrl: deadlock in createpinctrl when handling -EPROBEDEFER. In createpinctrl, pinctrlmapsmutex is acquired before calling addsetting. If addsetting returns -EPROBEDEFER, createpinctrl calls pinctrlfree. However, pinctrlfree attempts to acquire pinctrlmapsmutex, which is already held by...

5.5CVSS6.7AI score0.00187EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/22 3:31 p.m.8 views

EUVD-2022-55662

In the Linux kernel, the following vulnerability has been resolved: mtd: Fix device name leak when register device failed in addmtddevice There is a kmemleak when register device failed: unreferenced object 0xffff888101aab550 size 8: comm "insmod", pid 3922, jiffies 4295277753 age 925.408s hex du...

5.7AI score0.00232EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/10/05 2:57 a.m.8 views

SUSE CVE-2022-50492

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix use-after-free on probe deferral The bridge counter was never reset when tearing down the DRM device so that stale pointers to deallocated structures would be accessed on the next tear down e.g. after a second late...

6.7CVSS6.5AI score0.00143EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/04 4:15 p.m.12 views

AZL-75134 CVE-2022-50492 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix use-after-free on probe deferral The bridge counter was never reset when tearing down the DRM device so that stale pointers to deallocated structures would be accessed on the next tear down e.g. after a second late...

7.8CVSS5.6AI score0.00143EPSS
SaveExploits0References1
Rows per page
Query Builder