Lucene search
+L

1958 matches found

RedhatCVE
RedhatCVE
added 2024/12/29 2:26 p.m.25 views

CVE-2024-53183

In the Linux kernel, the following vulnerability has been resolved: um: net: Do not use drvdata in release The drvdata is not available in release. Let's just use containerof to get the umlnet instance. Otherwise, removing a network device will result in a crash: RIP:...

5.5CVSS6.7AI score0.00247EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:25 p.m.22 views

CVE-2024-53177

In the Linux kernel, the following vulnerability has been resolved: smb: prevent use-after-free due to opencacheddir error paths If opencacheddir encounters an error parsing the lease from the server, the error handling may race with receiving a lease break, resulting in opencacheddir freeing the...

5.5CVSS6.9AI score0.00553EPSS
SaveExploits0References4
NVD
NVD
added 2024/12/29 12:15 p.m.17 views

CVE-2024-56754

In the Linux kernel, the following vulnerability has been resolved: crypto: caam - Fix the pointer passed to caamqishutdown The type of the last parameter given to devmaddactionorreset is "struct caamdrvprivate ", but in caamqishutdown, it is casted to "struct device ". Pass the correct parameter...

5.5CVSS0.00212EPSS
SaveExploits0References9
NVD
NVD
added 2024/12/29 12:15 p.m.20 views

CVE-2024-56744

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid potential deadlock in f2fsrecordstopreason syzbot reports deadlock issue of f2fs as below: ====================================================== WARNING: possible circular locking dependency detected...

5.5CVSS0.00161EPSS
SaveExploits0References4
OSV
OSV
added 2024/12/29 11:30 a.m.10 views

CVE-2024-56744 f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason()

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid potential deadlock in f2fsrecordstopreason syzbot reports deadlock issue of f2fs as below: ====================================================== WARNING: possible circular locking dependency detected...

6.1AI score
SaveExploits0References7
CVE
CVE
added 2024/12/29 11:30 a.m.85 views

CVE-2024-56740

CVE-2024-56740 affects the Linux kernel NFSv3 LOCALIO path. The issue arises when res.replen is not cleared in nfs_local_read_done, leading to memory corruption as data can be copied from stale hdrsize/replen values through nfs3_read_done -> server->read_hdrsize -> args.replen -> hdrs...

7.8CVSS6.6AI score0.00197EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/12/29 11:29 a.m.11 views

CVE-2024-56721 x86/CPU/AMD: Terminate the erratum_1386_microcode array

In the Linux kernel, the following vulnerability has been resolved: x86/CPU/AMD: Terminate the erratum1386microcode array The erratum1386microcode array requires an empty entry at the end. Otherwise x86matchcpuwithstepping will continue iterate the array after it ended. Add an empty entry to...

7.1CVSS6.1AI score
SaveExploits0References6
CVE
CVE
added 2024/12/29 8:48 a.m.165 views

CVE-2024-56716

