CVE-2025-38323
- EPSS 0.01%
- Veröffentlicht 10.07.2025 08:14:58
- Zuletzt bearbeitet 19.12.2025 16:49:58
In the Linux kernel, the following vulnerability has been resolved: net: atm: add lec_mutex syzbot found its way in net/atm/lec.c, and found an error path in lecd_attach() could leave a dangling pointer in dev_lec[]. Add a mutex to protect dev_lec...
CVE-2025-38324
- EPSS 0.02%
- Veröffentlicht 10.07.2025 08:14:58
- Zuletzt bearbeitet 19.12.2025 16:55:13
In the Linux kernel, the following vulnerability has been resolved: mpls: Use rcu_dereference_rtnl() in mpls_route_input_rcu(). As syzbot reported [0], mpls_route_input_rcu() can be called from mpls_getroute(), where is under RTNL. net->mpls.platf...
CVE-2025-38322
- EPSS 0.03%
- Veröffentlicht 10.07.2025 08:14:57
- Zuletzt bearbeitet 19.12.2025 16:49:52
In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel: Fix crash in icl_update_topdown_event() The perf_fuzzer found a hard-lockup crash on a RaptorLake machine: Oops: general protection fault, maybe for address 0xff...
CVE-2025-38320
- EPSS 0.02%
- Veröffentlicht 10.07.2025 08:14:56
- Zuletzt bearbeitet 19.12.2025 16:44:34
In the Linux kernel, the following vulnerability has been resolved: arm64/ptrace: Fix stack-out-of-bounds read in regs_get_kernel_stack_nth() KASAN reports a stack-out-of-bounds read in regs_get_kernel_stack_nth(). Call Trace: [ 97.283505] BUG: ...
CVE-2025-38319
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:42:25
- Zuletzt bearbeitet 19.12.2025 16:44:27
In the Linux kernel, the following vulnerability has been resolved: drm/amd/pp: Fix potential NULL pointer dereference in atomctrl_initialize_mc_reg_table The function atomctrl_initialize_mc_reg_table() and atomctrl_initialize_mc_reg_table_v2_2() d...
CVE-2025-38313
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:42:21
- Zuletzt bearbeitet 19.12.2025 16:44:23
In the Linux kernel, the following vulnerability has been resolved: bus: fsl-mc: fix double-free on mc_dev The blamed commit tried to simplify how the deallocations are done but, in the process, introduced a double-free on the mc_dev variable. In ...
CVE-2025-38312
- EPSS 0.03%
- Veröffentlicht 10.07.2025 07:42:20
- Zuletzt bearbeitet 19.12.2025 17:58:50
In the Linux kernel, the following vulnerability has been resolved: fbdev: core: fbcvt: avoid division by 0 in fb_cvt_hperiod() In fb_find_mode_cvt(), iff mode->refresh somehow happens to be 0x80000000, cvt.f_refresh will become 0 when multiplying ...
CVE-2025-38310
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:42:19
- Zuletzt bearbeitet 19.12.2025 17:58:39
In the Linux kernel, the following vulnerability has been resolved: seg6: Fix validation of nexthop addresses The kernel currently validates that the length of the provided nexthop address does not exceed the specified length. This can lead to the ...
CVE-2025-38305
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:42:16
- Zuletzt bearbeitet 19.12.2025 17:58:01
In the Linux kernel, the following vulnerability has been resolved: ptp: remove ptp->n_vclocks check logic in ptp_vclock_in_use() There is no disagreement that we should check both ptp->is_virtual_clock and ptp->n_vclocks to check if the ptp virtua...
CVE-2025-38304
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:42:15
- Zuletzt bearbeitet 19.12.2025 17:57:04
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix NULL pointer deference on eir_get_service_data The len parameter is considered optional so it can be NULL so it cannot be used for skipping to next entry of EIR_SERV...