Lucene search
+L

7069 matches found

UbuntuCve
UbuntuCve
added 2024/05/17 2:15 p.m.26 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...

7CVSS5.9AI score0.00255EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
added 2024/05/17 2:15 p.m.30 views

CVE-2024-35810

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix the lifetime of the bo cursor memory The cleanup can be dispatched while the atomic update is still active, which means that the memory acquired in the atomic update needs to not be invalidated by the cleanup. The...

7.8CVSS6.5AI score0.00236EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/05/17 2:15 p.m.31 views

CVE-2024-35796

In the Linux kernel, the following vulnerability has been resolved: net: lltemac: platformgetresource replaced by wrong function The function platformgetresource was replaced with devmplatformioremapresourcebyname and is called using 0 as name. This eventually ends up in platformgetresourcebyname...

5.5CVSS6.4AI score0.00228EPSS
SaveExploits0References22
UbuntuCve
UbuntuCve
added 2024/05/17 2:15 p.m.28 views

CVE-2024-35815

In the Linux kernel, the following vulnerability has been resolved: fs/aio: Check IOCBAIORW before the struct aiokiocb conversion The first kiocbsetcancelfn argument may point at a struct kiocb that is not embedded inside struct aiokiocb. With the current code, depending on the compiler, the...

5.5CVSS6.4AI score0.00249EPSS
SaveExploits0References22
UbuntuCve
UbuntuCve
added 2024/05/17 2:15 p.m.17 views

CVE-2023-52661

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: rgb: Fix missing clkput in the error handling paths of tegradcrgbprobe If clkgetsys..., "plld2out0" fails, the clkgetsys call must be undone. Add the missing clkput and a new 'putplldout0' label in the error handling...

5.5CVSS6.4AI score0.00225EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
added 2024/05/17 2:15 p.m.16 views

CVE-2024-35822

In the Linux kernel, the following vulnerability has been resolved: usb: udc: remove warning when queue disabled ep It is possible trigger below warning message from mass storage function, WARNING: CPU: 6 PID: 3839 at drivers/usb/gadget/udc/core.c:294 usbepqueue+0x7c/0x104 pc :...

5.5CVSS6.3AI score0.00232EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
added 2024/05/17 2:15 p.m.30 views

CVE-2024-35828

In the Linux kernel, the following vulnerability has been resolved: wifi: libertas: fix some memleaks in lbsallocatecmdbuffer In the for statement of lbsallocatecmdbuffer, if the allocation of cmdarrayi.cmdbuf fails, both cmdarray and cmdarrayi.cmdbuf needs to be freed. Otherwise, there will be...

5.5CVSS6.3AI score0.00225EPSS
SaveExploits0References31
UbuntuCve
UbuntuCve
added 2024/05/17 2:15 p.m.27 views

CVE-2024-35816

In the Linux kernel, the following vulnerability has been resolved: firewire: ohci: prevent leak of left-over IRQ on unbind Commit 5a95f1ded28691e6 "firewire: ohci: use devres for requested IRQ" also removed the call to freeirq in pciremove, leading to a leftover irq of devmrequestirq at...

5.5CVSS5.9AI score0.00224EPSS
SaveExploits0References5
CVE
CVE
added 2024/05/17 2:02 p.m.186 views

CVE-2024-35838

CVE-2024-35838 is a Linux kernel vulnerability affecting the wifi/mac80211 stack. The issue arises when a station is allocated and links are added but not immediately marked valid (e.g., during AP MLD connection); if the station is removed before those links are marked valid, the links can leak. ...

5.5CVSS6.7AI score0.00216EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/05/17 2:02 p.m.22 views

CVE-2024-35837 net: mvpp2: clear BM pool before initialization

In the Linux kernel, the following vulnerability has been resolved: net: mvpp2: clear BM pool before initialization Register value persist after booting the kernel using kexec which results in kernel panic. Thus clear the BM pool registers before initialisation to fix the issue...

5.8AI score
SaveExploits0References10
Cvelist
Cvelist
added 2024/05/17 2:02 p.m.89 views

CVE-2024-35834 xsk: recycle buffer in case Rx queue was full

In the Linux kernel, the following vulnerability has been resolved: xsk: recycle buffer in case Rx queue was full Add missing xskbufffree call when xskrcvzc failed to produce descriptor to XSK Rx queue...

8.2CVSS6.6AI score0.00411EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/17 2:02 p.m.115 views

CVE-2024-35834

Technical details for CVE-2024-35834 are not provided in the supplied documents. No specifics on affected products/versions, root cause, or fixes are present; please monitor for official updates.

8.2CVSS6.8AI score0.00411EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/17 2:02 p.m.17 views

CVE-2023-52673 drm/amd/display: Fix a debugfs null pointer error

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix a debugfs null pointer error WHY & HOW Check whether getsubvpen callback exists before calling it...

6.9AI score0.00202EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/05/17 2:02 p.m.38 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...

6.4AI score0.00255EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/17 2:02 p.m.28 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.34 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.17 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.41 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.25 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
Rows per page
Query Builder