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-38314
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:42:21
- Zuletzt bearbeitet 18.11.2025 12:55:11
In the Linux kernel, the following vulnerability has been resolved: virtio-pci: Fix result size returned for the admin command completion The result size returned by virtio_pci_admin_dev_parts_get() is 8 bytes larger than the actual result data siz...
CVE-2025-38311
- EPSS 0.01%
- Veröffentlicht 10.07.2025 07:42:20
- Zuletzt bearbeitet 18.11.2025 12:55:19
In the Linux kernel, the following vulnerability has been resolved: iavf: get rid of the crit lock Get rid of the crit lock. That frees us from the error prone logic of try_locks. Thanks to netdev_lock() by Jakub it is now easy, and in most cases ...
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-38308
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:42:18
- Zuletzt bearbeitet 18.11.2025 12:55:33
In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Fix possible null-ptr-deref when initing hw Search result of avs_dai_find_path_template() shall be verified before being used. As 'template' is already known when...
CVE-2025-38309
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:42:18
- Zuletzt bearbeitet 18.11.2025 12:55:26
In the Linux kernel, the following vulnerability has been resolved: drm/xe/vm: move xe_svm_init() earlier In xe_vm_close_and_put() we need to be able to call xe_svm_fini(), however during vm creation we can call this on the error path, before havin...
CVE-2025-38307
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:42:17
- Zuletzt bearbeitet 18.11.2025 12:55:47
In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Verify content returned by parse_int_array() The first element of the returned array stores its length. If it is 0, any manipulation beyond the element at index 0...
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-38306
- EPSS 0.01%
- Veröffentlicht 10.07.2025 07:42:16
- Zuletzt bearbeitet 18.11.2025 20:41:26
In the Linux kernel, the following vulnerability has been resolved: fs/fhandle.c: fix a race in call of has_locked_children() may_decode_fh() is calling has_locked_children() while holding no locks. That's an oopsable race... The rest of the calle...