CVE-2023-52906
- EPSS 0.02%
- Veröffentlicht 21.08.2024 07:15:06
- Zuletzt bearbeitet 13.09.2024 13:21:31
In the Linux kernel, the following vulnerability has been resolved: net/sched: act_mpls: Fix warning during failed attribute validation The 'TCA_MPLS_LABEL' attribute is of 'NLA_U32' type, but has a validation type of 'NLA_VALIDATE_FUNCTION'. This ...
CVE-2023-52907
- EPSS 0.01%
- Veröffentlicht 21.08.2024 07:15:06
- Zuletzt bearbeitet 12.09.2024 16:06:17
In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame() Fix a use-after-free that occurs in hcd when in_urb sent from pn533_usb_send_frame() is completed earlier than o...
CVE-2023-52908
- EPSS 0.02%
- Veröffentlicht 21.08.2024 07:15:06
- Zuletzt bearbeitet 12.09.2024 14:54:41
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix potential NULL dereference Fix potential NULL dereference, in the case when "man", the resource manager might be NULL, when/if we print debug information.
CVE-2023-52909
- EPSS 0.02%
- Veröffentlicht 21.08.2024 07:15:06
- Zuletzt bearbeitet 12.09.2024 14:52:54
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix handling of cached open files in nfsd4_open codepath Commit fb70bf124b05 ("NFSD: Instantiate a struct file when creating a regular NFSv4 file") added the ability to cache...
CVE-2023-52910
- EPSS 0.02%
- Veröffentlicht 21.08.2024 07:15:06
- Zuletzt bearbeitet 12.09.2024 14:47:08
In the Linux kernel, the following vulnerability has been resolved: iommu/iova: Fix alloc iova overflows issue In __alloc_and_insert_iova_range, there is an issue that retry_pfn overflows. The value of iovad->anchor.pfn_hi is ~0UL, then when iovad-...
CVE-2023-52911
- EPSS 0.01%
- Veröffentlicht 21.08.2024 07:15:06
- Zuletzt bearbeitet 12.09.2024 14:49:30
In the Linux kernel, the following vulnerability has been resolved: drm/msm: another fix for the headless Adreno GPU Fix another oops reproducible when rebooting the board with the Adreno GPU working in the headless mode (e.g. iMX platforms). Unab...
CVE-2022-48885
- EPSS 0.01%
- Veröffentlicht 21.08.2024 07:15:05
- Zuletzt bearbeitet 06.09.2024 14:46:30
In the Linux kernel, the following vulnerability has been resolved: ice: Fix potential memory leak in ice_gnss_tty_write() The ice_gnss_tty_write() return directly if the write_buf alloc failed, leaking the cmd_buf. Fix by free cmd_buf if write_bu...
CVE-2022-48886
- EPSS 0.03%
- Veröffentlicht 21.08.2024 07:15:05
- Zuletzt bearbeitet 06.09.2024 14:48:20
In the Linux kernel, the following vulnerability has been resolved: ice: Add check for kzalloc Add the check for the return value of kzalloc in order to avoid NULL pointer dereference. Moreover, use the goto-label to share the clean code.
CVE-2022-48887
- EPSS 0.01%
- Veröffentlicht 21.08.2024 07:15:05
- Zuletzt bearbeitet 06.09.2024 14:55:46
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Remove rcu locks from user resources User resource lookups used rcu to avoid two extra atomics. Unfortunately the rcu paths were buggy and it was easy to make the drive...
CVE-2022-48888
- EPSS 0.03%
- Veröffentlicht 21.08.2024 07:15:05
- Zuletzt bearbeitet 29.08.2024 02:36:17
In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Fix memory leak in msm_mdss_parse_data_bus_icc_path of_icc_get() alloc resources for path1, we should release it when not need anymore. Early return when IS_ERR_OR_NUL...