CVE-2021-47669
- EPSS 0.06%
- Veröffentlicht 17.04.2025 18:01:29
- Zuletzt bearbeitet 21.04.2025 18:41:22
In the Linux kernel, the following vulnerability has been resolved: can: vxcan: vxcan_xmit: fix use after free bug After calling netif_rx_ni(skb), dereferencing skb is unsafe. Especially, the canfd_frame cfd which aliases skb memory is accessed aft...
CVE-2020-36789
- EPSS 0.06%
- Veröffentlicht 17.04.2025 18:01:28
- Zuletzt bearbeitet 01.10.2025 17:15:31
In the Linux kernel, the following vulnerability has been resolved: can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ context If a driver calls can_get_echo_skb() during a hardware IRQ (which is often, but not always, the case),...
CVE-2023-53032
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:44:00
- Zuletzt bearbeitet 31.10.2025 18:49:09
In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function. When first_ip is 0, last_ip is 0xFFFFFFFF, and netmask is 31, the value of an arithmetic expression ...
CVE-2023-53023
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:49
- Zuletzt bearbeitet 01.04.2025 15:39:10
In the Linux kernel, the following vulnerability has been resolved: net: nfc: Fix use-after-free in local_cleanup() Fix a use-after-free that occurs in kfree_skb() called from local_cleanup(). This could happen when killing nfc daemon (e.g. neard) ...
CVE-2023-53019
- EPSS 0.04%
- Veröffentlicht 27.03.2025 16:43:46
- Zuletzt bearbeitet 30.10.2025 16:20:36
In the Linux kernel, the following vulnerability has been resolved: net: mdio: validate parameter addr in mdiobus_get_phy() The caller may pass any value as addr, what may result in an out-of-bounds access to array mdio_map. One existing case is st...
CVE-2023-53015
- EPSS 0.01%
- Veröffentlicht 27.03.2025 16:43:43
- Zuletzt bearbeitet 01.10.2025 18:15:35
In the Linux kernel, the following vulnerability has been resolved: HID: betop: check shape of output reports betopff_init() only checks the total sum of the report counts for each report field to be at least 4, but hid_betopff_play() expects 4 rep...
CVE-2023-53007
- EPSS 0.01%
- 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-52999
- EPSS 0.01%
- 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-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 ...