Lucene search
+L

526 matches found

UbuntuCve
UbuntuCve
added 2024/12/28 10:15 a.m.3 views

CVE-2024-56705

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

5.5CVSS6.1AI score0.00267EPSS
SaveExploits0References32
UbuntuCve
UbuntuCve
added 2024/12/28 10:15 a.m.5 views

CVE-2024-56708

In the Linux kernel, the following vulnerability has been resolved: EDAC/igen6: Avoid segmentation fault on module unload The segmentation fault happens because: During modprobe: 1. In igen6probe, igen6pvt will be allocated with kzalloc 2. In igen6registermci, mci-pvtinfo will point to...

7.8CVSS6.1AI score0.0025EPSS
SaveExploits0References31
UbuntuCve
UbuntuCve
added 2024/12/28 10:15 a.m.7 views

CVE-2024-56707

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: handle otx2mboxgetrsp errors in otx2dmacflt.c Add error pointer checks after calling otx2mboxgetrsp...

5.5CVSS6.2AI score0.00241EPSS
SaveExploits0References19
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.9 views

CVE-2024-56583

In the Linux kernel, the following vulnerability has been resolved: sched/deadline: Fix warning in migrateenable for boosted tasks When running the following command: while true; do stress-ng --cyclic 30 --timeout 30s --minimize --quiet done a warning is eventually triggered: WARNING: CPU: 43 PID...

5.5CVSS6.1AI score0.00231EPSS
SaveExploits0References19
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.7 views

CVE-2024-56552

In the Linux kernel, the following vulnerability has been resolved: drm/xe/gucsubmit: fix race around suspendpending Currently in some testcases we can trigger: xe 0000:03:00.0: drm Assertion execqueuedestroyedq failed! .... WARNING: CPU: 18 PID: 2640 at drivers/gpu/drm/xe/xegucsubmit.c:1826...

7.8CVSS6AI score0.00145EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.7 views

CVE-2024-56667

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix NULL pointer dereference in captureengine When the intelcontext structure contains NULL, it raises a NULL pointer dereference error in drminfo. cherry picked from commit 754302a5bc1bd8fd3b7d85c168b0a1af6d4bba4d...

5.5CVSS6.4AI score0.0022EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.11 views

CVE-2024-56644

In the Linux kernel, the following vulnerability has been resolved: net/ipv6: release expired exception dst cached in socket Dst objects get leaked in ip6negativeadvice when this function is executed for an expired IPv6 route located in the exception table. There are several conditions that must ...

7.5CVSS6.1AI score0.00694EPSS
SaveExploits0References45
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.8 views

CVE-2024-56580

In the Linux kernel, the following vulnerability has been resolved: media: qcom: camss: fix error path on configuration of power domains There is a chance to meet runtime issues during configuration of CAMSS power domains, because on the error path devpmdomaindetach is unexpectedly called with NU...

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

CVE-2024-56658

In the Linux kernel, the following vulnerability has been resolved: net: defer final 'struct net' free in netns dismantle Ilya reported a slab-use-after-free in dstdestroy 1 Issue is in xfrm6netinit and xfrm4netinit : They copy xfrm46dstopstemplate into net-xfrm.xfrm46dstops. But net structure...

7.8CVSS6.4AI score0.00238EPSS
SaveExploits0References48
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.9 views

CVE-2024-56673

In the Linux kernel, the following vulnerability has been resolved: riscv: mm: Do not call pmd dtor on vmemmap page table teardown The vmemmap's, which is used for RV64 with SPARSEMEMVMEMMAP, page tables are populated using pmd page middle directory hugetables. However, the pmd allocation is not...

5.5CVSS6.4AI score0.00186EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.8 views

CVE-2024-56574

In the Linux kernel, the following vulnerability has been resolved: media: ts2020: fix null-ptr-deref in ts2020probe KASAN reported a null-ptr-deref issue when executing the following command: echo ts2020 0x20 /sys/bus/i2c/devices/i2c-0/newdevice KASAN: null-ptr-deref in range...

5.5CVSS6.2AI score0.00241EPSS
SaveExploits0References45
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.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.10 views

CVE-2024-56614

In the Linux kernel, the following vulnerability has been resolved: xsk: fix OOB map writes when deleting elements Jordy says: " In the xskmapdeleteelem function an unsigned integer map-maxentries is compared with a user-controlled signed integer k. Due to implicit type conversion, a large unsign...

7.8CVSS6.1AI score0.00255EPSS
SaveExploits0References45
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.12 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.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.11 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...

7.8CVSS6.4AI score0.00194EPSS
SaveExploits0References19
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
UbuntuCve
UbuntuCve
added 2024/12/27 2:15 p.m.9 views

CVE-2024-53228

In the Linux kernel, the following vulnerability has been resolved: riscv: kvm: Fix out-of-bounds array access In kvmriscvvcpusbiinit the entry-extidx can contain an out-of-bound index. This is used as a special marker for the base extensions, that cannot be disabled. However, when traversing the...

7.8CVSS6.6AI score0.00238EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2024/12/27 2:15 p.m.10 views

CVE-2022-49034

In the Linux kernel, the following vulnerability has been resolved: sh: cpuinfo: Fix a warning for CONFIGCPUMASKOFFSTACK When CONFIGCPUMASKOFFSTACK and CONFIGDEBUGPERCPUMAPS are selected, cpumaxbitswarn generates a runtime warning similar as below when showing /proc/cpuinfo. Fix this by using...

5.5CVSS6.1AI score0.00247EPSS
SaveExploits0References45
Rows per page
Query Builder