Lucene search
+L

6495 matches found

OSV
OSV
added 2024/05/17 2:02 p.m.26 views

CVE-2023-52672 pipe: wakeup wr_wait after setting max_usage

In the Linux kernel, the following vulnerability has been resolved: pipe: wakeup wrwait after setting maxusage Commit c73be61cede5 "pipe: Add general notification queue support" a regression was introduced that would lock up resized pipes under certain conditions. See the reproducer in 1. The...

7CVSS5.8AI score
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2024/05/17 2:02 p.m.22 views

CVE-2023-52672 pipe: wakeup wr_wait after setting max_usage

In the Linux kernel, the following vulnerability has been resolved: pipe: wakeup wrwait after setting maxusage Commit c73be61cede5 "pipe: Add general notification queue support" a regression was introduced that would lock up resized pipes under certain conditions. See the reproducer in 1. The...

7.1AI score0.00255EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/05/17 2:02 p.m.32 views

CVE-2023-52672

In the Linux kernel, the following vulnerability has been resolved: pipe: wakeup wrwait after setting maxusage Commit c73be61cede5 "pipe: Add general notification queue support" a regression was introduced that would lock up resized pipes under certain conditions. See the reproducer in 1. The...

7CVSS8.1AI score0.00255EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/17 2:02 p.m.14 views

CVE-2023-52671 drm/amd/display: Fix hang/underflow when transitioning to ODM4:1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix hang/underflow when transitioning to ODM4:1 Why Under some circumstances, disabling an OPTC and attempting to reclaim its OPPs for a different OPTC could cause a hang/underflow due to OPPs not being properly...

6.8AI score0.00222EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/17 2:01 p.m.39 views

CVE-2023-52669 crypto: s390/aes - Fix buffer overread in CTR mode

In the Linux kernel, the following vulnerability has been resolved: crypto: s390/aes - Fix buffer overread in CTR mode When processing the last block, the s390 ctr code will always read a whole block, even if there isn't a whole block of data left. Fix this by using the actual length left and cop...

8.2CVSS6.8AI score0.00684EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/05/17 2:01 p.m.24 views

CVE-2023-52669 crypto: s390/aes - Fix buffer overread in CTR mode

In the Linux kernel, the following vulnerability has been resolved: crypto: s390/aes - Fix buffer overread in CTR mode When processing the last block, the s390 ctr code will always read a whole block, even if there isn't a whole block of data left. Fix this by using the actual length left and cop...

8.2CVSS7.2AI score0.00684EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/17 2:01 p.m.16 views

CVE-2023-52668 btrfs: zoned: fix lock ordering in btrfs_zone_activate()

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix lock ordering in btrfszoneactivate The btrfs CI reported a lockdep warning as follows by running generic generic/129. WARNING: possible circular locking dependency detected 6.7.0-rc5+ 1 Not tainted...

6AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/05/17 2:01 p.m.29 views

CVE-2023-52667

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a potential double-free in fsanycreategroups When kcalloc for ft-g succeeds but kvzalloc for in fails, fsanycreategroups will free ft-g. However, its caller fsanycreatetable will free ft-g again through calling...

7.8CVSS7AI score0.00269EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/17 1:48 p.m.24 views

CVE-2024-35833 dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMA

In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMA This dmaalloccoherent is undone neither in the remove function, nor in the error handling path of fslqdmaprobe. Switch to the managed version to fix both...

6.9AI score0.0021EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/05/17 1:41 p.m.27 views

CVE-2024-35831 io_uring: Fix release of pinned pages when __io_uaddr_map fails

In the Linux kernel, the following vulnerability has been resolved: iouring: Fix release of pinned pages when iouaddrmap fails Looking at the error path of iouaddrmap, if we fail after pinning the pages for any reasons, ret will be set to -EINVAL and the error handler won't properly release the...

6.7AI score0.00207EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/05/17 1:41 p.m.64 views

CVE-2024-35831

