Lucene search
+L

6495 matches found

CVE
CVE
added 2024/05/20 9:17 a.m.139 views

CVE-2024-35949

CVE-2024-35949 affects the Linux kernel's btrfs subsystem. The root cause was that WRITTEN was not ensured on all metadata blocks, allowing potential corruption if extended leaf checks were skipped for blocks without WRITTEN. The fix adds checks to ensure WRITTEN is set and guarantees that __btrf...

7.8CVSS6.5AI score0.00239EPSS
SaveExploits0References4Affected Software1
RedhatCVE
RedhatCVE
added 2024/05/19 4:26 p.m.33 views

CVE-2023-52699

A vulnerability was found in the Linux kernel's System V sysv filesystem and occurred when calling the sbbread function while holding the pointerslock lock. This improper handling can lead to potential deadlocks or other erratic behavior in the filesystem. Mitigation Mitigation for this issue is...

5.5CVSS8.9AI score0.00966EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/19 4:26 p.m.31 views

CVE-2024-35947

In the Linux kernel, the following vulnerability has been resolved: dyndbg: fix old BUGON in control parser Fix a BUGON from 2009. Even if it looks "unreachable" I didn't really look, lets make sure by removing it, doing prerr and return -EINVAL instead...

5.5CVSS6.4AI score0.00267EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/19 11:15 a.m.27 views

CVE-2024-35939

In the Linux kernel, the following vulnerability has been resolved: dma-direct: Leak pages on dmasetdecrypted failure On TDX it is possible for the untrusted host to cause setmemoryencrypted or setmemorydecrypted to fail such that an error is returned and the resulting memory is shared. Callers...

9.3CVSS6.5AI score0.00222EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/19 11:15 a.m.12 views

AZL-62607 CVE-2024-35931 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Skip do PCI error slot reset during RAS recovery Why: The PCI error slot reset maybe triggered after inject ue to UMC multi times, this caused system hang. 557.371857 amdgpu 0000:af:00.0: amdgpu: GPU reset succeeded,...

7.8CVSS6.1AI score0.00195EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/19 11:15 a.m.24 views

CVE-2024-35932

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: don't check if plane-state-fb == state-fb Currently, when using non-blocking commits, we can see the following kernel warning: 110.908514 ------------ cut here ------------ 110.908529 refcountt: underflow; use-after-free...

7.8CVSS6.4AI score0.00212EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/19 11:15 a.m.20 views

CVE-2024-35940

In the Linux kernel, the following vulnerability has been resolved: pstore/zone: Add a null pointer check to the pszkmsgread kasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was successful by checking the pointer validity...

5.5CVSS6.5AI score0.0021EPSS
SaveExploits0References8
NVD
NVD
added 2024/05/19 11:15 a.m.20 views

CVE-2024-35934

In the Linux kernel, the following vulnerability has been resolved: net/smc: reduce rtnl pressure in smcpnetcreatepnetidslist Many syzbot reports show extreme rtnl pressure, and many of them hint that smc acquires rtnl in netns creation for no good reason 1 This patch returns early from...

5.5CVSS6.5AI score0.0021EPSS
SaveExploits0References8
NVD
NVD
added 2024/05/19 11:15 a.m.21 views

CVE-2024-35929

In the Linux kernel, the following vulnerability has been resolved: rcu/nocb: Fix WARNONONCE in the rcunocbbypasslock For the kernels built with CONFIGRCUNOCBCPUDEFAULTALL=y and CONFIGRCULAZY=y, the following scenarios will trigger WARNONONCE in the rcunocbbypasslock and rcunocbwaitcontended...

7.8CVSS6.5AI score0.0022EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/19 11:15 a.m.13 views

CVE-2024-35928

In the Linux kernel, the following vulnerability has been resolved: drm/amd/amdgpu: Fix potential ioremap memory leaks in amdgpudeviceinit This ensures that the memory mapped by ioremap for adev-rmmio, is properly handled in amdgpudeviceinit. If the function exits early due to an error, the memor...

