Lucene search
+L

7991 matches found

NVD
NVD
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.8CVSS0.00235EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2024/12/27 3:6 p.m.24 views

CVE-2024-56671 gpio: graniterapids: Fix vGPIO driver crash

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

0.00189EPSS
SaveExploits0References2
CVE
CVE
added 2024/12/27 3:6 p.m.66 views

CVE-2024-56666

In Linux kernel, drm/amdkfd: Dereference null return value in pqm_uninit occurs when pdd = kfd_get_process_device_data could be NULL and is dereferenced without NULL-checking. This is a local, low-privilege issue with MEDIUM impact per CVSS v3.1 (AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H). The CVE is m...

5.5CVSS6.6AI score0.00184EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/12/27 3:6 p.m.11 views

CVE-2024-56660 net/mlx5: DR, prevent potential error pointer dereference

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.1AI score0.0022EPSS
SaveExploits0References8
OSV
OSV
added 2024/12/27 3:2 p.m.13 views

CVE-2024-56650 netfilter: x_tables: fix LED ID check in led_tg_check()

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtables: fix LED ID check in ledtgcheck Syzbot has reported the following BUG detected by KASAN: BUG: KASAN: slab-out-of-bounds in strlen+0x58/0x70 Read of size 1 at addr ffff8881022da0c8 by task repro/5879 ... Call...

7.1CVSS6AI score0.00262EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2024/12/27 3:2 p.m.22 views

CVE-2024-56641 net/smc: initialize close_work early to avoid warning

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

0.00218EPSS
SaveExploits0References3
CVE
CVE
added 2024/12/27 3:2 p.m.154 views

CVE-2024-56640

CVE-2024-56640 affects the Linux kernel (net/smc) and describes a use-after-free caused by mismanaged refcount of LGRs/links. The issue manifests as refcount_t: addition on 0 or underflow during concurrent operations, leading to premature resource release and unsafe access. The root cause is repe...

7.8CVSS6.6AI score0.00226EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2024/12/27 3:2 p.m.2323 views

CVE-2024-56636

CVE-2024-56636 refers to a Linux kernel vulnerability in the geneve path where code assumed the MAC header was already present in the output path. The fix changes the code to reference the MAC header safely by using skb_eth_hdr() instead of eth_hdr(), preventing potential misreads when mac header...

5.5CVSS6.5AI score0.00268EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2024/12/27 3:2 p.m.141 views

CVE-2024-56634

CVE-2024-56634 concerns a Linux kernel flaw in the GPIO grgpio driver: grgpio_probe can dereference a NULL after devm_kasprintf() returns NULL. The fix adds an explicit NULL check in grgpio_probe to prevent kernel NULL pointer dereference. Public advisories (e.g., Astra Linux and Debian/SEL advis...

5.5CVSS6.3AI score0.00255EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2024/12/27 2:51 p.m.8 views

CVE-2024-56625 can: dev: can_set_termination(): allow sleeping GPIOs

In the Linux kernel, the following vulnerability has been resolved: can: dev: cansettermination: allow sleeping GPIOs In commit 6e86a1543c37 "can: dev: provide optional GPIO based termination support" GPIO based termination support was added. For no particular reason that patch uses gpiodsetvalue...

5.5CVSS6.1AI score0.00207EPSS
SaveExploits0References9
CVE
CVE
added 2024/12/27 2:51 p.m.145 views

CVE-2024-56625

CVE-2024-56625 refers to a Linux kernel issue where the can: dev: can_set_termination() implementation used gpiod_set_value() to drive a GPIO behind a sleep-capable expander, which can sleep. The root cause is the use of gpiod_set_value() in the GPIO termination patch, triggering a warning when t...

5.5CVSS6.5AI score0.00207EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2024/12/27 2:51 p.m.9 views

CVE-2024-56624 iommufd: Fix out_fput in iommufd_fault_alloc()

In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix outfput in iommufdfaultalloc As fput calls the file-fop-release op, where fault obj and ictx are getting released, there is no need to release these two after fput one more time, which would result in imbalanced...

5.5CVSS6.1AI score0.00176EPSS
SaveExploits0References5
CVE
CVE
added 2024/12/27 2:51 p.m.175 views

CVE-2024-56606

CVE-2024-56606 concerns the Linux kernel vulnerability in af_packet where, after sock_init_data() allocates a sk object and attaches it to a sock, packet_create() on error frees the sk but leaves a dangling sk pointer in the sock. This can enable a use-after-free if other code reuses that pointer...

7.8CVSS6.7AI score0.00243EPSS
SaveExploits0References9Affected Software1
Vulnrichment
Vulnrichment
added 2024/12/27 2:51 p.m.17 views

CVE-2024-56601 net: inet: do not leave a dangling sk pointer in inet_create()

In the Linux kernel, the following vulnerability has been resolved: net: inet: do not leave a dangling sk pointer in inetcreate sockinitdata attaches the allocated sk object to the provided sock object. If inetcreate fails later, the sk object is freed, but the sock object retains the dangling...

7.3AI score0.00243EPSS
SaveExploits0References7
OSV
OSV
added 2024/12/27 2:51 p.m.10 views

CVE-2024-56599 wifi: ath10k: avoid NULL pointer error during sdio remove

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.2AI score0.00222EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2024/12/27 2:50 p.m.19 views

CVE-2024-56589 scsi: hisi_sas: Add cond_resched() for no forced preemption model

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

0.00235EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/12/27 2:23 p.m.31 views

CVE-2024-56578 media: imx-jpeg: Set video drvdata before register video device

In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Set video drvdata before register video device The video drvdata should be set before the video device is registered, otherwise videodrvdata may return NULL in the open file ops, and led to oops...

0.00234EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/12/27 2:23 p.m.30 views

CVE-2024-56571

...

SaveExploits0
NVD
NVD
added 2024/12/27 2:15 p.m.19 views

CVE-2024-56540

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Prevent recovery invocation during probe and resume Refactor IPC send and receive functions to allow correct handling of operations that should not trigger a recovery process. Expose ivpusendreceiveinternal, which is...

4.7CVSS0.00159EPSS
SaveExploits0References3
NVD
NVD
added 2024/12/27 2:15 p.m.16 views

CVE-2024-53233

In the Linux kernel, the following vulnerability has been resolved: unicode: Fix utf8load error path utf8load requests the symbol "utf8datatable" and then checks if the requested UTF-8 version is supported. If it's unsupported, it tries to put the data table using symbolput. If an unsupported...

5.5CVSS0.00222EPSS
SaveExploits0References6
Rows per page
Query Builder