Lucene search
+L

8156 matches found

Cvelist
Cvelist
added 2024/05/21 3:31 p.m.38 views

CVE-2023-52806 ALSA: hda: Fix possible null-ptr-deref when assigning a stream

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: Fix possible null-ptr-deref when assigning a stream While AudioDSP drivers assign streams exclusively of HOST or LINK type, nothing blocks a user to attempt to assign a COUPLED stream. As supplied substream instance ma...

5.3AI score0.00257EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/05/21 3:31 p.m.19 views

CVE-2023-52797 drivers: perf: Check find_first_bit() return value

In the Linux kernel, the following vulnerability has been resolved: drivers: perf: Check findfirstbit return value We must check the return value of findfirstbit before using the return value as an index array since it happens to overflow the array and then panic: 107.318430 Kernel BUG 1 107.3194...

7AI score0.0028EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/21 3:31 p.m.91 views

CVE-2023-52797

CVE-2023-52797 is a Linux kernel vulnerability resolved by ensuring find_first_bit() return values are checked before using them as an index (prevents overflow and panic). Affected component: drivers perf in the kernel. The fix (cited in connected advisories) adds a check on the return value to a...

5.5CVSS6.8AI score0.0028EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/05/21 3:31 p.m.57 views

CVE-2023-52797 drivers: perf: Check find_first_bit() return value

In the Linux kernel, the following vulnerability has been resolved: drivers: perf: Check findfirstbit return value We must check the return value of findfirstbit before using the return value as an index array since it happens to overflow the array and then panic: 107.318430 Kernel BUG 1 107.3194...

4.7AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.70 views

CVE-2023-52797

In the Linux kernel, the following vulnerability has been resolved: drivers: perf: Check findfirstbit return value We must check the return value of findfirstbit before using the return value as an index array since it happens to overflow the array and then panic: 107.318430 Kernel BUG 1 107.3194...

5.5CVSS4.7AI score0.0028EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.36 views

CVE-2023-52797 drivers: perf: Check find_first_bit() return value

In the Linux kernel, the following vulnerability has been resolved: drivers: perf: Check findfirstbit return value We must check the return value of findfirstbit before using the return value as an index array since it happens to overflow the array and then panic: 107.318430 Kernel BUG 1 107.3194...

6.6AI score0.0028EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/05/21 3:30 p.m.13 views

CVE-2023-52764 media: gspca: cpia1: shift-out-of-bounds in set_flicker

In the Linux kernel, the following vulnerability has been resolved: media: gspca: cpia1: shift-out-of-bounds in setflicker Syzkaller reported the following issue: UBSAN: shift-out-of-bounds in drivers/media/usb/gspca/cpia1.c:1031:27 shift exponent 245 is too large for 32-bit type 'int' When the...

6.7AI score0.00255EPSS
SaveExploits0References9
OSV
OSV
added 2024/05/21 3:30 p.m.17 views

CVE-2023-52764 media: gspca: cpia1: shift-out-of-bounds in set_flicker

In the Linux kernel, the following vulnerability has been resolved: media: gspca: cpia1: shift-out-of-bounds in setflicker Syzkaller reported the following issue: UBSAN: shift-out-of-bounds in drivers/media/usb/gspca/cpia1.c:1031:27 shift exponent 245 is too large for 32-bit type 'int' When the...

5.9AI score
SaveExploits0References12
Cvelist
Cvelist
added 2024/05/21 3:30 p.m.38 views

CVE-2023-52764 media: gspca: cpia1: shift-out-of-bounds in set_flicker

In the Linux kernel, the following vulnerability has been resolved: media: gspca: cpia1: shift-out-of-bounds in setflicker Syzkaller reported the following issue: UBSAN: shift-out-of-bounds in drivers/media/usb/gspca/cpia1.c:1031:27 shift exponent 245 is too large for 32-bit type 'int' When the...

6.4AI score0.00255EPSS
SaveExploits0References9
OSV
OSV
added 2024/05/21 3:15 p.m.15 views

CVE-2021-47374

In the Linux kernel, the following vulnerability has been resolved: dma-debug: prevent an error message from causing runtime problems For some drivers, that use the DMA API. This error message can be reached several millions of times per second, causing spam to the kernel's printk buffer and...

