Lucene search
+L

3023 matches found

UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.13 views

CVE-2024-56636

In the Linux kernel, the following vulnerability has been resolved: geneve: do not assume mac header is set in genevexmitskb We should not assume mac header is set in output path. Use skbethhdr instead of ethhdr to fix the issue. sysbot reported the following : WARNING: CPU: 0 PID: 11635 at...

5.5CVSS6AI score0.00268EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.6 views

CVE-2024-56660

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DR, prevent potential error pointer dereference The drdomainaddvportcap function generally returns NULL on error but sometimes we want it to return ERRPTR-EBUSY so the caller can retry. The problem here is that "ret" ca...

5.5CVSS6.2AI score0.0022EPSS
SaveExploits0References22
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.7 views

CVE-2024-56553

In the Linux kernel, the following vulnerability has been resolved: binder: fix memleak of proc-deliveredfreeze If a freeze notification is cleared with BCCLEARFREEZENOTIFICATION before calling binderfreezenotificationdone, then it is detached from its reference e.g. ref-freeze but the work remai...

5.5CVSS6.3AI score0.00186EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.9 views

CVE-2024-56571

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

6.7AI score
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.6 views

CVE-2024-56612

In the Linux kernel, the following vulnerability has been resolved: mm/gup: handle NULL pages in unpinuserpages The recent addition of "pofs" pages or folios handling to gup has a flaw: it assumes that unpinuserpages handles NULL pages in the pages array. That's not the case, as I discovered when...

5.5CVSS6.4AI score0.00173EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.8 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.5CVSS6.3AI score0.00199EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.10 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.5CVSS6.4AI score0.00408EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.14 views

CVE-2024-56653

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtk: avoid UAF in btmtkprocesscoredump hcidevcdappend may lead to the release of the skb, so it cannot be accessed once it is called. ================================================================== BUG: KASAN:...

8.8CVSS6.4AI score0.0031EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.10 views

CVE-2024-56671

In the Linux kernel, the following vulnerability has been resolved: gpio: graniterapids: Fix vGPIO driver crash Move setting irqchip.name from probe function to the initialization of "irqchip" struct in order to fix vGPIO driver crash during bootup. Crash was caused by unauthorized modification o...

5.5CVSS6AI score0.00189EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.10 views

CVE-2024-56664

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix race between element replace and close Element replace with a socket different from the one stored may race with socket's close link popping & unlinking. sockmapdelete unconditionally unrefs the wrong element: /...

7.8CVSS6.4AI score0.0018EPSS
SaveExploits0References39
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.8 views

CVE-2024-56581

In the Linux kernel, the following vulnerability has been resolved: btrfs: ref-verify: fix use-after-free after invalid ref action At btrfsreftreemod after we successfully inserted the new ref entry local variable 'ref' into the respective block entry's rbtree local variable 'be', if we find an...

7.8CVSS6.1AI score0.00238EPSS
SaveExploits0References50
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.11 views

CVE-2024-56643

In the Linux kernel, the following vulnerability has been resolved: dccp: Fix memory leak in dccpfeatchangerecv If dccpfeatpushconfirm fails after new value for SP feature was accepted without reconciliation 'entry == NULL' branch, memory allocated for that value with dccpfeatclonespval is never...

5.5CVSS6.1AI score0.00227EPSS
SaveExploits0References48
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.6 views

CVE-2024-56570

In the Linux kernel, the following vulnerability has been resolved: ovl: Filter invalid inodes with missing lookup function Add a check to the ovldentryweird function to prevent the processing of directory inodes that lack the lookup function. This is important because such inodes can cause error...

7.8CVSS6.2AI score0.00235EPSS
SaveExploits0References45
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.9 views

CVE-2024-56621

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Cancel RTC work during ufshcdremove Currently, RTC work is only cancelled during ufshcdwlsuspend. When ufshcd is removed in ufshcdremove, RTC work is not cancelled. Due to this, any further trigger of the RTC wor...

5.5CVSS6.4AI score0.00199EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.6 views

CVE-2024-56620

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: qcom: Only free platform MSIs when ESI is enabled Otherwise, it will result in a NULL pointer dereference as below: Unable to handle kernel NULL pointer dereference at virtual address 0000000000000008 Call trace:...

5.5CVSS6.4AI score0.00206EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.4 views

CVE-2024-56588

In the Linux kernel, the following vulnerability has been resolved: scsi: hisisas: Create all dump files during debugfs initialization For the current debugfs of hisisas, after user triggers dump, the driver allocate memory space to save the register information and create debugfs files to displa...

5.5CVSS6AI score0.00234EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.11 views

CVE-2024-56668

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix qibatch NULL pointer with nested parent domain The qibatch is allocated when assigning cache tag for a domain. While for nested parent domain, it is missed. Hence, when trying to map pages to the nested parent, NU...

5.5CVSS6.4AI score0.00184EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.7 views

CVE-2024-56669

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Remove cache tags before disabling ATS The current implementation removes cache tags after disabling ATS, leading to potential memory leaks and kernel crashes. Specifically, CACHETAGDEVTLB type cache tags may still...

8.8CVSS6.3AI score0.00211EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.13 views

CVE-2024-56599

In the Linux kernel, the following vulnerability has been resolved: wifi: ath10k: avoid NULL pointer error during sdio remove When running 'rmmod ath10k', ath10ksdioremove will free sdio workqueue by destroyworkqueue. But if CONFIGINITONFREEDEFAULTON is set to yes, kernel panic will happen: Call...

5.5CVSS6.3AI score0.00222EPSS
SaveExploits0References48
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.7 views

CVE-2024-56572

In the Linux kernel, the following vulnerability has been resolved: media: platform: allegro-dvt: Fix possible memory leak in allocatebuffersinternal The buffer in the loop should be released under the exception path, otherwise there may be a memory leak here. To mitigate this, free the buffer wh...

5.5CVSS6.3AI score0.00235EPSS
SaveExploits0References45
Rows per page
Query Builder