Lucene search
+L

1738 matches found

Vulnrichment
Vulnrichment
added 2024/05/20 9:41 a.m.19 views

CVE-2024-35958 net: ena: Fix incorrect descriptor free behavior

In the Linux kernel, the following vulnerability has been resolved: net: ena: Fix incorrect descriptor free behavior ENA has two types of TX queues: - queues which only process TX packets arriving from the network stack - queues which only process TX packets forwarded to it by XDPREDIRECT or XDPT...

7.8CVSS6.9AI score0.00256EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/20 9:41 a.m.31 views

CVE-2024-35958 net: ena: Fix incorrect descriptor free behavior

In the Linux kernel, the following vulnerability has been resolved: net: ena: Fix incorrect descriptor free behavior ENA has two types of TX queues: - queues which only process TX packets arriving from the network stack - queues which only process TX packets forwarded to it by XDPREDIRECT or XDPT...

7.8CVSS6.5AI score0.00256EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/20 9:41 a.m.20 views

CVE-2024-35955 kprobes: Fix possible use-after-free issue on kprobe registration

In the Linux kernel, the following vulnerability has been resolved: kprobes: Fix possible use-after-free issue on kprobe registration When unloading a module, its state is changing MODULESTATELIVE - MODULESTATEGOING - MODULESTATEUNFORMED. Each change will take a time. ismoduletextaddress and...

8.8CVSS6.1AI score
SaveExploits0References15
Cvelist
Cvelist
added 2024/05/20 9:41 a.m.41 views

CVE-2024-35953 accel/ivpu: Fix deadlock in context_xa

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix deadlock in contextxa ivpudevice-contextxa is locked both in kernel thread and IRQ context. It requires XAFLAGSLOCKIRQ flag to be passed during initialization otherwise the lock could be acquired from a thread and...

6.2AI score0.00171EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/19 11:15 a.m.11 views

AZL-62607 CVE-2024-35931 affecting package kernel 6.6.126.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.8AI score0.00195EPSS
SaveExploits0References1
Prion
Prion
added 2024/05/19 11:15 a.m.14 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.10 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
Vulnrichment
Vulnrichment
added 2024/05/19 10:10 a.m.26 views

CVE-2024-35938 wifi: ath11k: decrease MHI channel buffer length to 8KB

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: decrease MHI channel buffer length to 8KB Currently buflen field of ath11kmhiconfigqca6390 is assigned with 0, making MHI use a default size, 64KB, to allocate channel buffers. This is likely to fail in some scenari...

7AI score0.0021EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/05/19 10:10 a.m.33 views

CVE-2024-35927 drm: Check output polling initialized before disabling

In the Linux kernel, the following vulnerability has been resolved: drm: Check output polling initialized before disabling In drmkmshelperpolldisable check if output polling support is initialized before disabling polling. If not flag this as a warning. Additionally in drmmodeconfighelpersuspend...

6.2AI score0.0021EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/05/19 10:10 a.m.32 views

CVE-2024-35925 block: prevent division by zero in blk_rq_stat_sum()

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...

6.8AI score0.00226EPSS
SaveExploits0References8
NVD
NVD
added 2024/05/19 9:15 a.m.25 views

CVE-2024-35891

In the Linux kernel, the following vulnerability has been resolved: net: phy: micrel: Fix potential null pointer dereference In lan8814getsigrx and lan8814getsigtx ptpparseheader may return NULL as ptpheader due to abnormal packet type or corrupted packet. Fix this bug by adding ptpheader check...

7.5CVSS6.5AI score0.00609EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/05/19 9:15 a.m.31 views

CVE-2024-35909

In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: Split 64bit accesses to fix alignment issues Some of the registers are aligned on a 32bit boundary, causing alignment faults on 64bit platforms. Unable to handle kernel paging request at virtual address...

5.5CVSS5.9AI score0.00211EPSS
SaveExploits0References10
OSV
OSV
added 2024/05/19 8:35 a.m.14 views

CVE-2024-35916 dma-buf: Fix NULL pointer dereference in sanitycheck()

In the Linux kernel, the following vulnerability has been resolved: dma-buf: Fix NULL pointer dereference in sanitycheck If due to a memory allocation failure mockchain returns NULL, it is passed to dmafenceenableswsignaling resulting in NULL pointer dereference there. Call...

5.3CVSS6AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/05/19 8:35 a.m.28 views

CVE-2024-35912

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: rfi: fix potential response leaks If the rx payload length check fails, or if kmemdup fails, we still need to free the command response. Fix that...

5.5CVSS7.6AI score0.0021EPSS
SaveExploits0
OSV
OSV
added 2024/05/19 8:35 a.m.23 views

CVE-2024-35909 net: wwan: t7xx: Split 64bit accesses to fix alignment issues

In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: Split 64bit accesses to fix alignment issues Some of the registers are aligned on a 32bit boundary, causing alignment faults on 64bit platforms. Unable to handle kernel paging request at virtual address...

5.9AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/05/19 8:34 a.m.53 views

CVE-2024-35903

In the Linux kernel, the following vulnerability has been resolved: x86/bpf: Fix IP after emitting call depth accounting Adjust the IP passed to emitpatch so it calculates the correct offset for the CALL instruction if x86calldepthemitaccounting emits code. Otherwise we will skip some instruction...

5.5CVSS7.2AI score0.0021EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/19 8:34 a.m.32 views

CVE-2024-35901 net: mana: Fix Rx DMA datasize and skb_over_panic

In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix Rx DMA datasize and skboverpanic managetrxbufcfg aligns the RX buffer's DMA datasize to be multiple of 64. So a packet slightly bigger than mtu+14, say 1536, can be received and cause skboverpanic. Sample dmesg:...

7.5CVSS6.6AI score0.00468EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/19 8:34 a.m.171 views

CVE-2024-35897

CVE-2024-35897 affects the Linux kernel nf_tables component. The issue arises when updating the discard table flag while a basechain deletion is pending, because unregistration of hooks is deferred to the commit phase. If both commands execute together, a basechain can be deleted while its hook r...

7.8CVSS6.8AI score0.00247EPSS
SaveExploits0References10Affected Software1
CVE
CVE
added 2024/05/19 8:34 a.m.219 views

CVE-2024-35896

CVE-2024-35896 concerns the Linux kernel’s netfilter/SockOpt path. The description shows a fix for validating user input length in nf_setsockopt, preventing a slab-out-of-bounds read traced to copy_from_sockptr_offset used during iptables/setsockopt handling. The issue manifested as a read of siz...

7.1CVSS6.5AI score0.00227EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2024/05/19 8:34 a.m.40 views

CVE-2024-35895 bpf, sockmap: Prevent lock inversion deadlock in map delete elem

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Prevent lock inversion deadlock in map delete elem syzkaller started using corpuses where a BPF tracing program deletes elements from a sockmap/sockhash map. Because BPF tracing programs can be invoked from any...

6.4AI score0.00182EPSS
SaveExploits0References7
Rows per page
Query Builder