Lucene search
+L

299 matches found

CVE
CVE
added 2024/07/16 11:44 a.m.79 views

CVE-2022-48830

CVE-2022-48830 affects the Linux kernel CAN stack (isotp). The issue was a race during CAN frame reception where isotp_rcv_ff()/isotp_rcv_cf() could modify so->rx.len concurrently, causing skb_put to panic (skb_over_panic). The fix introduces a spin_lock around isotp_rcv to ensure state/data s...

4.7CVSS6.6AI score0.00199EPSS
Exploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/07/16 8:3 a.m.24 views

CVE-2024-41008

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: change vm-taskinfo handling This patch changes the handling and lifecycle of vm-taskinfo object. The major changes are: - vm-taskinfo is a dynamically allocated ptr now, and its uasge is reference counted. - introduci...

5.5CVSS5.6AI score0.0018EPSS
Exploits0
OSV
OSV
added 2024/07/12 12:37 p.m.17 views

CVE-2024-40990 RDMA/mlx5: Add check for srq max_sge attribute

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Add check for srq maxsge attribute maxsge attribute is passed by the user, and is inserted and used unchecked, so verify that the value doesn't exceed maximum allowed value before using it...

5.5CVSS6AI score0.0027EPSS
Exploits0References10
OSV
OSV
added 2024/07/12 12:32 p.m.24 views

CVE-2024-40958 netns: Make get_net_ns() handle zero refcount net

In the Linux kernel, the following vulnerability has been resolved: netns: Make getnetns handle zero refcount net Syzkaller hit a warning: refcountt: addition on 0; use-after-free. WARNING: CPU: 3 PID: 7890 at lib/refcount.c:25 refcountwarnsaturate+0xdf/0x1d0 Modules linked in: CPU: 3 PID: 7890...

7.8CVSS5.9AI score0.00267EPSS
Exploits0References14
Debian CVE
Debian CVE
added 2024/07/10 7:18 a.m.23 views

CVE-2024-39493

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - Fix ADFDEVRESETSYNC memory leak Using completiondone to determine whether the caller has gone away only works after a complete call. Furthermore it's still possible that the caller has not yet called...

5.5CVSS5.5AI score0.00237EPSS
Exploits0
UbuntuCve
UbuntuCve
added 2024/07/05 7:15 a.m.15 views

CVE-2024-39483

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked When requesting an NMI window, WARN on vNMI support being enabled if and only if NMIs are actually masked, i.e. if the vCPU is already handling an NMI. KVM's ABI fo...

5.5CVSS6.4AI score0.00211EPSS
Exploits0References12
Debian CVE
Debian CVE
added 2024/07/05 6:55 a.m.14 views

CVE-2024-39483

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked When requesting an NMI window, WARN on vNMI support being enabled if and only if NMIs are actually masked, i.e. if the vCPU is already handling an NMI. KVM's ABI fo...

5.5CVSS6.2AI score0.00211EPSS
Exploits0
OSV
OSV
added 2024/07/05 6:55 a.m.20 views

CVE-2024-39479 drm/i915/hwmon: Get rid of devm

In the Linux kernel, the following vulnerability has been resolved: drm/i915/hwmon: Get rid of devm When both hwmon and hwmon drvdata on which hwmon depends are device managed resources, the expectation, on device unbind, is that hwmon will be released before drvdata. However, in i915 there are t...

7.8CVSS6.1AI score0.0022EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2024/07/05 6:55 a.m.12 views

CVE-2024-39476

In the Linux kernel, the following vulnerability has been resolved: md/raid5: fix deadlock that raid5d wait for itself to clear MDSBCHANGEPENDING Xiao reported that lvm2 test lvconvert-raid-takeover.sh can hang with small possibility, the root cause is exactly the same as commit bed9e27baf52...

5.5CVSS6.2AI score0.00178EPSS
Exploits0
Debian CVE
Debian CVE
added 2024/06/24 1:52 p.m.22 views

CVE-2024-38667

In the Linux kernel, the following vulnerability has been resolved: riscv: prevent ptregs corruption for secondary idle threads Top of the kernel thread stack should be reserved for ptregs. However this is not the case for the idle threads of the secondary boot harts. Their stacks overlap with...

