- EPSS 0.05%
- Veröffentlicht 22.08.2025 16:00:45
- Zuletzt bearbeitet 03.11.2025 18:16:32
In the Linux kernel, the following vulnerability has been resolved: netfilter: xt_nfacct: don't assume acct name is null-terminated BUG: KASAN: slab-out-of-bounds in .. lib/vsprintf.c:721 Read of size 1 at addr ffff88801eac95c8 by task syz-executor...
CVE-2025-38638
- EPSS 0.02%
- Veröffentlicht 22.08.2025 16:00:44
- Zuletzt bearbeitet 26.11.2025 16:36:16
In the Linux kernel, the following vulnerability has been resolved: ipv6: add a retry logic in net6_rt_notify() inet6_rt_notify() can be called under RCU protection only. This means the route could be changed concurrently and rt6_fill_node() could ...
- EPSS 0.07%
- Veröffentlicht 22.08.2025 16:00:43
- Zuletzt bearbeitet 03.11.2025 18:16:32
In the Linux kernel, the following vulnerability has been resolved: clk: davinci: Add NULL check in davinci_lpsc_clk_register() devm_kasprintf() returns NULL when memory allocation fails. Currently, davinci_lpsc_clk_register() does not check for th...
CVE-2025-38636
- EPSS 0.02%
- Veröffentlicht 22.08.2025 16:00:43
- Zuletzt bearbeitet 26.11.2025 17:12:06
In the Linux kernel, the following vulnerability has been resolved: rv: Use strings in da monitors tracepoints Using DA monitors tracepoints with KASAN enabled triggers the following warning: BUG: KASAN: global-out-of-bounds in do_trace_event_raw...
- EPSS 0.04%
- Veröffentlicht 22.08.2025 16:00:42
- Zuletzt bearbeitet 03.11.2025 18:16:32
In the Linux kernel, the following vulnerability has been resolved: power: supply: cpcap-charger: Fix null check for power_supply_get_by_name In the cpcap_usb_detect() function, the power_supply_get_by_name() function may return `NULL` instead of a...
CVE-2025-38633
- EPSS 0.02%
- Veröffentlicht 22.08.2025 16:00:41
- Zuletzt bearbeitet 26.11.2025 17:11:58
In the Linux kernel, the following vulnerability has been resolved: clk: spacemit: mark K1 pll1_d8 as critical The pll1_d8 clock is enabled by the boot loader, and is ultimately a parent for numerous clocks, including those used by APB and AXI buse...
CVE-2025-38632
- EPSS 0.01%
- Veröffentlicht 22.08.2025 16:00:40
- Zuletzt bearbeitet 26.11.2025 17:11:43
In the Linux kernel, the following vulnerability has been resolved: pinmux: fix race causing mux_owner NULL with active mux_usecount commit 5a3e85c3c397 ("pinmux: Use sequential access to access desc->pinmux data") tried to address the issue when t...
CVE-2025-38631
- EPSS 0.02%
- Veröffentlicht 22.08.2025 16:00:39
- Zuletzt bearbeitet 26.11.2025 17:10:50
In the Linux kernel, the following vulnerability has been resolved: clk: imx95-blk-ctl: Fix synchronous abort When enabling runtime PM for clock suppliers that also belong to a power domain, the following crash is thrown: error: synchronous externa...
- EPSS 0.05%
- Veröffentlicht 22.08.2025 16:00:38
- Zuletzt bearbeitet 03.11.2025 18:16:32
In the Linux kernel, the following vulnerability has been resolved: fbdev: imxfb: Check fb_add_videomode to prevent null-ptr-deref fb_add_videomode() can fail with -ENOMEM when its internal kmalloc() cannot allocate a struct fb_modelist. If that h...
CVE-2025-38629
- EPSS 0.02%
- Veröffentlicht 22.08.2025 16:00:37
- Zuletzt bearbeitet 26.11.2025 17:10:04
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb: scarlett2: Fix missing NULL check scarlett2_input_select_ctl_info() sets up the string arrays allocated via kasprintf(), but it misses NULL checks, which may lead to NUL...