In the Linux kernel, the following vulnerability has been resolved: iouring: Fix release of pinned pages when iouaddrmap fails Looking at the error path of iouaddrmap, if we fail after pinning the pages for any reasons, ret will be set to -EINVAL and the error handler won't properly release the...

5.5CVSS7.2AI score0.00207EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/17 1:41 p.m.29 views

CVE-2024-35830

In the Linux kernel, the following vulnerability has been resolved: media: tc358743: register v4l2 async device only after successful setup Ensure the device has been setup correctly before registering the v4l2 async device, thus allowing userspace to access...

7.8CVSS7.3AI score0.0024EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/17 1:41 p.m.33 views

CVE-2024-35830 media: tc358743: register v4l2 async device only after successful setup

In the Linux kernel, the following vulnerability has been resolved: media: tc358743: register v4l2 async device only after successful setup Ensure the device has been setup correctly before registering the v4l2 async device, thus allowing userspace to access...

7.8CVSS7.4AI score0.0024EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/05/17 1:41 p.m.19 views

CVE-2024-35829 drm/lima: fix a memleak in lima_heap_alloc

In the Linux kernel, the following vulnerability has been resolved: drm/lima: fix a memleak in limaheapalloc When limavmmapbo fails, the resources need to be deallocated, or there will be memleaks...

7AI score0.0021EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/05/17 1:41 p.m.38 views

CVE-2023-52663 ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe()

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: amd: Fix memory leak in amdsofacpprobe Driver uses kasprintf to initialize fwcode,databin members of struct acpdevdata, but kfree is never called to deallocate the memory, which results in a memory leak. Fix the issue ...

7.3AI score0.00224EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/17 1:27 p.m.32 views

CVE-2024-35826 block: Fix page refcounts for unaligned buffers in __bio_release_pages()

In the Linux kernel, the following vulnerability has been resolved: block: Fix page refcounts for unaligned buffers in bioreleasepages Fix an incorrect number of pages being released for buffers that do not start at the beginning of a page...

7.4AI score0.00209EPSS
SaveExploits0References5
CVE
CVE
added 2024/05/17 1:27 p.m.153 views

CVE-2024-35826

CVE-2024-35826 — Linux kernel: fix page refcounts for unaligned buffers in __bio_release_pages(). This patch corrects the number of pages released for buffers that do not start at the beginning of a page, addressing a vulnerability in block I/O handling. Impact, as described in the FP: local acce...

5.5CVSS6.7AI score0.00209EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/17 1:27 p.m.15 views

CVE-2024-35824 misc: lis3lv02d_i2c: Fix regulators getting en-/dis-abled twice on suspend/resume

In the Linux kernel, the following vulnerability has been resolved: misc: lis3lv02di2c: Fix regulators getting en-/dis-abled twice on suspend/resume When not configured for wakeup lis3lv02di2csuspend will call lis3lv02dpoweroff even if the device has already been turned off by the runtime-suspend...

6.8AI score0.0021EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/05/17 1:23 p.m.32 views

CVE-2024-35823

In the Linux kernel, the following vulnerability has been resolved: vt: fix unicode buffer corruption when deleting characters This is the same issue that was fixed for the VGA text buffer in commit 39cdb68c64d8 "vt: fix memory overlapping when deleting chars in the buffer". The cure is also the...

5.3CVSS7.6AI score0.00907EPSS
SaveExploits0
OSV
OSV
added 2024/05/17 1:23 p.m.15 views

CVE-2024-35819 soc: fsl: qbman: Use raw spinlock for cgr_lock

In the Linux kernel, the following vulnerability has been resolved: soc: fsl: qbman: Use raw spinlock for cgrlock smpcallfunction always runs its callback in hard IRQ context, even on PREEMPTRT, where spinlocks can sleep. So we need to use a raw spinlock for cgrlock to ensure we aren't waiting on...

5.9AI score
SaveExploits0References14
Rows per page
Query Builder