Lucene search
+L

285 matches found

Debian CVE
Debian CVE
added 2024/09/13 5:29 a.m.15 views

CVE-2024-46674

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: st: fix probed platform device ref count on probe error path The probe function never performs any paltform device allocation, thus error path "undoplatformdevalloc" is entirely bogus. It drops the reference count from...

7.8CVSS5.7AI score0.00278EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/09/13 5:29 a.m.31 views

CVE-2024-46674 usb: dwc3: st: fix probed platform device ref count on probe error path

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: st: fix probed platform device ref count on probe error path The probe function never performs any paltform device allocation, thus error path "undoplatformdevalloc" is entirely bogus. It drops the reference count from...

7.8CVSS0.00278EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2024/09/13 12:00 a.m.6 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 resource management error vulnerability exists in Linux kernel, which stems from a failure to properly handle platform device reference counts upon probe failure, which can...

7.8CVSS6.3AI score0.00278EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2024/08/22 3:29 a.m.6 views

SUSE CVE-2022-48889

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: sof-nau8825: fix module alias overflow The maximum name length for a platformdeviceid entry is 20 characters including the trailing NUL byte. The sofnau8825.c file exceeds that, which causes an obscure error message:...

5.5CVSS6.2AI score0.00205EPSS
SaveExploits0References6
OSV
OSV
added 2024/08/21 7:15 a.m.10 views

DEBIAN-CVE-2022-48889

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: sof-nau8825: fix module alias overflow The maximum name length for a platformdeviceid entry is 20 characters including the trailing NUL byte. The sofnau8825.c file exceeds that, which causes an obscure error message:...

5.5CVSS5.3AI score0.00205EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2024/08/21 6:10 a.m.75 views

CVE-2022-48889

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: sof-nau8825: fix module alias overflow The maximum name length for a platformdeviceid entry is 20 characters including the trailing NUL byte. The sofnau8825.c file exceeds that, which causes an obscure error message:...

5.5CVSS5.3AI score0.00205EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/08/07 12:00 a.m.11 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, which stems from the fact that the tty:serial:ma35d1 module may be null for pdev-dev.ofnode when the serial node is missing...

5.5CVSS6.2AI score0.00211EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/08/06 2:00 a.m.7 views

SUSE CVE-2024-42089

In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl-asoc-card: set priv-pdev before using it priv-pdev pointer was set after being used in fslasoccardaudmuxinit. Move this assignment at the start of the probe function, so sub-functions can correctly use pdev through priv...

5.5CVSS6.3AI score0.00233EPSS
SaveExploits0References13
OSV
OSV
added 2024/07/29 4:15 p.m.13 views

AZL-47113 CVE-2024-42074 affecting package kernel for versions less than 5.15.162.2-1

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: acp: add a null check for chippdev structure When acp platform device creation is skipped, chip-chippdev value will remain NULL. Add NULL check for chip-chippdev structure in sndacpresume function to avoid null pointer...

5.5CVSS6.1AI score0.00224EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/29 4:15 p.m.6 views

UBUNTU-CVE-2024-42074

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: acp: add a null check for chippdev structure When acp platform device creation is skipped, chip-chippdev value will remain NULL. Add NULL check for chip-chippdev structure in sndacpresume function to avoid null pointer...

5.5CVSS5.7AI score0.00224EPSS
SaveExploits0References16
CNNVD
CNNVD
added 2024/07/29 12:00 a.m.6 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 the fact that if acp platform device creation is skipped, the chip-chippdev value will remain NULL, and a nu...

5.5CVSS6.3AI score0.00224EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/07/16 12:15 p.m.26 views

CVE-2022-48812

In the Linux kernel, the following vulnerability has been resolved: net: dsa: lantiqgswip: don't use devres for mdiobus As explained in commits: 74b6d7d13307 "net: dsa: realtek: register the MDIO bus under devres" 5135e96a3dd2 "net: dsa: don't allocate the slavemiibus using devres" mdiobusfree wi...

