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...
CVE-2026-45880
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:16:52
- Zuletzt bearbeitet 25.06.2026 21:12:11
In the Linux kernel, the following vulnerability has been resolved: PCI/P2PDMA: Release per-CPU pgmap ref when vm_insert_page() fails When vm_insert_page() fails in p2pmem_alloc_mmap(), p2pmem_alloc_mmap() doesn't invoke percpu_ref_put() to free th...
CVE-2026-45879
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:16:50
- Zuletzt bearbeitet 25.06.2026 21:12:07
In the Linux kernel, the following vulnerability has been resolved: power: supply: bq25980: Fix use-after-free in power_supply_changed() Using the `devm_` variant for requesting IRQ _before_ the `devm_` variant for allocating/registering the `power...
CVE-2026-45878
- EPSS 0.18%
- Veröffentlicht 27.05.2026 12:16:49
- Zuletzt bearbeitet 25.06.2026 21:12:02
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix watch_id bounds checking in debug address watch v2 The address watch clear code receives watch_id as an unsigned value (u32), but some helper functions were using a...
CVE-2026-45877
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:16:46
- Zuletzt bearbeitet 25.06.2026 21:11:50
In the Linux kernel, the following vulnerability has been resolved: HID: intel-ish-hid: fix NULL-ptr-deref in ishtp_bus_remove_all_clients During a warm reset flow, the cl->device pointer may be NULL if the reset occurs while clients are still bein...
CVE-2026-45876
- EPSS 0.15%
- Veröffentlicht 27.05.2026 12:16:43
- Zuletzt bearbeitet 25.06.2026 21:11:36
In the Linux kernel, the following vulnerability has been resolved: arm64/gcs: Fix error handling in arch_set_shadow_stack_status() alloc_gcs() returns an error-encoded pointer on failure, which comes from do_mmap(), not NULL. The current NULL che...