CVE-2023-3359
- EPSS 0.02%
- Veröffentlicht 28.06.2023 22:15:09
- Zuletzt bearbeitet 07.03.2025 16:15:37
An issue was discovered in the Linux kernel brcm_nvram_parse in drivers/nvmem/brcm_nvram.c. Lacks for the check of the return value of kzalloc() can cause the NULL Pointer Dereference.
CVE-2023-3355
- EPSS 0.02%
- Veröffentlicht 28.06.2023 21:15:10
- Zuletzt bearbeitet 21.11.2024 08:17:05
A NULL pointer dereference flaw was found in the Linux kernel's drivers/gpu/drm/msm/msm_gem_submit.c code in the submit_lookup_cmds function, which fails because it lacks a check of the return value of kmalloc(). This issue allows a local user to cra...
CVE-2023-3390
- EPSS 0.1%
- Veröffentlicht 28.06.2023 21:15:10
- Zuletzt bearbeitet 21.11.2024 08:17:09
A use-after-free vulnerability was found in the Linux kernel's netfilter subsystem in net/netfilter/nf_tables_api.c. Mishandled error handling with NFT_MSG_NEWRULE makes it possible to use a dangling pointer in the same transaction causing a use-aft...
CVE-2023-3439
- EPSS 0.01%
- Veröffentlicht 28.06.2023 21:15:10
- Zuletzt bearbeitet 25.06.2025 20:53:15
A flaw was found in the MCTP protocol in the Linux kernel. The function mctp_unregister() reclaims the device's relevant resource when a netcard detaches. However, a running routine may be unaware of this and cause the use-after-free of the mdev->add...
CVE-2023-3090
- EPSS 0.01%
- Veröffentlicht 28.06.2023 20:15:09
- Zuletzt bearbeitet 13.02.2025 17:16:55
A heap out-of-bounds write vulnerability in the Linux Kernel ipvlan network driver can be exploited to achieve local privilege escalation. The out-of-bounds write is caused by missing skb->cb initialization in the ipvlan network driver. The vulnera...
CVE-2023-3389
- EPSS 0.02%
- Veröffentlicht 28.06.2023 20:15:09
- Zuletzt bearbeitet 13.02.2025 17:16:56
A use-after-free vulnerability in the Linux Kernel io_uring subsystem can be exploited to achieve local privilege escalation. Racing a io_uring cancel poll request with a linked timeout can cause a UAF in a hrtimer. We recommend upgrading past comm...
- EPSS 0.02%
- Veröffentlicht 28.06.2023 12:15:09
- Zuletzt bearbeitet 21.11.2024 07:38:51
A time-of-check to time-of-use issue exists in io_uring subsystem's IORING_OP_CLOSE operation in the Linux kernel's versions 5.6 - 5.11 (inclusive), which allows a local user to elevate their privileges to root. Introduced in b5dba59e0cf7e2cc4d3b3b1a...
CVE-2023-3212
- EPSS 0.01%
- Veröffentlicht 23.06.2023 20:15:09
- Zuletzt bearbeitet 21.11.2024 08:16:42
A NULL pointer dereference issue was found in the gfs2 file system in the Linux kernel. It occurs on corrupt gfs2 file systems when the evict code tries to reference the journal descriptor structure after it has been freed and set to NULL. A privileg...
CVE-2023-3317
- EPSS 0.01%
- Veröffentlicht 23.06.2023 18:15:14
- Zuletzt bearbeitet 11.03.2025 14:15:19
A use-after-free flaw was found in mt7921_check_offload_capability in drivers/net/wireless/mediatek/mt76/mt7921/init.c in wifi mt76/mt7921 sub-component in the Linux Kernel. This flaw could allow an attacker to crash the system after 'features' memor...
CVE-2023-3220
- EPSS 0.02%
- Veröffentlicht 20.06.2023 20:15:09
- Zuletzt bearbeitet 11.03.2025 15:15:39
An issue was discovered in the Linux kernel through 6.1-rc8. dpu_crtc_atomic_check in drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c lacks check of the return value of kzalloc() and will cause the NULL Pointer Dereference.