CVE-2023-52996
- EPSS 0.04%
- 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.09%
- 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.01%
- 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.01%
- 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-52991
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:26
- Zuletzt bearbeitet 01.10.2025 21:15:42
In the Linux kernel, the following vulnerability has been resolved: net: fix NULL pointer in skb_segment_list Commit 3a1296a38d0c ("net: Support GRO/GSO fraglist chaining.") introduced UDP listifyed GRO. The segmentation relies on frag_list being u...
CVE-2023-52988
- EPSS 0.02%
- 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...
CVE-2023-52989
- EPSS 0.01%
- Veröffentlicht 27.03.2025 16:43:25
- Zuletzt bearbeitet 01.10.2025 21:15:42
In the Linux kernel, the following vulnerability has been resolved: firewire: fix memory leak for payload of request subaction to IEC 61883-1 FCP region This patch is fix for Linux kernel v2.6.33 or later. For request subaction to IEC 61883-1 FCP ...
CVE-2023-52986
- EPSS 0.04%
- Veröffentlicht 27.03.2025 16:43:23
- Zuletzt bearbeitet 29.10.2025 17:11:37
In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listener A listening socket linked to a sockmap has its sk_prot overridden. It points to one of the struct proto variant...
CVE-2023-52984
- EPSS 0.01%
- Veröffentlicht 27.03.2025 16:43:22
- Zuletzt bearbeitet 01.10.2025 18:15:34
In the Linux kernel, the following vulnerability has been resolved: net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devices The probe() function is only used for the DP83822 PHY, leaving the private data pointer uninitialized for the ...
CVE-2023-52983
- EPSS 0.03%
- Veröffentlicht 27.03.2025 16:43:21
- Zuletzt bearbeitet 01.04.2025 15:39:39
In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix uaf for bfqq in bic_set_bfqq() After commit 64dc8c732f5c ("block, bfq: fix possible uaf for 'bfqq->bic'"), bic->bfqq will be accessed in bic_set_bfqq(), however, in...