Lucene search
+L

6310 matches found

CVE
CVE
added 2024/06/21 10:18 a.m.87 views

CVE-2024-38390

CVE-2024-38390 affects the Linux kernel DRM/MSM a6xx path. The vulnerability arises when speedbin setting fails, causing a null pointer dereference during cleanup if msm_gpu_init() did not complete (gpu->pdev is only assigned in a6xx_gpu_init -> adreno_gpu_init -> msm_gpu_init). The cano...

5.5CVSS7.1AI score0.00222EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.31 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
SaveExploits0
OSV
OSV
added 2024/06/21 10:18 a.m.17 views

CVE-2024-38390 drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails

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.5CVSS5.9AI score0.00222EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/06/21 10:18 a.m.30 views

CVE-2024-38381 nfc: nci: Fix uninit-value in nci_rx_work

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: Fix uninit-value in ncirxwork syzbot reported the following uninit-value access issue 1 ncirxwork parses received packet from ndev-rxq. It should be validated header size, payload size and total packet size before...

0.0026EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.40 views

CVE-2024-38388

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/csdspctl: Use privatefree for control cleanup Use the control privatefree callback to free the associated data block. This ensures that the memory won't leak, whatever way the control gets destroyed. The original...

3.3CVSS5AI score0.00218EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.31 views

CVE-2024-38381

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: Fix uninit-value in ncirxwork syzbot reported the following uninit-value access issue 1 ncirxwork parses received packet from ndev-rxq. It should be validated header size, payload size and total packet size before...

7.1CVSS6.1AI score0.0026EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.19 views

CVE-2024-37356

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix shift-out-of-bounds in dctcpupdatealpha. In dctcpupdatealpha, we use a module parameter dctcpshiftg as follows: alpha -= minnotzeroalpha, alpha dctcpshiftg; ... deliveredce /sys/module/tcpdctcp/parameters/dctcpshiftg cat...

5.5CVSS6.2AI score0.00247EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.18 views

CVE-2024-37353

Removed by vendor...

7.2AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.22 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.00255EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/06/21 10:18 a.m.25 views

CVE-2024-36478 null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues'

In the Linux kernel, the following vulnerability has been resolved: nullblk: fix null-ptr-dereference while configuring 'power' and 'submitqueues' Writing 'power' and 'submitqueues' concurrently will trigger kernel panic: Test script: modprobe nullblk nrdevices=0 mkdir -p...

0.00269EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.16 views

CVE-2024-36478

In the Linux kernel, the following vulnerability has been resolved: nullblk: fix null-ptr-dereference while configuring 'power' and 'submitqueues' Writing 'power' and 'submitqueues' concurrently will trigger kernel panic: Test script: modprobe nullblk nrdevices=0 mkdir -p...

5.5CVSS5.5AI score0.00269EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.13 views

CVE-2024-36286

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinkqueue: acquire rcureadlock in instancedestroyrcu syzbot reported that nfreinject could be called without rcureadlock : WARNING: suspicious RCU usage 6.9.0-rc7-syzkaller-02060-g5c1672705a1a 0 Not tainted...

5.5CVSS5.5AI score0.00268EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/06/21 10:18 a.m.26 views

CVE-2024-36281 net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete status rules

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Use mlx5ipsecrxstatusdestroy to correctly delete status rules rxcreate no longer allocates a modifyhdr instance that needs to be cleaned up. The mlx5modifyheaderdealloc call will lead to a NULL pointer dereference. A le...

0.00241EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.38 views

CVE-2024-36281

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Use mlx5ipsecrxstatusdestroy to correctly delete status rules rxcreate no longer allocates a modifyhdr instance that needs to be cleaned up. The mlx5modifyheaderdealloc call will lead to a NULL pointer dereference. A le...

5.5CVSS5.1AI score0.00241EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.22 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
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/06/21 10:18 a.m.24 views

CVE-2024-36244 net/sched: taprio: extend minimum interval restriction to entire cycle too

In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: extend minimum interval restriction to entire cycle too It is possible for syzbot to side-step the restriction imposed by the blamed commit in the Fixes: tag, because the taprio UAPI permits a cycle-time...

6.7AI score0.00249EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.14 views

CVE-2024-36244

In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: extend minimum interval restriction to entire cycle too It is possible for syzbot to side-step the restriction imposed by the blamed commit in the Fixes: tag, because the taprio UAPI permits a cycle-time...

5.5CVSS6.2AI score0.00249EPSS
SaveExploits0
CVE
CVE
added 2024/06/21 10:18 a.m.85 views

CVE-2024-33619

The CVE-2024-33619 entry concerns a Linux kernel EFI handling bug in libstub: priv.runtime_map could be freed in an error path when it was never allocated (priv.runtime_map is only allocated if efi_novamap is not set; otherwise it is uninitialized). The fix is to Free priv.runtime_map only when i...

5.5CVSS6.7AI score0.00241EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/06/21 10:18 a.m.16 views

CVE-2024-33619 efi: libstub: only free priv.runtime_map when allocated

In the Linux kernel, the following vulnerability has been resolved: efi: libstub: only free priv.runtimemap when allocated priv.runtimemap is only allocated when efinovamap is not set. Otherwise, it is an uninitialized value. In the error path, it is freed unconditionally. Avoid passing an...

6.8AI score0.00241EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/06/21 10:18 a.m.23 views

CVE-2024-33621 ipvlan: Dont Use skb->sk in ipvlan_process_v{4,6}_outbound

In the Linux kernel, the following vulnerability has been resolved: ipvlan: Dont Use skb-sk in ipvlanprocessv4,6outbound Raw packet from PFPACKET socket ontop of an IPv6-backed ipvlan device will hit WARNONONCE in skmcloop through schdirectxmit path. WARNING: CPU: 2 PID: 0 at net/core/sock.c:775...

6.6AI score0.00268EPSS
SaveExploits0References8
Rows per page
Query Builder