Latest CVE Feed

Vulnerabilities published in the last 30 days. Filter by severity, exploit status, or attack vector.

Score
Vulnerability
Published
0.0 NA
CVE-2026-64508 — bpf: Support for hardening against JIT spraying

In the Linux kernel, the following vulnerability has been resolved: bpf: Support for hardening against JIT spraying The BPF JIT allocator packs many small programs into larger executable allocation…

linux_kernel | Memory Corruption
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64507 — x86/bugs: Enable IBPB flush on BPF JIT allocation

In the Linux kernel, the following vulnerability has been resolved: x86/bugs: Enable IBPB flush on BPF JIT allocation Enable hardening against JIT spraying when Spectre-v2 mitigations are in use. S…

linux_kernel | Misconfiguration
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64506 — wifi: rtw89: correct drop logic for malformed AMPDU frames

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: correct drop logic for malformed AMPDU frames The previous commit aims to fix issue caused by malformed AMPDU frames…

linux_kernel | Misconfiguration
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64505 — usb: gadget: function: rndis: add length check for header

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: function: rndis: add length check for header Add a length check for the rndis header in rndis_rm_hdr, to ensure that…

linux_kernel | Memory Corruption
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64504 — iio: accel: bmc150: clamp the device-reported FIFO frame count

In the Linux kernel, the following vulnerability has been resolved: iio: accel: bmc150: clamp the device-reported FIFO frame count __bmc150_accel_fifo_flush() copies the number of samples the devic…

linux_kernel | Memory Corruption
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64503 — iio: accel: kxsd9: fix runtime PM imbalance on write_raw() error

In the Linux kernel, the following vulnerability has been resolved: iio: accel: kxsd9: fix runtime PM imbalance on write_raw() error kxsd9_write_raw() takes a runtime PM reference with pm_runtime_g…

linux_kernel | Misconfiguration
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64502 — iio: adc: ad_sigma_delta: fix clear_pending_event for registerless devices

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad_sigma_delta: fix clear_pending_event for registerless devices ad_sigma_delta_clear_pending_event() falls through to …

linux_kernel | Memory Corruption
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64501 — iio: adc: ad_sigma_delta: fix CS held asserted and state leaks

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad_sigma_delta: fix CS held asserted and state leaks In ad_sigma_delta_single_conversion(), set_mode(AD_SD_MODE_IDLE) a…

linux_kernel | Misconfiguration
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64500 — iio: adc: lpc32xx: Initialize completion before requesting IRQ

In the Linux kernel, the following vulnerability has been resolved: iio: adc: lpc32xx: Initialize completion before requesting IRQ In the report from Jaeyoung Chung: "lpc32xx_adc_probe() in driver…

linux_kernel | Race Condition
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64499 — iio: adc: ti-ads1119: fix PM reference leak in buffer preenable

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-ads1119: fix PM reference leak in buffer preenable ads1119_triggered_buffer_preenable() resumes the device with pm_r…

linux_kernel | Misconfiguration
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64498 — iio: buffer: hw-consumer: free scan_mask on buffer release

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: hw-consumer: free scan_mask on buffer release The scan_mask lifetime changed in commit 9a2e1233d38c ("iio: buffer: h…

linux_kernel | Memory Corruption
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64497 — iio: chemical: scd30: Cleanup initializations and fix sign-extension bug

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: scd30: Cleanup initializations and fix sign-extension bug Include linux/bitfield.h for FIELD_GET(). Create new ma…

linux_kernel | Memory Corruption
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64496 — iio: event: Fix event FIFO reset race

In the Linux kernel, the following vulnerability has been resolved: iio: event: Fix event FIFO reset race `iio_event_getfd()` creates the event file descriptor with `anon_inode_getfd()`, which allo…

linux_kernel | Race Condition
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64495 — iio: gyro: bmg160: bail out when bandwidth/filter is not in table

In the Linux kernel, the following vulnerability has been resolved: iio: gyro: bmg160: bail out when bandwidth/filter is not in table bmg160_get_filter() walks bmg160_samp_freq_table[] looking for …

linux_kernel | Memory Corruption
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64494 — iio: light: gp2ap002: fix runtime PM leak on read error

In the Linux kernel, the following vulnerability has been resolved: iio: light: gp2ap002: fix runtime PM leak on read error gp2ap002_read_raw() calls pm_runtime_get_sync() before reading the lux va…

linux_kernel | Misconfiguration
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64493 — iio: pressure: mpl115: fix runtime PM leak on read error

In the Linux kernel, the following vulnerability has been resolved: iio: pressure: mpl115: fix runtime PM leak on read error mpl115_read_raw() takes a runtime PM reference with pm_runtime_get_sync(…

linux_kernel | Misconfiguration
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64492 — iio: temperature: tmp006: use devm_iio_trigger_register

In the Linux kernel, the following vulnerability has been resolved: iio: temperature: tmp006: use devm_iio_trigger_register tmp006_probe() allocates the DRDY trigger with devm_iio_trigger_alloc() b…

linux_kernel | Memory Corruption
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64491 — ALSA: usx2y: us144mkii: fix work UAF on disconnect

In the Linux kernel, the following vulnerability has been resolved: ALSA: usx2y: us144mkii: fix work UAF on disconnect tascam_disconnect() cancels capture_work and midi_in_work before usb_kill_anch…

linux_kernel | Memory Corruption
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64490 — ALSA: virtio: Validate control metadata from the device

In the Linux kernel, the following vulnerability has been resolved: ALSA: virtio: Validate control metadata from the device virtio-snd control handling trusts the device-provided control type and v…

linux_kernel | Misconfiguration
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64489 — ALSA: ymfpci: check snd_ctl_new1() return value

In the Linux kernel, the following vulnerability has been resolved: ALSA: ymfpci: check snd_ctl_new1() return value snd_ctl_new1() can return NULL when memory allocation fails. snd_ymfpci_create_sp…

linux_kernel | Memory Corruption
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
Showing 20 of 8923 Results