CVE-2026-45894
- EPSS 0.15%
- Veröffentlicht 27.05.2026 12:17:04
- Zuletzt bearbeitet 25.06.2026 21:10:07
In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Clear Present bit before tearing down PASID entry The Intel VT-d Scalable Mode PASID table entry consists of 512 bits (64 bytes). When tearing down an entry, the curren...
CVE-2026-45892
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:17:03
- Zuletzt bearbeitet 25.06.2026 21:11:06
In the Linux kernel, the following vulnerability has been resolved: ext4: drop extent cache after doing PARTIAL_VALID1 zeroout When splitting an unwritten extent in the middle and converting it to initialized in ext4_split_extent() with the EXT4_EX...
CVE-2026-45891
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:17:02
- Zuletzt bearbeitet 25.06.2026 21:11:03
In the Linux kernel, the following vulnerability has been resolved: net: hns3: fix double free issue for tx spare buffer In hns3_set_ringparam(), a temporary copy (tmp_rings) of the ring structure is created for rollback. However, the tx_spare poin...
CVE-2026-45890
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:17:01
- Zuletzt bearbeitet 25.06.2026 21:13:36
In the Linux kernel, the following vulnerability has been resolved: xen-netback: reject zero-queue configuration from guest A malicious or buggy Xen guest can write "0" to the xenbus key "multi-queue-num-queues". The connect() function in the backe...
CVE-2026-45886
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:16:58
- Zuletzt bearbeitet 25.06.2026 21:13:18
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix bpf_xdp_store_bytes proto for read-only arg While making some maps in Cilium read-only from the BPF side, we noticed that the bpf_xdp_store_bytes proto is incorrect. In pa...
CVE-2026-45885
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:16:57
- Zuletzt bearbeitet 25.06.2026 21:13:05
In the Linux kernel, the following vulnerability has been resolved: power: supply: cpcap-battery: Fix use-after-free in power_supply_changed() Using the `devm_` variant for requesting IRQ _before_ the `devm_` variant for allocating/registering the ...
CVE-2026-45884
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:16:56
- Zuletzt bearbeitet 25.06.2026 21:12:55
In the Linux kernel, the following vulnerability has been resolved: apparmor: avoid per-cpu hold underflow in aa_get_buffer When aa_get_buffer() pulls from the per-cpu list it unconditionally decrements cache->hold. If hold reaches 0 while count is...
CVE-2026-45882
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:16:55
- Zuletzt bearbeitet 25.06.2026 21:12:16
In the Linux kernel, the following vulnerability has been resolved: power: supply: pm8916_bms_vm: Fix use-after-free in power_supply_changed() Using the `devm_` variant for requesting IRQ _before_ the `devm_` variant for allocating/registering the ...
CVE-2026-45883
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:16:55
- Zuletzt bearbeitet 25.06.2026 21:12:29
In the Linux kernel, the following vulnerability has been resolved: iio: sca3000: Fix a resource leak in sca3000_probe() spi->irq from request_threaded_irq() not released when iio_device_register() fails. Add an return value check and jump to a com...
CVE-2026-45881
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:16:53
- Zuletzt bearbeitet 25.06.2026 21:12:13
In the Linux kernel, the following vulnerability has been resolved: soc: mediatek: svs: Fix memory leak in svs_enable_debug_write() In svs_enable_debug_write(), the buf allocated by memdup_user_nul() is leaked if kstrtoint() fails. Fix this by usi...