Lucene search
+L

231585 matches found

CVE
CVE
added 2024/05/30 3:35 p.m.125 views

CVE-2024-36951

Mode C: CVE-2024-36951 affects the Linux kernel via the DRM/AMDKFD path. The root cause is a CP interrupt bug that can raise bad packet garbage exception codes; the fix performs a range check to ensure the debugger and runtime do not receive garbage codes. The update also guards exception code ty...

5.5CVSS6.9AI score0.00222EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2024/05/30 3:35 p.m.123 views

CVE-2024-36949

CVE-2024-36949 affects the Linux kernel component responsible for AMD GPU kernel fusion driver (amd/amdkfd). The issue arises when multiple devices are reset in parallel: the first device calls kfd_suspend_all_processes() to evict all processes across devices, which can take time, while other dev...

4.7CVSS6.7AI score0.00223EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2024/05/30 3:35 p.m.125 views

CVE-2024-36948

CVE-2024-36948 : In the Linux kernel, the drm/xe/xe_migrate code path cast to output precision before multiplying operands, addressing overflow when multiplying two 32-bit values before widening to 64-bit. Root cause: overflow in the result of multiplying two lower-precision (u32) operands prior ...

5.5CVSS7AI score0.0018EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2024/05/30 3:35 p.m.157 views

CVE-2024-36946

