CVE-2023-53006
- EPSS 0.19%
- 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.25%
- 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.25%
- 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-53000
- EPSS 0.2%
- 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-52999
- EPSS 0.23%
- 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.25%
- 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...
CVE-2023-52996
- EPSS 0.25%
- Veröffentlicht 27.03.2025 16:43:30
- Zuletzt bearbeitet 30.10.2025 16:40:28
In the Linux kernel, the following vulnerability has been resolved: ipv4: prevent potential spectre v1 gadget in fib_metrics_match() if (!type) continue; if (type > RTAX_MAX) return false; ... fi_val = fi->fib_metrics->m...
CVE-2023-52993
- EPSS 0.25%
- Veröffentlicht 27.03.2025 16:43:28
- Zuletzt bearbeitet 01.10.2025 21:15:42
In the Linux kernel, the following vulnerability has been resolved: x86/i8259: Mark legacy PIC interrupts with IRQ_LEVEL Baoquan reported that after triggering a crash the subsequent crash-kernel fails to boot about half of the time. It triggers a ...
CVE-2023-52992
- EPSS 0.25%
- Veröffentlicht 27.03.2025 16:43:27
- Zuletzt bearbeitet 29.10.2025 17:00:21
In the Linux kernel, the following vulnerability has been resolved: bpf: Skip task with pid=1 in send_signal_common() The following kernel panic can be triggered when a task with pid=1 attaches a prog that attempts to send killing signal to itself,...
CVE-2023-52988
- EPSS 0.26%
- Veröffentlicht 27.03.2025 16:43:25
- Zuletzt bearbeitet 01.10.2025 18:15:35
In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/via: Avoid potential array out-of-bound in add_secret_dac_path() snd_hda_get_connections() can return a negative error code. It may lead to accessing 'conn' array at a ne...