- EPSS 0.16%
- Veröffentlicht 06.08.2026 07:13:55
- Zuletzt bearbeitet 17.08.2026 05:18:07
In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest mode When updating CR8 intercepts, get vmcs12 if and only if the vCPU is in guest mode so that a future change...
- EPSS 0.16%
- Veröffentlicht 06.08.2026 07:13:55
- Zuletzt bearbeitet 17.08.2026 05:18:07
In the Linux kernel, the following vulnerability has been resolved: platform/x86: intel-hid: Protect ACPI notify handler against recursion Since commit e2ffcda16290 ("ACPI: OSL: Allow Notify () handlers to run on all CPUs") ACPI notify handlers lik...
- EPSS 0.16%
- Veröffentlicht 06.08.2026 07:13:54
- Zuletzt bearbeitet 17.08.2026 05:18:06
In the Linux kernel, the following vulnerability has been resolved: iio: adc: spear: Initialize completion before requesting IRQ In the report from Jaeyoung Chung: "spear_adc_probe() in drivers/iio/adc/spear_adc.c registers its interrupt handler w...
CVE-2026-64601
- EPSS 0.12%
- Veröffentlicht 06.08.2026 07:13:53
- Zuletzt bearbeitet 17.08.2026 05:18:06
In the Linux kernel, the following vulnerability has been resolved: ALSA: us144mkii: capture_urb_complete: redundant usb_anchor_urb corrupts anchor list on each resubmission In capture_urb_complete(), usb_anchor_urb() is called on every completion ...
CVE-2026-64599
- EPSS 0.12%
- Veröffentlicht 06.08.2026 07:13:53
- Zuletzt bearbeitet 17.08.2026 05:18:06
In the Linux kernel, the following vulnerability has been resolved: crypto: amlogic - avoid double cleanup in meson_crypto_probe() When meson_allocate_chanlist() fails after a partial allocation, it already unwinds the allocated chanlist state thro...
CVE-2026-64598
- EPSS 0.28%
- Veröffentlicht 06.08.2026 07:13:52
- Zuletzt bearbeitet 17.08.2026 05:18:06
In the Linux kernel, the following vulnerability has been resolved: smb/client: Fix error code in smb2_aead_req_alloc() The "*num_sgs" variable is a u32 so "ERR_PTR(*num_sgs)" doesn't work. We would have to do something similar to the previous line...
CVE-2026-64597
- EPSS 0.36%
- Veröffentlicht 06.08.2026 07:13:52
- Zuletzt bearbeitet 17.08.2026 05:18:06
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double-free in SMB2_close() replay A response-bearing attempt can return a replayable error and free its response buffer. If SMB2_close_init() fails before the nex...
- EPSS 0.15%
- Veröffentlicht 06.08.2026 07:13:51
- Zuletzt bearbeitet 17.08.2026 05:18:06
In the Linux kernel, the following vulnerability has been resolved: libfs: set SB_I_NOEXEC and SB_I_NODEV by default in init_pseudo() Since commit 1e7ab6f67824 ("anon_inode: rework assertions"), path_noexec() warns when an anonymous-inode file is m...
- EPSS 0.15%
- Veröffentlicht 06.08.2026 07:13:50
- Zuletzt bearbeitet 17.08.2026 05:18:06
In the Linux kernel, the following vulnerability has been resolved: HID: hid-lenovo-go: cancel cfg_setup work in hid_go_cfg_remove() hid_go_cfg_probe() initialises drvdata.go_cfg_setup and schedules it to run 2 ms later: INIT_DELAYED_WORK(&drv...
- EPSS 0.16%
- Veröffentlicht 06.08.2026 07:13:50
- Zuletzt bearbeitet 17.08.2026 05:18:05
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_fs: initialize reset_work at allocation time ffs_fs_kill_sb() unconditionally calls cancel_work_sync() on ffs->reset_work when a functionfs instance is unmounted: ...