CVE-2024-36946 is a Linux kernel local denial of service issue related to phonet: rtm_phonet_notify() skb allocation. The root cause is that fill_route() stores three components in the skb (rtmsg, RTA_DST, RTA_OIF) and rtm_phonet_notify() should allocate space via NLMSG_ALIGN(sizeof(struct rtmsg)...

5.5CVSS6.6AI score0.00266EPSS
SaveExploits0References11Affected Software1
CVE
CVE
added 2024/05/30 3:35 p.m.190 views

CVE-2024-36944

CVE-2024-36944 affects the Linux kernel. The issue arises from reverting the commit that simplified drm/qxl_fence_wait, which created a possible circular locking dependency between console_owner and the worker pool locking. Reverting the commit allows VMs to boot to completion but may reintroduce...

5.5CVSS7AI score0.00164EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2024/05/30 3:29 p.m.199 views

CVE-2024-36941

CVE-2024-36941 is a Linux kernel vulnerability affecting the wifi nl80211 path. The issue is a NULL pointer dereference that could occur if parsing of the coalescing rule fails and the code dereferences NULL when freeing resources. The connected IBM advisory confirms the linux kernel fix for this...

5.5CVSS6.6AI score0.00237EPSS
SaveExploits0References10Affected Software1
CVE
CVE
added 2024/05/30 3:29 p.m.235 views

CVE-2024-36940

CVE-2024-36940 – Linux kernel pinctrl double-free issue Root cause: In the pinctrl core, freeing the pctldev is managed via devm_pinctrl_dev_release(), but the code in pinctrl_enable() frees that struct again, causing a double-free. The devm lifecycle is intended to release automatically; manual ...

7.8CVSS6.6AI score0.00247EPSS
SaveExploits0References12Affected Software1
CVE
CVE
added 2024/05/30 3:29 p.m.194 views

CVE-2024-36932

CVE-2024-36932 pertains to the Linux kernel, where a use-after-free can occur in thermal_debugfs after cdev removal. The root cause is that thermal_debug_cdev_remove() runs without holding cdev->lock, potentially freeing the thermal_debugfs object while thermal_debug_cdev_state_update() may st...

5.5CVSS6.9AI score0.00198EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2024/05/30 3:29 p.m.115 views

CVE-2024-36931

The CVE-2024-36931 issue affects the Linux kernel on s390 architecture, specifically in s390/cio where a copied user buffer (lbuf-sized) is not guaranteed to be NUL-terminated before a scanf, enabling an out-of-bounds read. The root cause is missing termination inside the copied buffer, which is ...

7.1CVSS6.7AI score0.00233EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2024/05/30 3:29 p.m.173 views

CVE-2024-36924

CVE-2024-36924 – Linux kernel (scsi: lpfc) has a deadlock risk when lpfc_worker_wake_up() is invoked while the hbalock is held. The fix is to release hbalock before calling lpfc_worker_wake_up(), preventing deadlocks in the lpfc SCSI loop. Public advisories from Unity Linux (UTSA-2026-005051) and...

5.5CVSS6.7AI score0.00193EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2024/05/30 3:29 p.m.139 views

CVE-2024-36923

CVE-2024-36923 is documented in a connected Nessus entry as a Linux kernel vulnerability affecting fs/9p inode eviction. Root cause: when iget fails to retrieve server information, the inode may be partially initialized; during eviction, references to uninitialized structures (e.g., fscache cooki...

6.7AI score0.00012EPSS
SaveExploits0
CVE
CVE
added 2024/05/30 3:29 p.m.194 views

CVE-2024-36922

CVE-2024-36922 affects the Linux kernel’s iwlwifi driver (iwl_txq_reclaim) where txq->read_ptr could be read without holding the lock, allowing a race that can reclaim the same entry twice and trigger a WARN_ONCE, potentially causing a service disruption. The issue is fixed by reading txq->...

8.8CVSS6.6AI score0.00347EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2024/05/30 3:29 p.m.239 views

CVE-2024-36917

CVE-2024-36917 : In the Linux kernel, a vulnerability in blk_ioctl_discard() allowed an overflow of start+len, potentially causing a hung task when a discard ioctl with start=0x80000000000ff000 and len=0x8000000000fff000 was submitted. A patch was added to validate the overflow, preventing the NU...

5.5CVSS7.1AI score0.00225EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2024/05/30 3:29 p.m.138 views

CVE-2024-36918

In CVE-2024-36918, the Linux kernel’s bloom_filter_map creation path lacked a guard for bloom filter value sizes, allowing values larger than KMALLOC_MAX_SIZE to slip through. The patch adds a check during bloom filter creation to reject oversized values, aligning behavior with other map types an...

7.8CVSS6.8AI score0.00234EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2024/05/30 3:29 p.m.124 views

CVE-2024-36911

CVE-2024-36911 affects the Linux kernel hv_netvsc (Hyper-V host/guest networking). The root cause is that in CoCo VMs, a failure of set_memory_encrypted() or set_memory_decrypted() could cause memory to be shared and not properly freed. The netvsc driver could frees decrypted/shared pages if set_...

9.8CVSS6.7AI score0.00612EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2024/05/30 3:29 p.m.116 views

CVE-2024-36907

CVE-2024-36907 is rejected/not used; this CVE entry does not represent an active vulnerability.

6.6AI score
SaveExploits0
CVE
CVE
added 2024/05/30 3:29 p.m.331 views

CVE-2024-36905

Mode C: The connected Broadcom advisory lists CVE-2024-36905 as not affected for Brocade Fabric OS before 10.0.0, with inline mitigations already in place. No other connected document provides concrete product/version details for this CVE beyond that note. Therefore, no active vulnerability detai...

5.5CVSS7.5AI score0.00332EPSS
SaveExploits0References24Affected Software1
CVE
CVE
added 2024/05/30 3:29 p.m.130 views

CVE-2024-36906

CVE-2024-36906: In the Linux kernel for ARM64, KASAN stack-poison was not cleared on exit via cpuidle, causing out-of-bounds reports when returning to the idle path. Root cause: instrumented functions leave stack shadow poisoned as CPUs unwind through idle, and prior context restoration can forge...

7.8CVSS6.4AI score0.00234EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2024/05/30 3:29 p.m.7257 views

CVE-2024-36904

The provided connected advisories confirm CVE-2024-36904 affects the Linux kernel TCP TIME-WAIT handling. Specifically, a race window during connect() could allow refcount mismanagement in tcp_twsk_unique() if a TIME-WAIT sk is reused with zero refcnt, potentially leading to a use-after-free. The...

7.8CVSS6.7AI score0.00609EPSS
SaveExploits0References14Affected Software1
CVE
CVE
added 2024/05/30 3:29 p.m.184 views

CVE-2024-36903

CVE-2024-36903 is a Linux kernel vulnerability related to potential uninitialized value access in IPv6 processing. The cited fix targets __ip6_make_skb() in the IPv6 path by mirroring the IPv4 correction: it now validates FLOWI_FLAG_KNOWN_NH on fl6->flowi6_flags instead of testing HDRINCL on t...

5.5CVSS6.6AI score0.0023EPSS
SaveExploits0References8Affected Software1
Rows per page
Query Builder