Lucene search
K

27 matches found

CVE
CVE
added 2025/06/18 11:3 a.m.59 views

CVE-2022-50144

CVE-2022-50144 relates to the Linux kernel SoundWire subsystem. The issue arises during bind/unbind of SoundWire drivers where the probe stores driver ops in a per-slave structure and a previously introduced probed/probe_complete state isn’t reset on removal, enabling risky callbacks after .remov...

5.5CVSS6.3AI score0.00065EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:3 a.m.5 views

CVE-2022-50144 soundwire: revisit driver bind/unbind and callbacks

In the Linux kernel, the following vulnerability has been resolved: soundwire: revisit driver bind/unbind and callbacks In the SoundWire probe, we store a pointer from the driver ops into the 'slave' structure. This can lead to kernel oopses when unbinding codec drivers, e.g. with the following...

0.00065EPSS
Exploits0References4
OSV
OSV
added 2025/06/18 11:3 a.m.3 views

CVE-2022-50144 soundwire: revisit driver bind/unbind and callbacks

In the Linux kernel, the following vulnerability has been resolved: soundwire: revisit driver bind/unbind and callbacks In the SoundWire probe, we store a pointer from the driver ops into the 'slave' structure. This can lead to kernel oopses when unbinding codec drivers, e.g. with the following...

5.5CVSS5.8AI score0.00065EPSS
Exploits0References7
NVD
NVD
added 2025/02/26 7:1 a.m.7 views

CVE-2022-49617

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: sofsdw: handle errors on card registration If the card registration fails, typically because of deferred probes, the device properties added for headset codecs are not removed, which leads to kernel oopses in driver...

5.5CVSS0.00071EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.9 views

CVE-2022-49617

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: sofsdw: handle errors on card registration If the card registration fails, typically because of deferred probes, the device properties added for headset codecs are not removed, which leads to kernel oopses in driver...

5.5CVSS5.5AI score0.00071EPSS
Exploits0
Vulnrichment
Vulnrichment
added 2024/07/29 3:47 p.m.16 views

CVE-2024-41083 netfs: Fix netfs_page_mkwrite() to check folio->mapping is valid

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix netfspagemkwrite to check folio-mapping is valid Fix netfspagemkwrite to check that folio-mapping is valid once it has taken the folio lock as filemappagemkwrite does. Without this, generic/247 occasionally oopses with...

6.6AI score0.00017EPSS
Exploits0References2
UbuntuCve
UbuntuCve
added 2024/05/30 4:15 p.m.23 views

CVE-2024-36926

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries/iommu: LPAR panics during boot up with a frozen PE At the time of LPAR boot up, partition firmware provides Open Firmware property ibm,dma-window for the PE. This property is provided on the PCI bus the PE is...

6.2CVSS6.3AI score0.00018EPSS
Exploits0References11
SUSE CVE
SUSE CVE
added 2024/05/28 3:33 a.m.1 views

SUSE CVE-2021-47495

In the Linux kernel, the following vulnerability has been resolved: usbnet: sanity check for maxpacket maxpacket of 0 makes no sense and oopses as we need to divide by it. Give up. V2: fixed typo in log and stylistic issues...

3.3CVSS6.6AI score0.00012EPSS
Exploits0References14
RedhatCVE
RedhatCVE
added 2024/05/01 8:24 p.m.13 views

CVE-2024-27055

A vulnerability was found in the wqupdatenodemaxactive function in the Linux Kernel, where improper handling of a special CPU identifier -1 when used in the call cpumasktestcpu function can result in a kernel panic. This issue can result in system instability or crashes...

5.5CVSS6.2AI score
Exploits0References4
NVD
NVD
added 2024/05/01 1:15 p.m.11 views

CVE-2024-27055

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.3AI score
Exploits0
Debian CVE
Debian CVE
added 2024/05/01 12:54 p.m.20 views

CVE-2024-27055

Removed by vendor...

5.6AI score
Exploits0
Vulnrichment
Vulnrichment
added 2024/05/01 12:54 p.m.19 views

CVE-2024-27055

...

5.5AI score
Exploits0
Cvelist
Cvelist
added 2024/05/01 12:54 p.m.14 views

CVE-2024-27055

...

6.5AI score
Exploits0
RedhatCVE
RedhatCVE
added 2024/04/17 7:53 p.m.21 views

CVE-2024-26847

A flaw was found in the Linux Kernel. Wrong spelling in the RTAS function table can cause reverse lookups yo fail and warn 'unexpected failed lookup for token' due to function names being used for resetting TCE tables. Linux kernel errors are possible when lockdep is enabled or the RTAS tracepoin...

3.3CVSS4.8AI score0.00045EPSS
Exploits0References4
NVD
NVD
added 2024/04/17 11:15 a.m.15 views

CVE-2024-26847

In the Linux kernel, the following vulnerability has been resolved: powerpc/rtas: use correct function name for resetting TCE tables The PAPR spec spells the function name as "ibm,reset-pe-dma-windows" but in practice firmware uses the singular form: "ibm,reset-pe-dma-window" in the device tree...

5.1CVSS6.5AI score0.00045EPSS
Exploits0References3
Vulnrichment
Vulnrichment
added 2024/04/17 10:14 a.m.18 views

CVE-2024-26847 powerpc/rtas: use correct function name for resetting TCE tables

In the Linux kernel, the following vulnerability has been resolved: powerpc/rtas: use correct function name for resetting TCE tables The PAPR spec spells the function name as "ibm,reset-pe-dma-windows" but in practice firmware uses the singular form: "ibm,reset-pe-dma-window" in the device tree...

6.9AI score0.00045EPSS
Exploits0References3
CVE
CVE
added 2024/04/17 10:14 a.m.67 views

CVE-2024-26847

CVE-2024-26847 concerns the Linux kernel on POWER platforms where RTAS function names were spelled inconsistently. The PAPR-specified name is ibm,reset-pe-dma-windows, but firmware in practice used ibm,reset-pe-dma-window in the device tree. This mismatch caused reverse lookups (token -> name)...

5.1CVSS6.7AI score0.00045EPSS
Exploits0References3Affected Software1
Cvelist
Cvelist
added 2024/04/17 10:14 a.m.18 views

CVE-2024-26847 powerpc/rtas: use correct function name for resetting TCE tables

In the Linux kernel, the following vulnerability has been resolved: powerpc/rtas: use correct function name for resetting TCE tables The PAPR spec spells the function name as "ibm,reset-pe-dma-windows" but in practice firmware uses the singular form: "ibm,reset-pe-dma-window" in the device tree...

6.8AI score0.00045EPSS
Exploits0References3
NVD
NVD
added 2024/04/03 5:15 p.m.15 views

CVE-2024-26738

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries/iommu: DLPAR add doesn't completely initialize pcicontroller When a PCI device is dynamically added, the kernel oopses with a NULL pointer dereference: BUG: Kernel NULL pointer dereference on read at 0x00000030...

5.5CVSS6.3AI score0.00094EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2024/04/03 5:0 p.m.21 views

CVE-2024-26738

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries/iommu: DLPAR add doesn't completely initialize pcicontroller When a PCI device is dynamically added, the kernel oopses with a NULL pointer dereference: BUG: Kernel NULL pointer dereference on read at 0x00000030...

5.5CVSS4.6AI score0.00094EPSS
Exploits0
Rows per page
Query Builder