CVE-2023-53372
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:19
- Zuletzt bearbeitet 14.01.2026 19:16:34
In the Linux kernel, the following vulnerability has been resolved: sctp: fix a potential overflow in sctp_ifwdtsn_skip Currently, when traversing ifwdtsn skips with _sctp_walk_ifwdtsn, it only checks the pos against the end of the chunk. However, ...
CVE-2023-53370
- EPSS 0.01%
- Veröffentlicht 18.09.2025 13:33:18
- Zuletzt bearbeitet 14.01.2026 19:16:34
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix memory leak in mes self test The fences associated with mes queue have to be freed up during amdgpu_ring_fini.
CVE-2023-53371
- EPSS 0.01%
- Veröffentlicht 18.09.2025 13:33:18
- Zuletzt bearbeitet 14.01.2026 19:16:34
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix memory leak in mlx5e_fs_tt_redirect_any_create The memory pointed to by the fs->any pointer is not freed in the error path of mlx5e_fs_tt_redirect_any_create, which ...
CVE-2023-53369
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:17
- Zuletzt bearbeitet 14.01.2026 19:16:34
In the Linux kernel, the following vulnerability has been resolved: net: dcb: choose correct policy to parse DCB_ATTR_BCN The dcbnl_bcn_setcfg uses erroneous policy to parse tb[DCB_ATTR_BCN], which is introduced in commit 859ee3c43812 ("DCB: Add su...
CVE-2022-50399
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:16
- Zuletzt bearbeitet 14.01.2026 19:16:15
In the Linux kernel, the following vulnerability has been resolved: media: atomisp: prevent integer overflow in sh_css_set_black_frame() The "height" and "width" values come from the user so the "height * width" multiplication can overflow.
- EPSS 0.03%
- Veröffentlicht 18.09.2025 13:33:15
- Zuletzt bearbeitet 01.10.2025 08:15:30
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2022-50398
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:15
- Zuletzt bearbeitet 14.01.2026 19:16:15
In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: add atomic_check to bridge ops DRM commit_tails() will disable downstream crtc/encoder/bridge if both disable crtc is required and crtc->active is set before pushing a ...
CVE-2022-50396
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:14
- Zuletzt bearbeitet 14.01.2026 19:16:15
In the Linux kernel, the following vulnerability has been resolved: net: sched: fix memory leak in tcindex_set_parms Syzkaller reports a memory leak as follows: ==================================== BUG: memory leak unreferenced object 0xffff88810c2...
CVE-2022-50395
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:13
- Zuletzt bearbeitet 14.01.2026 19:16:14
In the Linux kernel, the following vulnerability has been resolved: integrity: Fix memory leakage in keyring allocation error path Key restriction is allocated in integrity_init_keyring(). However, if keyring allocation failed, it is not freed, cau...
CVE-2022-50393
- EPSS 0.01%
- Veröffentlicht 18.09.2025 13:33:12
- Zuletzt bearbeitet 14.01.2026 19:16:14
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: SDMA update use unlocked iterator SDMA update page table may be called from unlocked context, this generate below warning. Use unlocked iterator to handle this case. W...