Lucene search
+L

11371 matches found

NVD
NVD
added 2025/12/09 4:17 p.m.6 views

CVE-2023-53855

In the Linux kernel, the following vulnerability has been resolved: net: dsa: ocelot: call dsatag8021qunregister under rtnllock on driver remove When the tagging protocol in current use is "ocelot-8021q" and we unbind the driver, we see this splat: $ echo '0000:00:00.2'...

0.00216EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/09 4:17 p.m.18 views

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 ...

0.00241EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/09 4:17 p.m.8 views

UBUNTU-CVE-2025-40338

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Do not share the name pointer between components By sharing 'name' directly, tearing down components may lead to use-after-free errors. Duplicate the name to avoid that. At the same time, update the order of...

5.7AI score0.00211EPSS
SaveExploits0References10
OSV
OSV
added 2025/12/09 4:17 p.m.7 views

UBUNTU-CVE-2025-40344

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Disable periods-elapsed work when closing PCM avsdaifeshutdown handles the shutdown procedure for HOST HDAudio stream while period-elapsed work services its IRQs. As the former frees the DAI's private context,...

7.8CVSS5.7AI score0.0017EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/12/09 4:17 p.m.6 views

CVE-2025-40344

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Disable periods-elapsed work when closing PCM avsdaifeshutdown handles the shutdown procedure for HOST HDAudio stream while period-elapsed work services its IRQs. As the former frees the DAI's private context,...

7.8CVSS5.7AI score0.0017EPSS
SaveExploits0References10
RedHat Linux
RedHat Linux
added 2025/12/09 8:51 a.m.6 views

kernel: Bluetooth: hci_event: Fix UAF in hci_conn_tx_dequeue

A flaw was discovered in the Bluetooth subsystem of the Linux kernel. When processing a HCIEVNUMCOMPPKTS event, the function hciconntxdequeue did not properly hold or release the hdev device lock, which may lead to a use-after-free of the connection structure...

8.8CVSS5.8AI score0.00231EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2025/12/09 8:0 a.m.8 views

Win32k Elevation of Privilege Vulnerability

Heap-based buffer overflow in Windows Win32K - GRFX allows an authorized attacker to elevate privileges locally...

7.8CVSS7.5AI score0.00667EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/09 4:10 a.m.7 views

CVE-2025-40344

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Disable periods-elapsed work when closing PCM avsdaifeshutdown handles the shutdown procedure for HOST HDAudio stream while period-elapsed work services its IRQs. As the former frees the DAI's private context,...

7.8CVSS5.2AI score0.0017EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/09 4:10 a.m.45 views

CVE-2025-40344 ASoC: Intel: avs: Disable periods-elapsed work when closing PCM

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Disable periods-elapsed work when closing PCM avsdaifeshutdown handles the shutdown procedure for HOST HDAudio stream while period-elapsed work services its IRQs. As the former frees the DAI's private context,...

7.8CVSS0.0017EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/09 4:9 a.m.10 views

CVE-2025-40340 drm/xe: Fix oops in xe_gem_fault when running core_hotunplug test.

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix oops in xegemfault when running corehotunplug test. I saw an oops in xegemfault when running the xe-fast-feedback testlist against the realtime kernel without debug options enabled. The panic happens after corehotunpl...

6.3AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/12/09 4:9 a.m.7 views

CVE-2025-40338

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Do not share the name pointer between components By sharing 'name' directly, tearing down components may lead to use-after-free errors. Duplicate the name to avoid that. At the same time, update the order of...

5.2AI score0.00211EPSS
SaveExploits0
EUVD
EUVD
added 2025/12/09 3:31 a.m.9 views

EUVD-2023-60115

In the Linux kernel, the following vulnerability has been resolved: md: fix warning for holder mismatch from exportrdev Commit a1d767191096 "md: use mddev-external to select holder in exportrdev" fix the problem that 'claimrdev' is used for blkdevgetbydev while 'rdev' is used for blkdevput...

6AI score0.00182EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/09 3:31 a.m.7 views

EUVD-2023-60107

In the Linux kernel, the following vulnerability has been resolved: crypto: api - Use work queue in cryptodestroyinstance The function cryptodropspawn expects to be called in process context. However, when an instance is unregistered while it still has active users, the last user may cause the...

5.9AI score0.00202EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/09 1:30 a.m.31 views

CVE-2023-53854 ASoC: mediatek: mt8186: Fix use-after-free in driver remove path

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8186: Fix use-after-free in driver remove path When devm runs function in the "remove" path for a device it runs them in the reverse order. That means that if you have parts of your driver that aren't using devm...

0.00216EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/09 1:30 a.m.23 views

CVE-2023-53847

CVE-2023-53847 affects the Linux kernel usb-storage alauda subdriver. The root cause is alauda_check_media() using USB transfer data without verifying transfer success, risking uninitialized data usage; a related issue exists in alauda_get_media_status(). The fix adds a check for transfer success...

6.2AI score0.00236EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/09 1:30 a.m.38 views

CVE-2023-53844 drm/ttm: Don't leak a resource on swapout move error

In the Linux kernel, the following vulnerability has been resolved: drm/ttm: Don't leak a resource on swapout move error If moving the bo to system for swapout failed, we were leaking a resource. Fix...

7.8CVSS0.00191EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/12/09 1:30 a.m.17 views

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.1AI score0.00241EPSS
SaveExploits0
OSV
OSV
added 2025/12/09 1:30 a.m.8 views

CVE-2023-53842 ASoC: codecs: wcd-mbhc-v2: fix resource leaks on component remove

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 ...

6.4AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.37 views

CVE-2023-53840 usb: early: xhci-dbc: Fix a potential out-of-bound memory access

In the Linux kernel, the following vulnerability has been resolved: usb: early: xhci-dbc: Fix a potential out-of-bound memory access If xdbcbulkwrite fails, the values in 'buf' can be anything. So the string is not guaranteed to be NULL terminated when xdbctrace is called. Reserve an extra byte,...

0.00241EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/09 1:29 a.m.8 views

CVE-2022-50676 net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callbacks()

In the Linux kernel, the following vulnerability has been resolved: net: rds: don't hold sock lock when cancelling work from rdstcpresetcallbacks syzbot is reporting lockdep warning at rdstcpresetcallbacks 1, for commit ac3615e7f3cffe2a "RDS: TCP: Reduce code duplication in rdstcpresetcallbacks"...

7.5CVSS6.5AI score
SaveExploits0References12
Rows per page
Query Builder