Lucene search
+L

6349 matches found

NVD
NVD
added 2024/07/30 8:15 a.m.34 views

CVE-2024-42155

In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Wipe copies of protected- and secure-keys Although the clear-key of neither protected- nor secure-keys is accessible, this key material should only be visible to the calling process. So wipe all copies of protected- or...

1.9CVSS0.00188EPSS
SaveExploits0References2
NVD
NVD
added 2024/07/30 8:15 a.m.19 views

CVE-2024-42131

In the Linux kernel, the following vulnerability has been resolved: mm: avoid overflows in dirty throttling logic The dirty throttling logic is interspersed with assumptions that dirty limits in PAGESIZE units fit into 32-bit so that various multiplications fit into 64-bits. If limits end up bein...

4.4CVSS0.00244EPSS
SaveExploits0References9
NVD
NVD
added 2024/07/30 8:15 a.m.32 views

CVE-2024-42118

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Do not return negative stream id for array WHY resourcestreamtostreamidx returns an array index and it return -1 when not found; however, -1 is not a valid array index number. HOW When this happens, call ASSERT,...

7.8CVSS0.00235EPSS
SaveExploits0References2
NVD
NVD
added 2024/07/30 8:15 a.m.15 views

CVE-2024-42114

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: restrict NL80211ATTRTXQQUANTUM values syzbot is able to trigger softlockups, setting NL80211ATTRTXQQUANTUM to 2^31. We had a similar issue in schfq, fixed with commit d9e15a273306 "pktsched: fq: do not accept sill...

4.4CVSS0.00174EPSS
SaveExploits0References9
NVD
NVD
added 2024/07/30 8:15 a.m.27 views

CVE-2024-42100

In the Linux kernel, the following vulnerability has been resolved: clk: sunxi-ng: common: Don't call hwtoccucommon on hw without common In order to set the rate range of a hw sunxiccuprobe calls hwtoccucommon assuming all entries in desc-ccuclks are contained in a ccucommon struct. This assumpti...

5.5CVSS0.00239EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.22 views

CVE-2024-42156

In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Wipe copies of clear-key structures on failure Wipe all sensitive data from stack for all IOCTLs, which convert a clear-key into a protected- or secure-key...

4.1CVSS5.8AI score0.00214EPSS
SaveExploits0References30
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.13 views

CVE-2024-42112

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: free isb resources at the right time When using MSI/INTx interrupt, the shared interrupts are still being handled in the device remove routine, before free IRQs. So isb memory is still read after it is freed. Thus mov...

7.8CVSS6.3AI score0.00233EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.19 views

CVE-2024-42100

In the Linux kernel, the following vulnerability has been resolved: clk: sunxi-ng: common: Don't call hwtoccucommon on hw without common In order to set the rate range of a hw sunxiccuprobe calls hwtoccucommon assuming all entries in desc-ccuclks are contained in a ccucommon struct. This assumpti...

5.5CVSS5.8AI score0.00239EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.17 views

CVE-2024-42116

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.4AI score
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.22 views

CVE-2024-42124

In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Make qedfexecutetmf non-preemptible Stop calling smpprocessorid from preemptible code in qedfexecutetmf90. This results in BUGON when running an RT kernel. 659.343280 BUG: using smpprocessorid in preemptible 00000000...

5.5CVSS6.4AI score0.00255EPSS
SaveExploits0References31
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.14 views

CVE-2024-42119

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip finding free audio for unknown engineid WHY ENGINEIDUNKNOWN = -1 and can not be used as an array index. Plus, it also means it is uninitialized and does not need free audio. HOW Skip and return NULL. This...

7.8CVSS6.3AI score0.00281EPSS
SaveExploits0References32
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.24 views

CVE-2024-42228

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Using uninitialized value size when calling amdgpuvcecsreloc Initialize the size before calling amdgpuvcecsreloc, such as case 0x03000001. V2: To really improve the handling we would actually need to have a separate...

7CVSS6.4AI score0.0024EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.13 views

CVE-2024-42123

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix double free erraddr pointer warnings In amdgpuumcbadpagepollingtimeout, the amdgpuumchandlebadpages will be run many times so that double free erraddr in some special case. So set the erraddr to NULL to avoid the...

7CVSS6.3AI score0.00207EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.11 views

CVE-2024-42162

In the Linux kernel, the following vulnerability has been resolved: gve: Account for stopped queues when reading NIC stats We now account for the fact that the NIC might send us stats for a subset of queues. Without this change, gvegetethtoolstats might make an invalid access on the...

7.8CVSS5.9AI score0.00208EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.31 views

CVE-2024-42229

In the Linux kernel, the following vulnerability has been resolved: crypto: aead,cipher - zeroize key buffer after use I.G 9.7.B for FIPS 140-3 specifies that variables temporarily holding cryptographic information should be zeroized once they are no longer needed. Accomplish this by using...

4.1CVSS6.5AI score0.00228EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.18 views

CVE-2024-42150

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: remove separate irq request for MSI and INTx When using MSI or INTx interrupts, requestirq for pdev-irq will conflict with requestthreadedirq for txgbe-misc.irq, to cause system crash. So remove txgberequestirq for...

5.5CVSS5.9AI score0.00183EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.17 views

CVE-2024-42111

In the Linux kernel, the following vulnerability has been resolved: btrfs: always do the basic checks for btrfsqgroupinherit structure BUG Syzbot reports the following regression detected by KASAN: BUG: KASAN: slab-out-of-bounds in btrfsqgroupinherit+0x42e/0x2e20 fs/btrfs/qgroup.c:3277 Read of si...

7.8CVSS5.9AI score0.0021EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.17 views

CVE-2024-42227

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix overlapping copy within dmlcoremodeprogramming WHY &modelib-mp.Watermark and &locals-Watermark are the same address. memcpy may lead to unexpected behavior. HOW memmove should be used...

4.7CVSS5.8AI score0.00177EPSS
SaveExploits0References14
Vulnrichment
Vulnrichment
added 2024/07/30 7:47 a.m.13 views

CVE-2024-42227 drm/amd/display: Fix overlapping copy within dml_core_mode_programming

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix overlapping copy within dmlcoremodeprogramming WHY &modelib-mp.Watermark and &locals-Watermark are the same address. memcpy may lead to unexpected behavior. HOW memmove should be used...

6.8AI score0.00177EPSS
SaveExploits0References2
CVE
CVE
added 2024/07/30 7:47 a.m.198 views

CVE-2024-42228

CVE-2024-42228 : Linux kernel vulnerability involving the AMDGPU driver. The issue arises from using an uninitialized value (*size) when calling amdgpu_vce_cs_reloc, which can lead to arbitrary code execution or denial of service via a crafted relocation path. The fix initializes the size prior t...

7CVSS6.5AI score0.0024EPSS
SaveExploits0References10Affected Software1
Rows per page
Query Builder