Linux

Linux Kernel

12374 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Published 29.02.2024 23:15:08
  • Last modified 10.12.2024 17:54:50

In the Linux kernel, the following vulnerability has been resolved: rtw88: Fix array overrun in rtw_get_tx_power_params() Using a kernel with the Undefined Behaviour Sanity Checker (UBSAN) enabled, the following array overrun is logged: ==========...

  • EPSS 0.02%
  • Published 29.02.2024 23:15:08
  • Last modified 09.01.2025 19:44:50

In the Linux kernel, the following vulnerability has been resolved: async_xor: increase src_offs when dropping destination page Now we support sharing one page if PAGE_SIZE is not equal stripe size. To support this, it needs to support calculating ...

  • EPSS 0.01%
  • Published 29.02.2024 23:15:08
  • Last modified 10.12.2024 19:50:32

In the Linux kernel, the following vulnerability has been resolved: soc/tegra: regulators: Fix locking up when voltage-spread is out of range Fix voltage coupler lockup which happens when voltage-spread is out of range due to a bug in the code. The...

  • EPSS 0.02%
  • Published 29.02.2024 23:15:08
  • Last modified 22.04.2025 16:15:20

In the Linux kernel, the following vulnerability has been resolved: net/nfc: fix use-after-free llcp_sock_bind/connect Commits 8a4cd82d ("nfc: fix refcount leak in llcp_sock_connect()") and c33b1cc62 ("nfc: fix refcount leak in llcp_sock_bind()") f...

  • EPSS 0.01%
  • Published 29.02.2024 23:15:07
  • Last modified 10.12.2024 17:55:18

In the Linux kernel, the following vulnerability has been resolved: spi: Fix use-after-free with devm_spi_alloc_* We can't rely on the contents of the devres list during spi_unregister_controller(), as the list is already torn down at the time we p...

  • EPSS 0.02%
  • Published 29.02.2024 23:15:07
  • Last modified 09.01.2025 19:52:27

In the Linux kernel, the following vulnerability has been resolved: m68k: mvme147,mvme16x: Don't wipe PCC timer config bits Don't clear the timer 1 configuration bits when clearing the interrupt flag and counter overflow. As Michael reported, "This...

  • EPSS 0.01%
  • Published 29.02.2024 23:15:07
  • Last modified 10.12.2024 17:03:24

In the Linux kernel, the following vulnerability has been resolved: soundwire: stream: fix memory leak in stream config error path When stream config is failed, master runtime will release all slave runtime in the slave_rt_list, but slave runtime i...

  • EPSS 0.01%
  • Published 29.02.2024 23:15:07
  • Last modified 10.12.2024 17:53:39

In the Linux kernel, the following vulnerability has been resolved: bus: qcom: Put child node before return Put child node before return to fix potential reference count leak. Generally, the reference count of child is incremented and decremented a...

  • EPSS 0.01%
  • Published 29.02.2024 23:15:07
  • Last modified 09.01.2025 15:34:43

In the Linux kernel, the following vulnerability has been resolved: mtd: require write permissions for locking and badblock ioctls MEMLOCK, MEMUNLOCK and OTPLOCK modify protection bits. Thus require write permission. Depending on the hardware MEMLO...

  • EPSS 0.01%
  • Published 29.02.2024 23:15:07
  • Last modified 09.01.2025 19:45:48

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_init ADF_STATUS_PF_RUNNING is (only) used and checked by adf_vf2pf_shutdown() before calling adf_iov_putmsg()->mutex...