Lucene search
+L

13942 matches found

NVD
NVD
added 2024/07/12 1:15 p.m.19 views

CVE-2024-40952

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix NULL pointer dereference in ocfs2journaldirty bdev-bdsuper has been removed and commit 8887b94d9322 change the usage from bdev-bdsuper to bassocmap-host-isb. This introduces the following NULL pointer dereference in...

5.5CVSS0.00238EPSS
SaveExploits0References3
NVD
NVD
added 2024/07/12 1:15 p.m.28 views

CVE-2024-40939

In the Linux kernel, the following vulnerability has been resolved: net: wwan: iosm: Fix tainted pointer delete is case of region creation fail In case of region creation fail in ipcdevlinkcreateregion, previously created regions delete process starts from tainted pointer which actually holds err...

7.8CVSS0.00261EPSS
SaveExploits0References5
NVD
NVD
added 2024/07/12 1:15 p.m.27 views

CVE-2024-40924

In the Linux kernel, the following vulnerability has been resolved: drm/i915/dpt: Make DPT object unshrinkable In some scenarios, the DPT object gets shrunk but the actual framebuffer did not and thus its still there on the DPT's vm-boundlist. Then it tries to rewrite the PTEs via a stale CPU...

7.8CVSS0.00296EPSS
SaveExploits0References5
NVD
NVD
added 2024/07/12 1:15 p.m.34 views

CVE-2024-40927

In the Linux kernel, the following vulnerability has been resolved: xhci: Handle TD clearing for multiple streams case When multiple streams are in use, multiple TDs might be in flight when an endpoint is stopped. We need to issue a Set TR Dequeue Pointer for each, to ensure everything is reset...

7.8CVSS0.00292EPSS
SaveExploits0References6
NVD
NVD
added 2024/07/12 1:15 p.m.21 views

CVE-2024-39507

In the Linux kernel, the following vulnerability has been resolved: net: hns3: fix kernel crash problem in concurrent scenario When link status change, the nic driver need to notify the roce driver to handle this event, but at this time, the roce driver may uninit, then cause kernel crash. To fix...

7CVSS0.00298EPSS
SaveExploits0References6
OSV
OSV
added 2024/07/12 1:15 p.m.9 views

UBUNTU-CVE-2024-40958

In the Linux kernel, the following vulnerability has been resolved: netns: Make getnetns handle zero refcount net Syzkaller hit a warning: refcountt: addition on 0; use-after-free. WARNING: CPU: 3 PID: 7890 at lib/refcount.c:25 refcountwarnsaturate+0xdf/0x1d0 Modules linked in: CPU: 3 PID: 7890...

7.8CVSS6.2AI score0.00269EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
added 2024/07/12 1:15 p.m.19 views

CVE-2024-40925

In the Linux kernel, the following vulnerability has been resolved: block: fix request.queuelist usage in flush Friedrich Weber reported a kernel crash problem and bisected to commit 81ada09cc25e "blk-flush: reuse rq queuelist in flush state machine". The root cause is that we use...

7.8CVSS6.3AI score0.003EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2024/07/12 1:15 p.m.28 views

CVE-2024-40932

In the Linux kernel, the following vulnerability has been resolved: drm/exynos/vidi: fix memory leak in .getmodes The duplicated EDID is never freed. Fix it...

5.5CVSS6.4AI score0.00261EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
added 2024/07/12 1:15 p.m.21 views

CVE-2024-40982

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

6.6AI score
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2024/07/12 1:15 p.m.23 views

CVE-2024-41003

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix regsetminmax corruption of fakereg Juan reported that after doing some changes to buzzer 0 and implementing a new fuzzing strategy guided by coverage, they noticed the following in one of the probes: ... 13: 79 r6 = u64 ...

7.8CVSS5.8AI score0.00281EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/07/12 1:15 p.m.19 views

CVE-2024-40978

In the Linux kernel, the following vulnerability has been resolved: scsi: qedi: Fix crash while reading debugfs attribute The qedidbgdonotrecovercmdread function invokes sprintf directly on a user pointer, which results into the crash. To fix this issue, use a small local stack buffer for sprintf...

