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...
CVE-2023-53000
- EPSS 0.03%
- Veröffentlicht 27.03.2025 16:43:33
- Zuletzt bearbeitet 30.10.2025 16:40:17
In the Linux kernel, the following vulnerability has been resolved: netlink: prevent potential spectre v1 gadgets Most netlink attributes are parsed and validated from __nla_validate_parse() or validate_nla() u16 type = nla_type(nla); if ...
CVE-2023-53001
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:33
- Zuletzt bearbeitet 15.07.2025 16:15:24
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2023-52999
- EPSS 0.03%
- Veröffentlicht 27.03.2025 16:43:32
- Zuletzt bearbeitet 01.04.2025 15:39:31
In the Linux kernel, the following vulnerability has been resolved: net: fix UaF in netns ops registration error path If net_assign_generic() fails, the current error path in ops_init() tries to clear the gen pointer slot. Anyway, in such error pat...
CVE-2023-52997
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:31
- Zuletzt bearbeitet 30.10.2025 16:40:23
In the Linux kernel, the following vulnerability has been resolved: ipv4: prevent potential spectre v1 gadget in ip_metrics_convert() if (!type) continue; if (type > RTAX_MAX) return -EINVAL; ... metrics[type - 1] = val; @type being used as...