7.8CVSS5.7AI score0.00228EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2024/06/21 7:52 p.m.25 views

CVE-2024-38623

A vulnerability was found in the Linux kernel's NTFS3 filesystem module. This issue has been resolved by switching from a fixed-size array to a variable-length array. This change mitigates the risk of buffer overflows that could potentially be exploited by attackers. Mitigation Mitigation for thi...

5.5CVSS9.1AI score0.00788EPSS
Exploits0References4
Debian CVE
Debian CVE
added 2024/06/21 11:15 a.m.37 views

CVE-2024-39277

In the Linux kernel, the following vulnerability has been resolved: dma-mapping: benchmark: handle NUMANONODE correctly cpumaskofnode can be called for NUMANONODE inside domapbenchmark resulting in the following sanitizer report: UBSAN: array-index-out-of-bounds in...

7.8CVSS5.5AI score0.0022EPSS
Exploits0
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.14 views

CVE-2024-38390

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails Calling a6xxdestroy before adrenogpuinit leads to a null pointer dereference on: msmgpucleanup : platformsetdrvdatagpu-pdev, NULL; as gpu-pdev is only assigned...

5.5CVSS5AI score0.00222EPSS
Exploits0
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.21 views

CVE-2024-36489

In the Linux kernel, the following vulnerability has been resolved: tls: fix missing memory barrier in tlsinit In tlsinit, a write memory barrier is missing, and store-store reordering may cause NULL dereference in tlssetsockopt,getsockopt. CPU0 CPU1 ----- ----- // In tlsinit // In tlsctxcreate c...

5.5CVSS6AI score0.00253EPSS
Exploits0
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.21 views

CVE-2024-36270

In the Linux kernel, the following vulnerability has been resolved: netfilter: tproxy: bail out if IP has been disabled on the device syzbot reports: general protection fault, probably for non-canonical address 0xdffffc0000000003: 0000 1 PREEMPT SMP KASAN PTI KASAN: null-ptr-deref in range...

5.5CVSS6.2AI score0.00258EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2024/06/20 1:56 p.m.18 views

CVE-2022-48749

A NULL pointer dereference flaw was found in the Linux kernel. This issue is due to an invalid parameter check in dpusetupdspppcc...

5.5CVSS9.1AI score0.00225EPSS
Exploits0References4
NVD
NVD
added 2024/06/20 12:15 p.m.18 views

CVE-2022-48742

In the Linux kernel, the following vulnerability has been resolved: rtnetlink: make sure to refresh masterdev/mops in rtnlnewlink While looking at one unrelated syzbot bug, I found the replay logic in rtnlnewlink to potentially trigger use-after-free. It is better to clear masterdev and mops insi...

7.8CVSS0.00239EPSS
Exploits0References8
RedhatCVE
RedhatCVE
added 2024/06/20 11:56 a.m.21 views

CVE-2021-47610

A vulnerability was found in the Linux kernel's DRM MSM driver, affecting Qualcomm Snapdragon GPUs. This issue involves a null pointer dereference in the msmioctlgemsubmit function, which could lead to system crashes ora denial of service DoS. Mitigation Mitigation for this issue is either not...

5.5CVSS6.8AI score0.00191EPSS
Exploits0References4
Debian CVE
Debian CVE
added 2024/06/20 6:47 a.m.22 views

CVE-2024-38619

In the Linux kernel, the following vulnerability has been resolved: usb-storage: alauda: Check whether the media is initialized The member "uzonesize" of struct alaudainfo will remain 0 if alaudainitmedia fails, potentially causing divide errors in alaudareaddata and alaudawritelba. - Add a membe...

5.5CVSS5.6AI score0.00251EPSS
Exploits0
Debian CVE
Debian CVE
added 2024/06/19 2:58 p.m.28 views

CVE-2021-47611

In the Linux kernel, the following vulnerability has been resolved: mac80211: validate extended element ID is present Before attempting to parse an extended element, verify that the extended element ID is present...

5.5CVSS5.4AI score0.00222EPSS
Exploits0
Rows per page
Query Builder