5.5CVSS6.4AI score
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.15 views

CVE-2021-47358

In the Linux kernel, the following vulnerability has been resolved: staging: greybus: uart: fix tty use after free User space can hold a tty open indefinitely and tty drivers must not release the underlying structures until the last user is gone. Switch to using the tty-port reference counter to...

7.8CVSS6.3AI score0.00242EPSS
SaveExploits0References9
OSV
OSV
added 2024/05/21 3:15 p.m.6 views

UBUNTU-CVE-2021-47270

In the Linux kernel, the following vulnerability has been resolved: usb: fix various gadgets null ptr deref on 10gbps cabling. This avoids a null pointer dereference in fecm,eem,hid,loopback,printer,rndis,serial,sourcesink,subset,tcm by simply reusing the 5gbps config for 10gbps...

5.5CVSS6AI score0.00226EPSS
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2024/05/21 3:4 p.m.21 views

CVE-2021-47410 drm/amdkfd: fix svm_migrate_fini warning

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix svmmigratefini warning Device manager releases device-specific resources when a driver disconnects from a device, devmmemunmappages and devmreleasememregion calls in svmmigratefini are redundant. It causes below...

6.8AI score0.00208EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/05/21 3:4 p.m.45 views

CVE-2021-47410 drm/amdkfd: fix svm_migrate_fini warning

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix svmmigratefini warning Device manager releases device-specific resources when a driver disconnects from a device, devmmemunmappages and devmreleasememregion calls in svmmigratefini are redundant. It causes below...

6.4AI score0.00208EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/05/21 3:3 p.m.33 views

CVE-2021-47374 dma-debug: prevent an error message from causing runtime problems

In the Linux kernel, the following vulnerability has been resolved: dma-debug: prevent an error message from causing runtime problems For some drivers, that use the DMA API. This error message can be reached several millions of times per second, causing spam to the kernel's printk buffer and...

7.5CVSS6.4AI score0.00503EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/05/21 3:3 p.m.39 views

CVE-2021-47374

In the Linux kernel, the following vulnerability has been resolved: dma-debug: prevent an error message from causing runtime problems For some drivers, that use the DMA API. This error message can be reached several millions of times per second, causing spam to the kernel's printk buffer and...

7.5CVSS6.8AI score0.00503EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/21 3:3 p.m.11 views

CVE-2021-47374 dma-debug: prevent an error message from causing runtime problems

In the Linux kernel, the following vulnerability has been resolved: dma-debug: prevent an error message from causing runtime problems For some drivers, that use the DMA API. This error message can be reached several millions of times per second, causing spam to the kernel's printk buffer and...

7.5CVSS6.7AI score0.00503EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/05/21 2:44 p.m.15 views

CVE-2021-47358 staging: greybus: uart: fix tty use after free

In the Linux kernel, the following vulnerability has been resolved: staging: greybus: uart: fix tty use after free User space can hold a tty open indefinitely and tty drivers must not release the underlying structures until the last user is gone. Switch to using the tty-port reference counter to...

7.8CVSS6.9AI score0.00242EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/05/21 2:19 p.m.31 views

CVE-2021-47263 gpio: wcd934x: Fix shift-out-of-bounds error

In the Linux kernel, the following vulnerability has been resolved: gpio: wcd934x: Fix shift-out-of-bounds error bit-mask for pins 0 to 4 is BIT0 to BIT4 however we ended up with BITn - 1 which is not right, and this was caught by below usban check UBSAN: shift-out-of-bounds in...

6.4AI score0.00225EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/21 5:43 a.m.20 views

CLSA-2024-1716270232 Fix of 48 CVEs

CVE-url: https://ubuntu.com/security/CVE-2023-47233 - wifi: brcmfmac: Fix use-after-free bug in brcmfcfg80211detach CVE-url: https://ubuntu.com/security/CVE-2023-52601 - jfs: Fix memleak in dbAdjCtl CVE-url: https://ubuntu.com/security/CVE-2024-26801 - Bluetooth: Avoid potential use-after-free in...

8.8CVSS6.6AI score0.00828EPSS
SaveExploits1References1
Rows per page
Query Builder