Lucene search
+L

6334 matches found

CVE
CVE
added 2024/10/21 11:53 a.m.193 views

CVE-2024-47710

CVE-2024-47710 : Linux kernel vulnerability where destroying a sock_map with many buckets could trigger soft lockups. The fix adds a cond_resched() in sock_hash_free() to yield the CPU when needed, addressing repeated syzbot soft lockup reports. Affected component: sock_map/sock_hash_free in Linu...

5.5CVSS5.2AI score0.00231EPSS
SaveExploits0References12Affected Software1
CVE
CVE
added 2024/10/21 11:53 a.m.99 views

CVE-2024-47708

CVE-2024-47708 : In the Linux kernel, the netkit driver missed assigning the required bpf_net_context during XDP-redirect handling, causing a NULL pointer dereference when NETKIT_REDIRECT invokes skb_do_redirect() and accesses per-CPU variables. The fix is to set the bpf_net_context before callin...

5.5CVSS6.8AI score0.00177EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/10/21 11:53 a.m.23 views

CVE-2024-47705 block: fix potential invalid pointer dereference in blk_add_partition

In the Linux kernel, the following vulnerability has been resolved: block: fix potential invalid pointer dereference in blkaddpartition The blkaddpartition function initially used a single if-condition ISERRpart to check for errors when adding a partition. This was modified to handle the specific...

0.00217EPSS
SaveExploits0References7
OSV
OSV
added 2024/10/21 11:53 a.m.13 views

CVE-2024-47704 drm/amd/display: Check link_res->hpo_dp_link_enc before using it

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check linkres-hpodplinkenc before using it WHAT & HOW Functions dpenablelinkphy and dpdisablelinkphy can pass linkres without initializing hpodplinkenc and it is necessary to check for null before dereferencing...

5.5CVSS6.3AI score0.00209EPSS
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2024/10/21 11:53 a.m.17 views

CVE-2024-47704 drm/amd/display: Check link_res->hpo_dp_link_enc before using it

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check linkres-hpodplinkenc before using it WHAT & HOW Functions dpenablelinkphy and dpdisablelinkphy can pass linkres without initializing hpodplinkenc and it is necessary to check for null before dereferencing...

6.9AI score0.00209EPSS
SaveExploits0References5
CVE
CVE
added 2024/10/21 11:53 a.m.163 views

CVE-2024-47703

CVE-2024-47703 — Linux kernel (bpf, lsm): The vulnerability stems from a BPF LSM return value not being checked, which could cause a kernel panic when a BPF prog attached to file_alloc_security returns a positive value that is misinterpreted as a file pointer. The issue was addressed by adding a ...

5.5CVSS5.1AI score0.00206EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/10/21 11:53 a.m.11 views

CVE-2024-47703 bpf, lsm: Add check for BPF LSM return value

In the Linux kernel, the following vulnerability has been resolved: bpf, lsm: Add check for BPF LSM return value A bpf prog returning a positive number attached to fileallocsecurity hook makes kernel panic. This happens because file system can not filter out the positive number returned by the LS...

5.5CVSS5.9AI score0.00206EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/10/21 11:53 a.m.11 views

CVE-2024-47701 ext4: avoid OOB when system.data xattr changes underneath the filesystem

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid OOB when system.data xattr changes underneath the filesystem When looking up for an entry in an inlined directory, if evalueoffs is changed underneath the filesystem by some change in the block device, it will lead to...

6.7AI score0.00247EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/10/21 11:53 a.m.21 views

CVE-2024-47695 RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-clt: Reset cid to connum - 1 to stay in bounds In the function initconns, after the createcon and createcm for loop if something fails. In the cleanup for loop after the destroy tag, we access out of bound memory becaus...

6.9AI score0.00245EPSS
SaveExploits0References6
CVE
CVE
added 2024/10/21 11:53 a.m.141 views

CVE-2024-47695

CVE-2024-47695 affects the Linux kernel in the RDMA/rtrs-clt path. The issue arises in init_conns(): after creating connections, the cleanup phase can access out-of-bounds memory because cid is set to clt_path->s.con_num. The remediation described in the vulnerability entry is that a commit re...