7.1CVSS6.5AI score0.0032EPSS
SaveExploits0References29
OSV
OSV
added 2024/07/12 1:15 p.m.12 views

UBUNTU-CVE-2024-40959

In the Linux kernel, the following vulnerability has been resolved: xfrm6: check ip6dstidev return value in xfrm6getsaddr ip6dstidev can return NULL, xfrm6getsaddr must act accordingly. syzbot reported: Oops: general protection fault, probably for non-canonical address 0xdffffc0000000000: 0000 1...

5.5CVSS6.2AI score0.00276EPSS
SaveExploits0References34
OSV
OSV
added 2024/07/12 1:15 p.m.14 views

UBUNTU-CVE-2024-40945

In the Linux kernel, the following vulnerability has been resolved: iommu: Return right value in iommusvabinddevice iommusvabinddevice should return either a sva bond handle or an ERRPTR value in error cases. Existing drivers idxd and uacce only check the return value with ISERR. This could...

5.5CVSS6.1AI score0.00257EPSS
SaveExploits0References28
Debian CVE
Debian CVE
added 2024/07/12 12:37 p.m.42 views

CVE-2024-40995

In the Linux kernel, the following vulnerability has been resolved: net/sched: actapi: fix possible infinite loop in tcfidrcheckalloc syzbot found hanging tasks waiting on rtnllock 1 A reproducer is available in the syzbot bug. When a request to add multiple actions with the same index is sent, t...

5.5CVSS5.6AI score0.00289EPSS
SaveExploits0
CVE
CVE
added 2024/07/12 12:37 p.m.91 views

CVE-2024-40991

The CVE-2024-40991 issue concerns the Linux kernel DMA driver: dmaengine: ti: k3-udma-glue, where the helper of_k3_udma_glue_parse_chn_by_id() calls of_node_put() on the udmax_np node without ever incrementing its reference count. The connected documents confirm this root cause and indicate the v...

7.8CVSS6.5AI score0.00241EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/12 12:33 p.m.19 views

CVE-2024-40983 tipc: force a dst refcount before doing decryption

In the Linux kernel, the following vulnerability has been resolved: tipc: force a dst refcount before doing decryption As it says in commit 3bc07321ccc2 "xfrm: Force a dst refcount before entering the xfrm type handlers": "Crypto requests might return asynchronous. In this case we leave the rcu...

6.6AI score0.00881EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/07/12 12:32 p.m.31 views

CVE-2024-40972 ext4: do not create EA inode under buffer lock

In the Linux kernel, the following vulnerability has been resolved: ext4: do not create EA inode under buffer lock ext4xattrsetentry creates new EA inodes while holding buffer lock on the external xattr block. This is problematic as it nests all the allocation locking which acquires locks on othe...

0.00221EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/07/12 12:32 p.m.46 views

CVE-2024-40965

In the Linux kernel, the following vulnerability has been resolved: i2c: lpi2c: Avoid calling clkgetrate during transfer Instead of repeatedly calling clkgetrate for each transfer, lock the clock rate and cache the value. A deadlock has been observed while adding tlv320aic32x4 audio codec to the...

5.5CVSS6AI score0.00223EPSS
SaveExploits0
OSV
OSV
added 2024/07/12 12:31 p.m.19 views

CVE-2024-40956 dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix possible Use-After-Free in irqprocessworklist Use listforeachentrysafe to allow iterating through the list and deleting the entry in the iteration process. The descriptor is freed via idxddesccomplete and...

7.8CVSS6AI score
SaveExploits0References9
Cvelist
Cvelist
added 2024/07/12 12:31 p.m.45 views

CVE-2024-40955 ext4: fix slab-out-of-bounds in ext4_mb_find_good_group_avg_frag_lists()

In the Linux kernel, the following vulnerability has been resolved: ext4: fix slab-out-of-bounds in ext4mbfindgoodgroupavgfraglists We can trigger a slab-out-of-bounds with the following commands: mkfs.ext4 -F /dev/$disk 10G mount /dev/$disk /tmp/test echo 2147483647...

0.00241EPSS
SaveExploits0References3
Rows per page
Query Builder