Lucene search
+L

415 matches found

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
CVE
CVE
added 2025/12/24 1:06 p.m.23 views

CVE-2023-54096

CVE-2023-54096 affects the Linux kernel soundwire subsystem. The vulnerability arises from the completion signaling used for enumeration/init: two completion structures were not signaled for current and future waiters and the wrong reinitialization function was used, risking memory corruption if ...

7.8CVSS6.3AI score0.0016EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 1:06 p.m.17 views

CVE-2023-54096 soundwire: fix enumeration completion

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.5AI score
SaveExploits0References8
NVD
NVD
added 2025/12/24 11:15 a.m.12 views

CVE-2023-54009

In the Linux kernel, the following vulnerability has been resolved: i2c: cadence: cdnsi2cmasterxfer: Fix runtime PM leak on error path The cdnsi2cmasterxfer function gets a runtime PM reference when the function is entered. This reference is released when the function is exited. There is currentl...

0.00201EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 11:15 a.m.9 views

UBUNTU-CVE-2023-54009

In the Linux kernel, the following vulnerability has been resolved: i2c: cadence: cdnsi2cmasterxfer: Fix runtime PM leak on error path The cdnsi2cmasterxfer function gets a runtime PM reference when the function is entered. This reference is released when the function is exited. There is currentl...

5.7AI score0.00201EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/24 10:55 a.m.8 views

CVE-2023-54013 interconnect: Fix locking for runpm vs reclaim

In the Linux kernel, the following vulnerability has been resolved: interconnect: Fix locking for runpm vs reclaim For cases where iccbwset can be called in callbaths that could deadlock against shrinker/reclaim, such as runpm resume, we need to decouple the icc locking. Introduce a new iccbwlock...

6.3AI score
SaveExploits0References5
CVE
CVE
added 2025/12/24 10:55 a.m.19 views

CVE-2023-54013

CVE-2023-54013 concerns the Linux kernel where interconnect locking could deadlock between runpm and memory reclaim. The description notes a fix to decouple ICC locking by introducing a new icc_bw_lock to serialize bandwidth aggregation, separating it from paths that allocate memory (e.g., node/l...

6.1AI score0.00191EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/24 10:55 a.m.39 views

CVE-2023-54009 i2c: cadence: cdns_i2c_master_xfer(): Fix runtime PM leak on error path

In the Linux kernel, the following vulnerability has been resolved: i2c: cadence: cdnsi2cmasterxfer: Fix runtime PM leak on error path The cdnsi2cmasterxfer function gets a runtime PM reference when the function is entered. This reference is released when the function is exited. There is currentl...

0.00201EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 10:55 a.m.9 views

CVE-2023-54009 i2c: cadence: cdns_i2c_master_xfer(): Fix runtime PM leak on error path

In the Linux kernel, the following vulnerability has been resolved: i2c: cadence: cdnsi2cmasterxfer: Fix runtime PM leak on error path The cdnsi2cmasterxfer function gets a runtime PM reference when the function is entered. This reference is released when the function is exited. There is currentl...

6.3AI score
SaveExploits0References9
CNNVD
CNNVD
added 2025/12/24 12:00 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a wrong-path unreleased runtime power management reference, which could lead to a resource leak...

6.1AI score0.00201EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/22 5:16 p.m.8 views

UBUNTU-CVE-2025-68330

In the Linux kernel, the following vulnerability has been resolved: iio: accel: bmc150: Fix irq assumption regression The code in bmc150-accel-core.c unconditionally calls bmc150accelsetinterrupt in the iiobuffersetupops, such as on the runtime PM resume path giving a kernel splat like this if th...

5.8AI score0.00188EPSS
SaveExploits0References34
Cvelist
Cvelist
added 2025/12/22 4:12 p.m.38 views

CVE-2025-68330 iio: accel: bmc150: Fix irq assumption regression

In the Linux kernel, the following vulnerability has been resolved: iio: accel: bmc150: Fix irq assumption regression The code in bmc150-accel-core.c unconditionally calls bmc150accelsetinterrupt in the iiobuffersetupops, such as on the runtime PM resume path giving a kernel splat like this if th...

0.00188EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/12/22 12:00 a.m.7 views

CVE-2025-68330

In the Linux kernel, the following vulnerability has been resolved: iio: accel: bmc150: Fix irq assumption regression The code in bmc150-accel-core.c unconditionally calls bmc150accelsetinterrupt in the iiobuffersetupops, such as on the runtime PM resume path giving a kernel splat like this if th...

5.8AI score0.00188EPSS
SaveExploits0References33
SUSE CVE
SUSE CVE
added 2025/12/17 12:23 a.m.5 views

SUSE CVE-2025-68311

In the Linux kernel, the following vulnerability has been resolved: tty: serial: ip22zilog: Use platform device for probing After commit 84a9582fd203 "serial: core: Start managing serial controllers to enable runtime PM" serial drivers need to provide a device in struct uartport.dev otherwise an...

5.5CVSS6.5AI score0.00181EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/12/16 4:16 p.m.4 views

CVE-2025-68311

In the Linux kernel, the following vulnerability has been resolved: tty: serial: ip22zilog: Use platform device for probing After commit 84a9582fd203 "serial: core: Start managing serial controllers to enable runtime PM" serial drivers need to provide a device in struct uartport.dev otherwise an...

5.7AI score0.00181EPSS
SaveExploits0References20
OSV
OSV
added 2025/12/16 3:39 p.m.7 views

CVE-2025-68311 tty: serial: ip22zilog: Use platform device for probing

In the Linux kernel, the following vulnerability has been resolved: tty: serial: ip22zilog: Use platform device for probing After commit 84a9582fd203 "serial: core: Start managing serial controllers to enable runtime PM" serial drivers need to provide a device in struct uartport.dev otherwise an...

6.3AI score
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/12/16 12:00 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2025-68311

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - tty: serial: ip22zilog: Use platform device for probing After commit 84a9582fd203 serial: core: Start managing serial controllers to enable runtime PM serial...

5.9AI score0.00181EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/12/10 4:24 a.m.18 views

CVE-2023-53812

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: fix decoder disable pm crash Can't call pmruntimedisable when the architecture support sub device for 'dev-pm.dev' is NUll, or will get below crash log. 10.771551 pc : rawspinlockirq+0x4c/0xa0 10.771556 l...

5.9AI score0.00183EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/10 12:35 a.m.8 views

SUSE CVE-2023-53812

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: fix decoder disable pm crash Can't call pmruntimedisable when the architecture support sub device for 'dev-pm.dev' is NUll, or will get below crash log. 10.771551 pc : rawspinlockirq+0x4c/0xa0 10.771556 l...

6.6AI score0.00183EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/09 12:01 a.m.9 views

CVE-2023-53812 media: mediatek: vcodec: fix decoder disable pm crash

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: fix decoder disable pm crash Can't call pmruntimedisable when the architecture support sub device for 'dev-pm.dev' is NUll, or will get below crash log. 10.771551 pc : rawspinlockirq+0x4c/0xa0 10.771556 l...

6.4AI score
SaveExploits0References7
Rows per page
Query Builder