Lucene search
+L

1566 matches found

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

CVE-2024-56579

In the Linux kernel, the following vulnerability has been resolved: media: amphion: 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...

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

CVE-2024-56639

In the Linux kernel, the following vulnerability has been resolved: net: hsr: must allocate more bytes for RedBox support Blamed commit forgot to change hsrinitskb to allocate larger skb for RedBox case. Indeed, sendhsrsupervisionframe will add two additional components struct hsrsuptlv and struc...

5.5CVSS6.1AI score0.00186EPSS
SaveExploits0References9
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.6 views

CVE-2024-56585

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Fix sleeping in atomic context for PREEMPTRT Commit bab1c299f3945ffe79 "LoongArch: Fix sleeping in atomic context in setuptlbhandler" changes the gfp flag from GFPKERNEL to GFPATOMIC for allocpagesnode. However, for...

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

CVE-2024-56633

In the Linux kernel, the following vulnerability has been resolved: tcpbpf: Fix the skmemuncharge logic in tcpbpfsendmsg The current sk memory accounting logic in SKREDIRECT is pre-uncharging tosend bytes, which is either msg-sg.size or a smaller value applybytes. Potential problems with this...

7.8CVSS6.1AI score0.00281EPSS
SaveExploits0References45
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.6 views

CVE-2024-56573

In the Linux kernel, the following vulnerability has been resolved: efi/libstub: Free correct pointer on failure cmdlineptr is an out parameter, which is not allocated by the function itself, and likely points into the caller's stack. cmdline refers to the pool allocation that should be freed whe...

7CVSS6.4AI score0.00235EPSS
SaveExploits0References19
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.8 views

CVE-2024-56618

In the Linux kernel, the following vulnerability has been resolved: pmdomain: imx: gpcv2: Adjust delay after power up handshake The udelay5 is not enough, sometimes below kernel panic still be triggered: 4.012973 Kernel panic - not syncing: Asynchronous SError Interrupt 4.012976 CPU: 2 UID: 0 PID...

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

CVE-2024-56554

In the Linux kernel, the following vulnerability has been resolved: binder: fix freeze UAF in binderreleasework When a binder reference is cleaned up, any freeze work queued in the associated process should also be removed. Otherwise, the reference is freed while its ref-freeze.work is still queu...

7.8CVSS6.6AI score0.00213EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.10 views

CVE-2024-56582

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free in btrfsencodedreadendio Shinichiro reported the following use-after free that sometimes is happening in our CI system when running fstests' btrfs/284 on a TCMU runner device: BUG: KASAN:...

7.8CVSS6.4AI score0.00237EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
added 2024/12/27 2:15 p.m.9 views

CVE-2024-56535

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: coex: check NULL return of kmalloc in btcfwsetmonreg kmalloc may fail, return value might be NULL and will cause NULL pointer dereference. Add check NULL return of kmalloc in btcfwsetmonreg...

5.5CVSS6.3AI score0.00251EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/12/27 2:15 p.m.8 views

CVE-2024-53236

In the Linux kernel, the following vulnerability has been resolved: xsk: Free skb when TX metadata options are invalid When a new skb is allocated for transmitting an xsk descriptor, i.e., for every non-multibuf descriptor or the first frag of a multibuf descriptor, but the descriptor is later...

5.5CVSS6.4AI score0.00201EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2024/12/27 2:15 p.m.7 views

CVE-2024-53192

In the Linux kernel, the following vulnerability has been resolved: clk: clk-loongson2: Fix potential buffer overflow in flexible-array member access Flexible-array member hws in struct clkhwonecelldata is annotated with the countedby attribute. This means that when memory is allocated for this...

7.8CVSS6.5AI score0.00243EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/12/27 2:15 p.m.10 views

CVE-2024-53227

In the Linux kernel, the following vulnerability has been resolved: scsi: bfa: Fix use-after-free in bfadimmoduleexit BUG: KASAN: slab-use-after-free in lockacquire+0x2aca/0x3a20 Read of size 8 at addr ffff8881082d80c8 by task modprobe/25303 Call Trace: dumpstacklvl+0x95/0xe0 printreport+0xcb/0x6...

7.8CVSS6.2AI score0.00275EPSS
SaveExploits0References49
UbuntuCve
UbuntuCve
added 2024/12/27 2:15 p.m.15 views

CVE-2024-53217

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent NULL dereference in nfsd4processcbupdate @ses is initialized to NULL. If nfsd4findbackchannel finds no available backchannel session, setupcallbackclient will try to dereference @ses and segfault...

7.5CVSS6.2AI score0.00696EPSS
SaveExploits0References54
UbuntuCve
UbuntuCve
added 2024/12/27 2:15 p.m.10 views

CVE-2024-53230

In the Linux kernel, the following vulnerability has been resolved: cpufreq: CPPC: Fix possible null-ptr-deref for cppcgetcpucost cpufreqcpugetraw may return NULL if the cpu is not in policy-cpus cpu mask and it will cause null pointer dereference, so check NULL for cppcgetcpucost...

5.5CVSS6.4AI score0.00236EPSS
SaveExploits0References19
UbuntuCve
UbuntuCve
added 2024/12/27 2:15 p.m.10 views

CVE-2024-53224

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Move events notifier registration to be after device registration Move pkey change work initialization and cleanup from device resources stage to notifier stage, since this is the stage which handles this work events...

8.8CVSS6.1AI score0.00322EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/12/27 2:15 p.m.10 views

CVE-2024-53175

In the Linux kernel, the following vulnerability has been resolved: ipc: fix memleak if msginitns failed in createipcns Percpu memory allocation may failed during createipcns however this fail is not handled properly since ipc sysctls and mq sysctls is not released properly. Fix this by release...

5.5CVSS6.2AI score0.00235EPSS
SaveExploits0References19
UbuntuCve
UbuntuCve
added 2024/12/27 2:15 p.m.10 views

CVE-2024-53182

In the Linux kernel, the following vulnerability has been resolved: Revert "block, bfq: merge bfqreleaseprocessref into bfqputcooperator" This reverts commit bc3b1e9e7c50e1de0f573eea3871db61dd4787de. The bic is associated with syncbfqq, and bfqreleaseprocessref cannot be put into bfqputcooperator...

7.8CVSS6.4AI score0.00223EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/12/27 2:15 p.m.12 views

CVE-2024-53174

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: make sure cache entry active before cacheshow The function cshow was called with protection from RCU. This only ensures that cp will not be freed. Therefore, the reference count for cp can drop to zero, which will trigger...

7.8CVSS6.2AI score0.00249EPSS
SaveExploits0References44
Rows per page
Query Builder