- EPSS 0.16%
- Veröffentlicht 25.07.2026 08:52:00
- Zuletzt bearbeitet 17.08.2026 05:17:56
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. But the drop logic fails to deal with the first A...
- EPSS 0.22%
- Veröffentlicht 25.07.2026 08:51:59
- Zuletzt bearbeitet 17.08.2026 05:17:56
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 MessageType, MessageLength, DataOffset, and DataLe...
- EPSS 0.18%
- Veröffentlicht 25.07.2026 08:51:58
- Zuletzt bearbeitet 17.08.2026 05:17:56
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_get_sync() but returns -EINVAL directly when a scale...
- EPSS 0.17%
- Veröffentlicht 25.07.2026 08:51:58
- Zuletzt bearbeitet 17.08.2026 05:17:56
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 device reports in its hardware FIFO into an on-stack buf...
CVE-2026-64502
- EPSS 0.16%
- Veröffentlicht 25.07.2026 08:51:57
- Zuletzt bearbeitet 17.08.2026 05:17:56
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 the status register read path for devices with has_...
- EPSS 0.17%
- Veröffentlicht 25.07.2026 08:51:56
- Zuletzt bearbeitet 17.08.2026 05:17:56
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 drivers/iio/adc/lpc32xx_adc.c registers its interrupt han...
CVE-2026-64501
- EPSS 0.16%
- Veröffentlicht 25.07.2026 08:51:56
- Zuletzt bearbeitet 17.08.2026 05:17:56
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) and disable_one() were called from the out: block wh...
- EPSS 0.16%
- Veröffentlicht 25.07.2026 08:51:55
- Zuletzt bearbeitet 17.08.2026 05:17:55
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_runtime_resume_and_get() before starting a conversio...
- EPSS 0.16%
- Veröffentlicht 25.07.2026 08:51:54
- Zuletzt bearbeitet 17.08.2026 05:17:55
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: hw-consumer: remove redundant scan_mask flexible arr...
CVE-2026-64496
- EPSS 0.18%
- Veröffentlicht 25.07.2026 08:51:53
- Zuletzt bearbeitet 17.08.2026 05:17:55
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 allocates a new fd, creates the anonymous file and inst...