Lucene search
+L

299 matches found

Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.11 views

CVE-2024-49909

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL check for function pointer in dcn32setoutputtransferfunc This commit adds a null check for the setoutputgamma function pointer in the dcn32setoutputtransferfunc function. Previously, setoutputgamma was...

5.5CVSS5.7AI score0.00237EPSS
Exploits0
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.15 views

CVE-2024-49905

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for 'afb' in amdgpudmplanehandlecursorupdate v2 This commit adds a null check for the 'afb' variable in the amdgpudmplanehandlecursorupdate function. Previously, 'afb' was assumed to be null, but w...

5.5CVSS5.6AI score0.00237EPSS
Exploits0
OSV
OSV
added 2024/10/21 6:1 p.m.8 views

CVE-2024-49897 drm/amd/display: Check phantom_stream before it is used

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check phantomstream before it is used dcn32enablephantomstream can return null, so returned value must be checked before used. This fixes 1 NULLRETURNS issue reported by Coverity...

5.5CVSS6.2AI score0.00237EPSS
Exploits0References9
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.9 views

CVE-2024-49895

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format translation This commit addresses a potential index out of bounds issue in the cm3helpertranslatecurvetodegammahwformat function in the DCN30 color...

7.8CVSS6.5AI score0.00272EPSS
Exploits0
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.43 views

CVE-2024-49893

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check streamstatus before it is used WHAT & HOW dcstategetstreamstatus can return null, and therefore null must be checked before streamstatus is used. This fixes 1 NULLRETURNS issue reported by Coverity...

5.5CVSS5.6AI score0.00204EPSS
Exploits0
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.11 views

CVE-2024-49889

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid use-after-free in ext4extshowleaf In ext4findextent, path may be freed by error or be reallocated, so using a previously saved ppath may have been freed and thus may trigger use-after-free, as follows: ext4splitextent...

7.8CVSS6AI score0.00256EPSS
Exploits0
CVE
CVE
added 2024/10/21 6:1 p.m.142 views

CVE-2024-49879

CVE-2024-49879 affects the Linux kernel DRM/omapdrm subsystem. The root cause is a missing check for the return value of alloc_ordered_workqueue, which may return NULL and lead to a NULL pointer dereference. The available connected documentation confirms this concrete technical detail. The fix ad...

5.5CVSS7AI score0.00249EPSS
Exploits0References10Affected Software1
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.11 views

CVE-2024-49873

In the Linux kernel, the following vulnerability has been resolved: mm/filemap: fix filemapgetfolioscontig THP panic Patch series "memfd-pin huge page fixes". Fix multiple bugs that occur when using memfdpinfolios with hugetlb pages and THP. The hugetlb bugs only bite when the page is not yet...

5.5CVSS5.4AI score0.002EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2024/10/21 2:13 p.m.10 views

CVE-2024-47729

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Use reserved copy engine for user binds on faulting devices User binds map to engines with can fault, faults depend on user binds completion, thus we can deadlock. Avoid this by using reserved copy engine for user binds o...

5.5CVSS7.1AI score0.00204EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/10/21 2:13 p.m.11 views

CVE-2024-47720

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for setoutputgamma in dcn30setoutputtransferfunc This commit adds a null check for the setoutputgamma function pointer in the dcn30setoutputtransferfunc function. Previously, setoutputgamma was bei...

5.5CVSS6.9AI score0.00219EPSS
Exploits0References4
NVD
NVD
added 2024/10/21 12:15 p.m.8 views

CVE-2024-47679

In the Linux kernel, the following vulnerability has been resolved: vfs: fix race between eviceinodes and findinode&iput Hi, all Recently I noticed a bug1 in btrfs, after digged it into and I believe it'a race in vfs. Let's assume there's a inode ie ino 261 with icount 1 is called by iput, and...

4.7CVSS0.00194EPSS
Exploits0References11
Debian CVE
Debian CVE
added 2024/09/30 3:40 p.m.34 views

