- EPSS 0.03%
- Veröffentlicht 10.07.2025 07:42:18
- Zuletzt bearbeitet 10.07.2025 13:17:30
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...
- EPSS 0.03%
- Veröffentlicht 10.07.2025 07:42:17
- Zuletzt bearbeitet 10.07.2025 13:17:30
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...
- EPSS 0.04%
- Veröffentlicht 10.07.2025 07:42:16
- Zuletzt bearbeitet 10.07.2025 13:17:30
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...
- EPSS 0.03%
- Veröffentlicht 10.07.2025 07:42:16
- Zuletzt bearbeitet 09.09.2025 17:15:44
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...
- EPSS 0.03%
- Veröffentlicht 10.07.2025 07:42:15
- Zuletzt bearbeitet 10.07.2025 13:17:30
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...
- EPSS 0.03%
- Veröffentlicht 10.07.2025 07:42:14
- Zuletzt bearbeitet 10.07.2025 13:17:30
In the Linux kernel, the following vulnerability has been resolved: block: don't use submit_bio_noacct_nocheck in blk_zone_wplug_bio_work Bios queued up in the zone write plug have already gone through all all preparation in the submit_bio path, in...
- EPSS 0.03%
- Veröffentlicht 10.07.2025 07:42:14
- Zuletzt bearbeitet 10.07.2025 13:17:30
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: eir: Fix possible crashes on eir_create_adv_data eir_create_adv_data may attempt to add EIR_FLAGS and EIR_TX_POWER without checking if that would fit.
- EPSS 0.03%
- Veröffentlicht 10.07.2025 07:42:13
- Zuletzt bearbeitet 10.07.2025 13:17:30
In the Linux kernel, the following vulnerability has been resolved: nvmem: zynqmp_nvmem: unbreak driver after cleanup Commit 29be47fcd6a0 ("nvmem: zynqmp_nvmem: zynqmp_nvmem_probe cleanup") changed the driver to expect the device pointer to be pass...
- EPSS 0.03%
- Veröffentlicht 10.07.2025 07:42:12
- Zuletzt bearbeitet 10.07.2025 13:17:30
In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8195: Set ETDM1/2 IN/OUT to COMP_DUMMY() ETDM2_IN_BE and ETDM1_OUT_BE are defined as COMP_EMPTY(), in the case the codec dai_name will be null. Avoid a crash if ...
- EPSS 0.03%
- Veröffentlicht 10.07.2025 07:42:12
- Zuletzt bearbeitet 10.07.2025 13:17:30
In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ce-cipher - fix error handling in sun8i_ce_cipher_prepare() Fix two DMA cleanup issues on the error path in sun8i_ce_cipher_prepare(): 1] If dma_map_sg() fails for a...