6.9AI score
SaveExploits0References5
NVD
NVD
added 2024/05/19 11:15 a.m.38 views

CVE-2024-35926

In the Linux kernel, the following vulnerability has been resolved: crypto: iaa - Fix asyncdisable descriptor leak The disableasync paths of iaacompress/decompress don't free idxd descriptors in the asyncdisable case. Currently this only happens in the testcases where req-dst is set to null. Add ...

5.5CVSS6.4AI score0.00183EPSS
SaveExploits0References2
OSV
OSV
added 2024/05/19 11:15 a.m.16 views

CVE-2024-35918

In the Linux kernel, the following vulnerability has been resolved: randomizekstack: Improve entropy diffusion The kstackoffset variable was really only ever using the low bits for kernel stack offset entropy. Add a ror32 to increase bit diffusion...

6.5AI score
SaveExploits0References19Affected Software96
UbuntuCve
UbuntuCve
added 2024/05/19 11:15 a.m.32 views

CVE-2024-35919

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: adding lock to protect encoder context list Add a lock for the ctxlist, to avoid accessing a NULL pointer within the 'vpuencipihandler' function when the ctxlist has been deleted due to an unexpected...

7.8CVSS6.3AI score0.00237EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/05/19 11:15 a.m.23 views

CVE-2024-35925

In the Linux kernel, the following vulnerability has been resolved: block: prevent division by zero in blkrqstatsum The expression dst-nrsamples + src-nrsamples may have zero value on overflow. It is necessary to add a check to avoid division by zero. Found by Linux Verification Center...

5.5CVSS6.5AI score0.00226EPSS
SaveExploits0References27
Prion
Prion
added 2024/05/19 11:15 a.m.15 views

CVE-2024-35929

In the Linux kernel, the following vulnerability has been resolved: rcu/nocb: Fix WARNONONCE in the rcunocbbypasslock For the kernels built with CONFIGRCUNOCBCPUDEFAULTALL=y and CONFIGRCULAZY=y, the following scenarios will trigger WARNONONCE in the rcunocbbypasslock and rcunocbwaitcontended...

7.8CVSS0.0022EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/19 11:15 a.m.12 views

UBUNTU-CVE-2024-35936

In the Linux kernel, the following vulnerability has been resolved: btrfs: handle chunk tree lookup error in btrfsrelocatesyschunks The unhandled case in btrfsrelocatesyschunks loop is a corruption, as it could be caused only by two impossible conditions: - at first the search key is set up to lo...

5.5CVSS6.1AI score0.0023EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2024/05/19 11:15 a.m.26 views

CVE-2024-35942

In the Linux kernel, the following vulnerability has been resolved: pmdomain: imx8mp-blk-ctrl: imx8mpblk: Add fdcc clock to hdmimix domain According to i.MX8MP RM and HDMI ADD, the fdcc clock is part of hdmi rx verification IP that should not enable for HDMI TX. But actually if the clock is...

5.5CVSS5.9AI score0.0021EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/05/19 11:15 a.m.23 views

CVE-2024-35945

In the Linux kernel, the following vulnerability has been resolved: net: phy: phydevice: Prevent nullptr exceptions on ISR If phydev-irq is set unconditionally, check for valid interrupt handler or fall back to polling mode to prevent nullptr exceptions in interrupt service routine...

5.5CVSS5.9AI score0.00211EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2024/05/19 11:14 a.m.35 views

CVE-2024-35947

In the Linux kernel, the following vulnerability has been resolved: dyndbg: fix old BUGON in control parser Fix a BUGON from 2009. Even if it looks "unreachable" I didn't really look, lets make sure by removing it, doing prerr and return -EINVAL instead...

5.5CVSS7.6AI score0.00267EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/19 10:10 a.m.21 views

CVE-2024-35946

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix null pointer access when abort scan During cancel scan we might use vif that weren't scanning. Fix this by using the actual scanning vif...

5.5CVSS7.4AI score0.00211EPSS
SaveExploits0
Rows per page
Query Builder