Lucene search
+L

10924 matches found

Vulnrichment
Vulnrichment
added 2024/10/21 6:01 p.m.17 views

CVE-2024-49926 rcu-tasks: Fix access non-existent percpu rtpcp variable in rcu_tasks_need_gpcb()

In the Linux kernel, the following vulnerability has been resolved: rcu-tasks: Fix access non-existent percpu rtpcp variable in rcutasksneedgpcb For kernels built with CONFIGFORCENRCPUS=y, the nrcpuids is defined as NRCPUS instead of the number of possible cpus, this will cause the following syst...

6.9AI score0.00235EPSS
SaveExploits0References4
CVE
CVE
added 2024/10/21 6:01 p.m.132 views

CVE-2024-49926

CVE-2024-49926 affects the Linux kernel’s rcu-tasks path (rcu_tasks_need_gpcb). The root cause is an access to a non-existent percpu rtpcp variable when CONFIG_FORCE_NR_CPUS=y, causing nr_cpu_ids to resolve to NR_CPUS instead of the number of possible CPUs, which can lead to a kernel page fault a...

5.5CVSS6.5AI score0.00235EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2024/10/21 6:01 p.m.27 views

CVE-2024-49887 f2fs: fix to don't panic system for no free segment fault injection

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to don't panic system for no free segment fault injection f2fs: fix to don't panic system for no free segment fault injection syzbot reports a f2fs bug as below: F2FS-fs loop0: inject no free segment in getnewsegment of...

0.00262EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/10/21 6:01 p.m.12 views

CVE-2024-49887 f2fs: fix to don't panic system for no free segment fault injection

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to don't panic system for no free segment fault injection f2fs: fix to don't panic system for no free segment fault injection syzbot reports a f2fs bug as below: F2FS-fs loop0: inject no free segment in getnewsegment of...

6.9AI score0.00262EPSS
SaveExploits0References3
CVE
CVE
added 2024/10/21 6:01 p.m.127 views

CVE-2024-49887

CVE-2024-49887 targets the f2fs file system in the Linux kernel. Root cause: when injecting a fault for “no free segment,” the kernel could panic in __allocate_new_segment / get_new_segment, triggering a serious system halt. The description notes the issue was resolved by a fix that prevents pani...

5.5CVSS5.3AI score0.00262EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/10/21 6:01 p.m.13 views

CVE-2024-49887 f2fs: fix to don't panic system for no free segment fault injection

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to don't panic system for no free segment fault injection f2fs: fix to don't panic system for no free segment fault injection syzbot reports a f2fs bug as below: F2FS-fs loop0: inject no free segment in getnewsegment of...

6.1AI score
SaveExploits0References6
CVE
CVE
added 2024/10/21 6:01 p.m.104 views

CVE-2024-49873

CVE-2024-49873 : In the Linux kernel, memfd_pin_folios with THP-backed memory may panic or cause a NULL-pointer dereference when the requested start offset is not aligned to a huge page boundary. The issue arises because filemap_get_folios_contig could load a folio that is a sibling and then fail...

5.5CVSS5.3AI score0.00202EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/10/21 6:01 p.m.26 views

CVE-2024-49872 mm/gup: fix memfd_pin_folios alloc race panic

In the Linux kernel, the following vulnerability has been resolved: mm/gup: fix memfdpinfolios alloc race panic If memfdpinfolios tries to create a hugetlb page, but someone else already did, then folio gets the value -EEXIST here: folio = memfdallocfoliomemfd, startidx; if ISERRfolio ret =...

0.00145EPSS
SaveExploits0References2
CVE
CVE
added 2024/10/21 6:01 p.m.105 views

CVE-2024-49872

The CVE-2024-49872 issue affects the Linux kernel in mm/gup where memfd_pin_folios can race when creating a hugetlb folio and another actor has already done so, leading to a -EEXIST and a panicking folio_put call if the same folio is used in the next loop iteration. The patch fixes the race by cl...

4.7CVSS4.5AI score0.00145EPSS
SaveExploits0References2Affected Software1
NVD
NVD
added 2024/10/21 12:15 p.m.19 views

CVE-2024-47703

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

7.8CVSS0.00216EPSS
SaveExploits0References3
NVD
NVD
added 2024/10/21 12:15 p.m.25 views

CVE-2024-47694

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix UMR pd cleanup on error flow of driver init The cited commit moves the pd allocation from function mlx5rumrresourcecleanup to a new function mlx5rumrcleanup. So the fix in commit 1 is broken. In error flow, will hit...

5.5CVSS0.00202EPSS
SaveExploits0References2
OSV
OSV
added 2024/10/21 12:15 p.m.10 views

AZL-51182 CVE-2024-47703 affecting package kernel 5.15.200.1-1

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.5CVSS6.7AI score0.00216EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 12:15 p.m.12 views

AZL-50788 CVE-2024-47690 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: f2fs: get rid of online repaire on corrupted directory syzbot reports a f2fs bug as below: kernel BUG at fs/f2fs/inode.c:896! RIP: 0010:f2fsevictinode+0x1598/0x15c0 fs/f2fs/inode.c:896 Call Trace: evict+0x532/0x950 fs/inode.c:704...

5.5CVSS6.3AI score0.00245EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 12:15 p.m.13 views

AZL-51011 CVE-2024-47690 affecting package kernel for versions less than 6.6.56.1-5

In the Linux kernel, the following vulnerability has been resolved: f2fs: get rid of online repaire on corrupted directory syzbot reports a f2fs bug as below: kernel BUG at fs/f2fs/inode.c:896! RIP: 0010:f2fsevictinode+0x1598/0x15c0 fs/f2fs/inode.c:896 Call Trace: evict+0x532/0x950 fs/inode.c:704...

5.5CVSS6.4AI score0.00245EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 12:15 p.m.15 views

UBUNTU-CVE-2024-47703

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

7.8CVSS6.1AI score0.00216EPSS
SaveExploits0References21
CVE
CVE
added 2024/10/21 12:13 p.m.61 views

CVE-2024-47725

CVE-2024-47725 is rejected/not used and does not represent an active vulnerability entry.

6.5AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/10/21 12:13 p.m.17 views

CVE-2024-47725

...

8.5AI score
SaveExploits0
Cvelist
Cvelist
added 2024/10/21 11:53 a.m.24 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...

7.8CVSS0.00216EPSS
SaveExploits0References3
OSV
OSV
added 2024/10/21 11:53 a.m.13 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...

7.8CVSS5.9AI score
SaveExploits0References6
CVE
CVE
added 2024/10/21 11:53 a.m.169 views

CVE-2024-47703

CVE-2024-47703 — Linux kernel (BPF-LSM return value) details . A BPF program attached to the file_alloc_security LSM hook could cause a kernel panic if the LSM returns a positive value, which the kernel could misinterpret as a file pointer. The issue arises because the positive return was not val...

7.8CVSS5.1AI score0.00216EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder