Linux

Linux Kernel

12162 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Published 22.08.2025 16:00:59
  • Last modified 22.08.2025 18:08:51

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: Fix error code in iwl_op_mode_dvm_start() Preserve the error code if iwl_setup_deferred_work() fails. The current code returns ERR_PTR(0) (which is NULL) on this pa...

  • EPSS 0.03%
  • Published 22.08.2025 16:00:58
  • Last modified 22.08.2025 18:08:51

In the Linux kernel, the following vulnerability has been resolved: pinctrl: canaan: k230: Fix order of DT parse and pinctrl register Move DT parse before pinctrl register. This ensures that device tree parsing is done before calling devm_pinctrl_r...

  • EPSS 0.02%
  • Published 22.08.2025 16:00:58
  • Last modified 22.08.2025 18:08:51

In the Linux kernel, the following vulnerability has been resolved: pinctrl: canaan: k230: add NULL check in DT parse Add a NULL check for the return value of of_get_property() when retrieving the "pinmux" property in the group parser. This avoids ...

  • EPSS 0.04%
  • Published 22.08.2025 16:00:57
  • Last modified 22.08.2025 18:08:51

In the Linux kernel, the following vulnerability has been resolved: proc: use the same treatment to check proc_lseek as ones for proc_read_iter et.al Check pde->proc_ops->proc_lseek directly may cause UAF in rmmod scenario. It's a gap in proc_reg_...

  • EPSS 0.05%
  • Published 22.08.2025 16:00:56
  • Last modified 28.08.2025 15:15:57

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid out-of-boundary access in devs.path - touch /mnt/f2fs/012345678901234567890123456789012345678901234567890123 - truncate -s $((1024*1024*1024)) \ /mnt/f2fs/0123...

  • EPSS 0.02%
  • Published 22.08.2025 16:00:55
  • Last modified 22.08.2025 18:08:51

In the Linux kernel, the following vulnerability has been resolved: landlock: Fix warning from KUnit tests get_id_range() expects a positive value as first argument but get_random_u8() can return 0. Fix this by clamping it. Validated by running t...

  • EPSS 0.05%
  • Published 22.08.2025 16:00:54
  • Last modified 28.08.2025 15:15:57

In the Linux kernel, the following vulnerability has been resolved: hfsplus: remove mutex_lock check in hfsplus_free_extents Syzbot reported an issue in hfsplus filesystem: ------------[ cut here ]------------ WARNING: CPU: 0 PID: 4400 at fs/hfspl...

  • EPSS 0.02%
  • Published 22.08.2025 16:00:53
  • Last modified 22.08.2025 18:08:51

In the Linux kernel, the following vulnerability has been resolved: arm64: dts: qcom: qcs615: fix a crash issue caused by infinite loop for Coresight An infinite loop has been created by the Coresight devices. When only a source device is enabled, ...

  • EPSS 0.03%
  • Published 22.08.2025 16:00:52
  • Last modified 22.08.2025 18:08:51

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: sar: drop lockdep assertion in rtw89_set_sar_from_acpi The following assertion is triggered on the rtw89 driver startup. It looks meaningless to hold wiphy lock on the...

  • EPSS 0.03%
  • Published 22.08.2025 16:00:52
  • Last modified 22.08.2025 18:08:51

In the Linux kernel, the following vulnerability has been resolved: spi: stm32: Check for cfg availability in stm32_spi_probe The stm32_spi_probe function now includes a check to ensure that the pointer returned by of_device_get_match_data is not N...