CVE-2024-46869

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btintelpcie: Allocate memory for driver private data Fix driver not allocating memory for struct btinteldata which is used to store internal data...

5.5CVSS5.4AI score0.00205EPSS
Exploits0
Debian CVE
Debian CVE
added 2024/09/27 12:42 p.m.15 views

CVE-2024-46868

In the Linux kernel, the following vulnerability has been resolved: firmware: qcom: uefisecapp: Fix deadlock in qcuefiacquire If the qcuefi pointer is not set, then in the original code, we would hold onto the lock. That means that if we tried to set it later, then it would cause a deadlock. Drop...

5.5CVSS5.3AI score0.0014EPSS
Exploits0
Debian CVE
Debian CVE
added 2024/09/27 12:42 p.m.13 views

CVE-2024-46867

In the Linux kernel, the following vulnerability has been resolved: drm/xe/client: fix deadlock in showmeminfo There is a real deadlock as well as sleeping in atomic bug in here, if the bo put happens to be the last ref, since bo destruction wants to grab the same spinlock and sleeping locks. Fix...

5.5CVSS5.6AI score0.0014EPSS
Exploits0
Debian CVE
Debian CVE
added 2024/09/27 12:42 p.m.12 views

CVE-2024-46858

In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: Fix uaf in timerdeletesync There are two paths to access mptcppmdeladdtimer, result in a race condition: CPU1 CPU2 ==== ==== netrxaction napipoll netlinksendmsg napipoll netlinkunicast processbacklog netlinkunicastkern...

7CVSS6.2AI score0.00257EPSS
Exploits0
Debian CVE
Debian CVE
added 2024/09/27 12:42 p.m.14 views

CVE-2024-46852

In the Linux kernel, the following vulnerability has been resolved: dma-buf: heaps: Fix off-by-one in CMA heap fault handler Until VMDONTEXPAND was added in commit 1c1914d6e8c6 "dma-buf: heaps: Don't track CMA dma-buf pages under RssFile" it was possible to obtain a mapping larger than the buffer...

7.8CVSS6.8AI score0.00215EPSS
Exploits0
Debian CVE
Debian CVE
added 2024/09/27 12:42 p.m.20 views

CVE-2024-46849

In the Linux kernel, the following vulnerability has been resolved: ASoC: meson: axg-card: fix 'use-after-free' Buffer 'card-dailink' is reallocated in 'mesoncardreallocatelinks', so move 'pad' pointer initialization after this function when memory is already reallocated. Kasan bug report:...

7.8CVSS6.2AI score0.0025EPSS
Exploits0
Debian CVE
Debian CVE
added 2024/09/27 12:39 p.m.12 views

CVE-2024-46843

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Remove SCSI host only if added If host tries to remove ufshcd driver from a UFS device it would cause a kernel panic if ufshcdasyncscan fails during ufshcdprobehba before adding a SCSI host with scsiaddhost and M...

5.5CVSS5.4AI score0.00235EPSS
Exploits0
Debian CVE
Debian CVE
added 2024/09/27 12:39 p.m.39 views

CVE-2024-46834

In the Linux kernel, the following vulnerability has been resolved: ethtool: fail closed if we can't get max channel used in indirection tables Commit 0d1b7d6c9274 "bnxt: fix crashes when reducing ring count with active RSS contexts" proves that allowing indirection table to contain channels with...

5.5CVSS5.5AI score0.00205EPSS
Exploits0
Debian CVE
Debian CVE
added 2024/09/27 12:39 p.m.10 views

CVE-2024-46830

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Acquire kvm-srcu when handling KVMSETVCPUEVENTS Grab kvm-srcu when processing KVMSETVCPUEVENTS, as KVM will forcibly leave nested VMX/SVM if SMM mode is being toggled, and leaving nested VMX reads guest memory. Note,...

7.8CVSS5.4AI score0.00247EPSS
Exploits0
Rows per page
Query Builder