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...
CVE-2023-52998
- EPSS 0.03%
- Veröffentlicht 27.03.2025 16:43:31
- Zuletzt bearbeitet 29.10.2025 15:39:36
In the Linux kernel, the following vulnerability has been resolved: net: fec: Use page_pool_put_full_page when freeing rx buffers The page_pool_release_page was used when freeing rx buffers, and this function just unmaps the page (if mapped) and do...
CVE-2023-52996
- EPSS 0.02%
- 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-52995
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:29
- Zuletzt bearbeitet 29.10.2025 16:59:46
In the Linux kernel, the following vulnerability has been resolved: riscv/kprobe: Fix instruction simulation of JALR Set kprobe at 'jalr 1140(ra)' of vfs_write results in the following crash: [ 32.092235] Unable to handle kernel access to user m...
CVE-2023-52993
- EPSS 0.02%
- 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-52994
- EPSS 0.02%
- 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: acpi: Fix suspend with Xen PV Commit f1e525009493 ("x86/boot: Skip realmode init code when running as Xen PV guest") missed one code path accessing real_mode_header, leading to der...
CVE-2023-52992
- EPSS 0.02%
- 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,...