CVE-2024-56716 affects the Linux kernel via netdevsim: nsim_dev_health_break_write() accepts a zero or excessively large count, which can crash the kernel. Connected advisories indicate this CVE is addressed in kernel updates for various distributions (e.g., Debian LTS, Mariner/Mageia/Amazon Linu...

5.5CVSS6.5AI score0.00207EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/12/29 8:42 a.m.7 views

CVE-2024-56709 io_uring: check if iowq is killed before queuing

In the Linux kernel, the following vulnerability has been resolved: iouring: check if iowq is killed before queuing task work can be executed after the task has gone through iouring termination, whether it's the final taskwork run or the fallback path. In this case, task work will find -iowq bein...

7.8CVSS6AI score
SaveExploits0References8
Cvelist
Cvelist
added 2024/12/28 9:46 a.m.20 views

CVE-2024-56705 media: atomisp: Add check for rgby_data memory allocation failure

In the Linux kernel, the following vulnerability has been resolved: media: atomisp: Add check for rgbydata memory allocation failure In iacss3astatisticsallocate, there is no check on the allocation result of the rgbydata memory. If rgbydata is not successfully allocated, it may trigger the...

0.00267EPSS
SaveExploits0References8
OSV
OSV
added 2024/12/28 9:46 a.m.7 views

CVE-2024-56702 bpf: Mark raw_tp arguments with PTR_MAYBE_NULL

In the Linux kernel, the following vulnerability has been resolved: bpf: Mark rawtp arguments with PTRMAYBENULL Arguments to a raw tracepoint are tagged as trusted, which carries the semantics that the pointer will be non-NULL. However, in certain cases, a raw tracepoint argument may end up being...

5.5CVSS6.3AI score
SaveExploits0References6
Cvelist
Cvelist
added 2024/12/28 9:46 a.m.26 views

CVE-2024-56693 brd: defer automatic disk creation until module initialization succeeds

In the Linux kernel, the following vulnerability has been resolved: brd: defer automatic disk creation until module initialization succeeds My colleague Wupeng found the following problems during fault injection: BUG: unable to handle page fault for address: fffffbfff809d073 PGD 6e648067 P4D...

7.8CVSS0.00243EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2024/12/28 2:24 a.m.15 views

CVE-2024-56641

In the Linux kernel, the following vulnerability has been resolved: net/smc: initialize closework early to avoid warning We encountered a warning that closework was canceled before initialization. WARNING: CPU: 7 PID: 111103 at kernel/workqueue.c:3047 flushwork+0x19e/0x1b0 Workqueue: events...

5.5CVSS6.8AI score0.0051EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/28 1:57 a.m.12 views

CVE-2024-56635

In the Linux kernel, the following vulnerability has been resolved: net: avoid potential UAF in defaultoperstate syzbot reported an UAF in defaultoperstate 1 Issue is a race between device and netns dismantles. After calling rtnlunlock from netdevruntodo, we can not assume the netns of each devic...

5.5CVSS6.6AI score0.00194EPSS
SaveExploits0References4
NVD
NVD
added 2024/12/27 3:15 p.m.13 views

CVE-2024-56674

In the Linux kernel, the following vulnerability has been resolved: virtionet: correct netdevtxresetqueue invocation point When virtnetclose is followed by virtnetopen, some TX completions can possibly remain unconsumed, until they are finally processed during the first NAPI poll after the...

5.5CVSS0.00199EPSS
SaveExploits0References2
NVD
NVD
added 2024/12/27 3:15 p.m.22 views

CVE-2024-56662

In the Linux kernel, the following vulnerability has been resolved: acpi: nfit: vmalloc-out-of-bounds Read in acpinfitctl Fix an issue detected by syzbot with KASAN: BUG: KASAN: vmalloc-out-of-bounds in cmdtofunc drivers/acpi/nfit/ core.c:416 inline BUG: KASAN: vmalloc-out-of-bounds in...

7.8CVSS0.0061EPSS
SaveExploits0References8
NVD
NVD
added 2024/12/27 3:15 p.m.14 views

CVE-2024-56632

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix the memleak while create new ctrl failed Now while we create new ctrl failed, we have not free the tagset occupied by adminq, here try to fix it...

7.5CVSS0.00408EPSS
SaveExploits0References2
NVD
NVD
added 2024/12/27 3:15 p.m.17 views

CVE-2024-56622

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: sysfs: Prevent div by zero Prevent a division by 0 when monitoring is not enabled...

5.5CVSS0.00207EPSS
SaveExploits0References6
NVD
NVD
added 2024/12/27 3:15 p.m.13 views

CVE-2024-56606

In the Linux kernel, the following vulnerability has been resolved: afpacket: avoid erroring out after sockinitdata in packetcreate After sockinitdata the allocated sk object is attached to the provided sock object. On error, packetcreate frees the sk object leaving the dangling pointer in the so...

7.8CVSS0.00243EPSS
SaveExploits0References9
NVD
NVD
added 2024/12/27 3:15 p.m.12 views

CVE-2024-56589

In the Linux kernel, the following vulnerability has been resolved: scsi: hisisas: Add condresched for no forced preemption model For no forced preemption model kernel, in the scenario where the expander is connected to 12 high performance SAS SSDs, the following call trace may occur: 214.409199...

5.5CVSS0.00235EPSS
SaveExploits0References8
Rows per page
Query Builder