CVE-2023-53010
- EPSS 0.03%
- Veröffentlicht 27.03.2025 16:43:40
- Zuletzt bearbeitet 30.10.2025 16:20:51
In the Linux kernel, the following vulnerability has been resolved: bnxt: Do not read past the end of test names Test names were being concatenated based on a offset beyond the end of the first name, which tripped the buffer overflow detection logi...
CVE-2023-53011
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:40
- Zuletzt bearbeitet 01.10.2025 21:15:43
In the Linux kernel, the following vulnerability has been resolved: net: stmmac: enable all safety features by default In the original implementation of dwmac5 commit 8bf993a5877e ("net: stmmac: Add support for DWMAC5 and implement Safety Features"...
CVE-2023-53009
- EPSS 0.03%
- Veröffentlicht 27.03.2025 16:43:39
- Zuletzt bearbeitet 30.10.2025 16:23:48
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Add sync after creating vram bo There will be data corruption on vram allocated by svm if the initialization is not complete and application is writting on the memory. ...
CVE-2023-53007
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:38
- Zuletzt bearbeitet 30.10.2025 16:24:07
In the Linux kernel, the following vulnerability has been resolved: tracing: Make sure trace_printk() can output as soon as it can be used Currently trace_printk() can be used as soon as early_trace_init() is called from start_kernel(). But if a cr...
CVE-2023-53008
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:38
- Zuletzt bearbeitet 01.10.2025 21:15:43
In the Linux kernel, the following vulnerability has been resolved: cifs: fix potential memory leaks in session setup Make sure to free cifs_ses::auth_key.response before allocating it as we might end up leaking memory in reconnect or mounting.
CVE-2023-53006
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:37
- Zuletzt bearbeitet 30.10.2025 16:24:48
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix oops due to uncleared server->smbd_conn in reconnect In smbd_destroy(), clear the server->smbd_conn pointer after freeing the smbd_connection struct that it points to so ...
CVE-2023-53005
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:36
- Zuletzt bearbeitet 01.10.2025 21:15:42
In the Linux kernel, the following vulnerability has been resolved: trace_events_hist: add check for return value of 'create_hist_field' Function 'create_hist_field' is called recursively at trace_events_hist.c:1954 and can return NULL-value that's...
CVE-2023-53003
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:35
- Zuletzt bearbeitet 01.04.2025 15:39:21
In the Linux kernel, the following vulnerability has been resolved: EDAC/qcom: Do not pass llcc_driv_data as edac_device_ctl_info's pvt_info The memory for llcc_driv_data is allocated by the LLCC driver. But when it is passed as the private driver ...
CVE-2023-53004
- EPSS 0.03%
- Veröffentlicht 27.03.2025 16:43:35
- Zuletzt bearbeitet 30.10.2025 16:40:12
In the Linux kernel, the following vulnerability has been resolved: ovl: fix tmpfile leak Missed an error cleanup.
CVE-2023-53002
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:34
- Zuletzt bearbeitet 01.10.2025 21:15:42
In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix a memory leak with reused mmap_offset drm_vma_node_allow() and drm_vma_node_revoke() should be called in balanced pairs. We call drm_vma_node_allow() once per-file ev...