Lucene search
+L

6883 matches found

UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.9 views

CVE-2024-42120

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check pipe offset before setting vblank pipectx has a size of MAXPIPES so checking its index before accessing the array. This fixes an OVERRUN issue reported by Coverity...

7.8CVSS6AI score0.00263EPSS
SaveExploits0References24
UbuntuCve
UbuntuCve
added 2024/07/29 5:15 p.m.14 views

CVE-2024-42084

In the Linux kernel, the following vulnerability has been resolved: ftruncate: pass a signed offset The old ftruncate syscall, using the 32-bit offt misses a sign extension when called in compat mode on 64-bit architectures. As a result, passing a negative length accidentally succeeds in truncati...

5.5CVSS6.4AI score0.00229EPSS
SaveExploits0References32
UbuntuCve
UbuntuCve
added 2024/07/29 4:15 p.m.12 views

CVE-2024-42072

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix maygoto with negative offset. Zac's syzbot crafted a bpf prog that exposed two bugs in maygoto. The 1st bug is the way maygoto is patched. When offset is negative it should be patched differently. The 2nd bug is in the...

7.8CVSS6.3AI score0.00228EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2024/07/29 4:15 p.m.10 views

CVE-2024-41093

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: avoid using null object of framebuffer Instead of using state-fb-obj0 directly, get object from framebuffer by calling drmgemfbgetobj and return error code when object is null to avoid using null object of framebuffer...

5.5CVSS6.4AI score0.00225EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
added 2024/07/29 4:15 p.m.8 views

CVE-2024-42071

In the Linux kernel, the following vulnerability has been resolved: ionic: use devconsumeskbany outside of napi If we're not in a NAPI softirq context, we need to be careful about how we call napiconsumeskb, specifically we need to call it with budget==0 to signal to it that we're not in a safe...

7.8CVSS6.1AI score0.00221EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/07/29 4:15 p.m.8 views

CVE-2024-41094

In the Linux kernel, the following vulnerability has been resolved: drm/fbdev-dma: Only set smemstart is enable per module option Only export struct fbinfo.fix.smemstart if that is required by the user and the memory does not come from vmalloc. Setting struct fbinfo.fix.smemstart breaks systems...

5.5CVSS6.3AI score0.00227EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
added 2024/07/29 4:15 p.m.10 views

CVE-2024-42064

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip pipe if the pipe idx not set properly why Driver crashes when pipe idx not set properly how Add code to skip the pipe that idx not set properly...

7.8CVSS6.4AI score0.00207EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
added 2024/07/29 4:15 p.m.12 views

CVE-2024-41088

In the Linux kernel, the following vulnerability has been resolved: can: mcp251xfd: fix infinite loop when xmit fails When the mcp251xfdstartxmit function fails, the driver stops processing messages, and the interrupt routine does not return, running indefinitely even after killing the running...

5.5CVSS6.1AI score0.00227EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
added 2024/07/29 3:15 p.m.11 views

CVE-2024-41069

In the Linux kernel, the following vulnerability has been resolved: ASoC: topology: Fix references to freed memory Most users after parsing a topology file, release memory used by it, so having pointer references directly into topology file contents is wrong. Use devmkmemdup, to allocate memory a...

7.8CVSS6.2AI score0.0022EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
added 2024/07/29 3:15 p.m.10 views

CVE-2024-41026

In the Linux kernel, the following vulnerability has been resolved: mmc: davincimmc: Prevent transmitted data size from exceeding sgm's length No check is done on the size of the data to be transmiited. This causes a kernel panic when this size exceeds the sgmiter's length. Limit the number of...

7.8CVSS5.9AI score0.00258EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/07/29 3:15 p.m.10 views

CVE-2024-41025

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix memory leak in audio daemon attach operation Audio PD daemon send the name as part of the init IOCTL call. This name needs to be copied to kernel for which memory is allocated. This memory is never freed which...

5.5CVSS5.7AI score0.00288EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
added 2024/07/29 3:15 p.m.8 views

CVE-2024-41047

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix XDP program unloading while removing the driver The commit 6533e558c650 "i40e: Fix reset path while removing the driver" introduced a new PF state "I40EINREMOVE" to block modifying the XDP program while the driver is...

5.5CVSS6.3AI score0.00273EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
added 2024/07/29 3:15 p.m.7 views

CVE-2024-41031

In the Linux kernel, the following vulnerability has been resolved: mm/filemap: skip to create PMD-sized page cache if needed On ARM64, HPAGEPMDORDER is 13 when the base page size is 64KB. The PMD-sized page cache can't be supported by xarray as the following error messages indicate. ------------...

5.5CVSS5.9AI score0.00288EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
added 2024/07/29 3:15 p.m.14 views

CVE-2024-41030

In the Linux kernel, the following vulnerability has been resolved: ksmbd: discard write access to the directory open mayopen does not allow a directory to be opened with the write access. However, some writing flags set by client result in adding write access on server, making ksmbd incompatible...

5.5CVSS6.1AI score0.00288EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
added 2024/07/29 3:15 p.m.9 views

CVE-2024-41076

In the Linux kernel, the following vulnerability has been resolved: NFSv4: Fix memory leak in nfs4setsecuritylabel We leak nfsfattr and nfs4label every time we set a security xattr...

5.5CVSS6.4AI score0.00209EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
added 2024/07/29 3:15 p.m.9 views

CVE-2024-41051

In the Linux kernel, the following vulnerability has been resolved: cachefiles: wait for ondemandobjectworker to finish when dropping object When queuing ondemandobjectworker to re-open the object, cachefilesobject is not pinned. The cachefilesobject may be freed when the pending read request is...

7.8CVSS6.3AI score0.00275EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
added 2024/07/29 2:15 p.m.8 views

CVE-2024-41022

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix signedness bug in sdmav40processtrapirq The "instance" variable needs to be signed for the error handling to work...

7CVSS6.3AI score0.0024EPSS
SaveExploits0References31
UbuntuCve
UbuntuCve
added 2024/07/29 2:15 p.m.13 views

CVE-2024-41020

In the Linux kernel, the following vulnerability has been resolved: filelock: Fix fcntl/close race recovery compat path When I wrote commit 3cad1bc01041 "filelock: Remove locks reliably when fcntl/close race is detected", I missed that there are two copies of the code I was patching: The normal...

7.8CVSS6AI score0.00195EPSS
SaveExploits0References37
UbuntuCve
UbuntuCve
added 2024/07/28 2:15 a.m.12 views

CVE-2024-42049

TightVNC Server for Windows before 2.8.84 allows attackers to connect to the control pipe via a network connection...

9.1CVSS5.9AI score0.02147EPSS
SaveExploits3References3
RedHat Linux
RedHat Linux
added 2024/07/24 2:03 p.m.18 views

kernel: scsi: ibmvfc: Remove BUG_ON in the case of an empty event pool

In the Linux kernel, the following vulnerability has been resolved: scsi: ibmvfc: Remove BUGON in the case of an empty event pool In practice the driver should never send more commands than are allocated to a queue's event pool. In the unlikely event that this happens, the code asserts a BUGON, a...

5.5CVSS6.8AI score0.0025EPSS
SaveExploits0References5
Rows per page
Query Builder