7.8CVSS7.3AI score0.00245EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2024/10/21 11:53 a.m.12 views

CVE-2024-47691 f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid use-after-free in f2fsstopgcthread syzbot reports a f2fs bug as below: dumpstack lib/dumpstack.c:88 inline dumpstacklvl+0x241/0x360 lib/dumpstack.c:114 printreport+0xe8/0x550 mm/kasan/report.c:491...

7.8CVSS6.1AI score0.00237EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/10/21 11:53 a.m.31 views

CVE-2024-47687 vdpa/mlx5: Fix invalid mr resource destroy

In the Linux kernel, the following vulnerability has been resolved: vdpa/mlx5: Fix invalid mr resource destroy Certain error paths from mlx5vdpadevadd can end up releasing mr resources which never got initialized in the first place. This patch adds the missing check in mlx5vdpadestroymrresources ...

0.00235EPSS
SaveExploits0References3
CVE
CVE
added 2024/10/21 11:53 a.m.145 views

CVE-2024-47679

CVE-2024-47679 is a race in the VFS/inode lifecycle within the Linux kernel. The race occurs between inode eviction paths (evict_inodes and i_count handling) and btrfs/iget/find_inode flows, where an inode could be evicted while a thread is concurrently searching or using it, leading to inconsist...

4.7CVSS6.4AI score0.00194EPSS
SaveExploits0References11Affected Software1
OSV
OSV
added 2024/10/18 11:9 a.m.6 views

OESA-2024-2262 systemd security update

systemd is a system and service manager that runs as PID 1 and starts the rest of the system. Security Fixes: A vulnerability was found in systemd-resolved. This issue may allow systemd-resolved to accept records of DNSSEC-signed domains even when they have no signature, allowing man-in-the-middl...

5.9CVSS6.8AI score0.00849EPSS
SaveExploits0References2
CBLMariner
CBLMariner
added 2024/10/15 6:24 p.m.26 views

CVE-2024-46762 affecting package kernel for versions less than 6.6.51.1-5

CVE-2024-46762 affecting package kernel for versions less than 6.6.51.1-5. An upgraded version of the package is available that resolves this issue...

5.5CVSS6.8AI score0.00236EPSS
SaveExploits0
OSV
OSV
added 2024/10/15 10:48 a.m.13 views

CVE-2024-47674 mm: avoid leaving partial pfn mappings around in error case

In the Linux kernel, the following vulnerability has been resolved: mm: avoid leaving partial pfn mappings around in error case As Jann points out, PFN mappings are special, because unlike normal memory mappings, there is no lifetime information associated with the mapping - it is just a raw...

5.5CVSS6AI score0.00237EPSS
SaveExploits0References13
CVE
CVE
added 2024/10/15 10:48 a.m.153 views

CVE-2024-47674

The CVE-2024-47674 entry concerns the Linux kernel mm subsystem: partial PFN mappings left around in error paths due to cleanup ordering. The issue arises because PFN mappings lack lifecycle tracking, so error handling could free the backing store before page tables are fully cleaned, leaving sta...

5.5CVSS6.6AI score0.00237EPSS
SaveExploits0References10Affected Software1
Tenable Nessus
Tenable Nessus
added 2024/10/13 12:0 a.m.19 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-44946)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-44946 advisory. - In the Linux kernel, the following vulnerability has been resolved: kcm: Serialise kcmsendmsg for the same...

5.5CVSS6AI score0.00831EPSS
SaveExploits0References2
CBLMariner
CBLMariner
added 2024/10/12 2:7 a.m.16 views

CVE-2024-46757 affecting package kernel for versions less than 5.15.167.1-1

CVE-2024-46757 affecting package kernel for versions less than 5.15.167.1-1. An upgraded version of the package is available that resolves this issue...

7.2AI score
SaveExploits0
NVD
NVD
added 2024/10/10 11:15 p.m.26 views

CVE-2024-47868

Gradio is an open-source Python package designed for quick prototyping. This is a data validation vulnerability affecting several Gradio components, which allows arbitrary file leaks through the post-processing step. Attackers can exploit these components by crafting requests that bypass expected...

7.5CVSS0.00815EPSS
SaveExploits1References1
Rows per page
Query Builder