5.5CVSS5.9AI score0.00271EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/07/16 11:44 a.m.14 views

CVE-2022-48815 net: dsa: bcm_sf2: don't use devres for mdiobus

In the Linux kernel, the following vulnerability has been resolved: net: dsa: bcmsf2: don't use devres for mdiobus As explained in commits: 74b6d7d13307 "net: dsa: realtek: register the MDIO bus under devres" 5135e96a3dd2 "net: dsa: don't allocate the slavemiibus using devres" mdiobusfree will...

6.9AI score0.00271EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/07/16 11:44 a.m.17 views

CVE-2022-48814 net: dsa: seville: register the mdiobus under devres

In the Linux kernel, the following vulnerability has been resolved: net: dsa: seville: register the mdiobus under devres As explained in commits: 74b6d7d13307 "net: dsa: realtek: register the MDIO bus under devres" 5135e96a3dd2 "net: dsa: don't allocate the slavemiibus using devres" mdiobusfree...

6.9AI score0.00271EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/07/16 11:44 a.m.20 views

CVE-2022-48812

In the Linux kernel, the following vulnerability has been resolved: net: dsa: lantiqgswip: don't use devres for mdiobus As explained in commits: 74b6d7d13307 "net: dsa: realtek: register the MDIO bus under devres" 5135e96a3dd2 "net: dsa: don't allocate the slavemiibus using devres" mdiobusfree wi...

5.5CVSS5.2AI score0.00271EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/06/20 11:13 a.m.17 views

CVE-2022-48750 hwmon: (nct6775) Fix crash in clear_caseopen

In the Linux kernel, the following vulnerability has been resolved: hwmon: nct6775 Fix crash in clearcaseopen Paweł Marciniak reports the following crash, observed when clearing the chassis intrusion alarm. BUG: kernel NULL pointer dereference, address: 0000000000000028 PGD 0 P4D 0 Oops: 0000 1...

6.3AI score0.00223EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2024/05/27 8:29 a.m.29 views

CVE-2021-47436

In the Linux kernel, the following vulnerability has been resolved: usb: musb: dsps: Fix the probe error path Commit 7c75bde329d7 "usb: musb: musbdsps: requestirq after initializing musb" has inverted the calls to dspssetupoptionalvbusirq and dspscreatemusbpdev without updating correctly the erro...

4.4CVSS6.4AI score0.00226EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/05/25 3:34 a.m.8 views

SUSE CVE-2021-47436

In the Linux kernel, the following vulnerability has been resolved: usb: musb: dsps: Fix the probe error path Commit 7c75bde329d7 "usb: musb: musbdsps: requestirq after initializing musb" has inverted the calls to dspssetupoptionalvbusirq and dspscreatemusbpdev without updating correctly the erro...

5.5CVSS6.2AI score0.00226EPSS
SaveExploits0References14
SUSE CVE
SUSE CVE
added 2024/05/24 10:32 a.m.5 views

SUSE CVE-2021-47372

In the Linux kernel, the following vulnerability has been resolved: net: macb: fix use after free on rmmod platdev-dev-platformdata is released by platformdeviceunregister, use of pclk and hclk is a use-after-free. Since device unregister won't need a clk device we adjust the function call sequen...

7.8CVSS6.6AI score0.00242EPSS
SaveExploits0References15
ATTACKERKB
ATTACKERKB
added 2024/05/22 7:15 a.m.9 views

CVE-2021-47436

In the Linux kernel, the following vulnerability has been resolved: usb: musb: dsps: Fix the probe error path Commit 7c75bde329d7 "usb: musb: musbdsps: requestirq after initializing musb" has inverted the calls to dspssetupoptionalvbusirq and dspscreatemusbpdev without updating correctly the erro...

5.5CVSS5.8AI score0.00226EPSS
SaveExploits0References7Affected Software1
Rows per page
Query Builder