Linux

Linux Kernel

14022 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 04.03.2024 18:15:08
  • Zuletzt bearbeitet 03.02.2025 14:02:18

In the Linux kernel, the following vulnerability has been resolved: asix: fix uninit-value in asix_mdio_read() asix_read_cmd() may read less than sizeof(smsr) bytes and in this case smsr will be uninitialized. Fail log: BUG: KMSAN: uninit-value in...

Exploit
  • EPSS 0.01%
  • Veröffentlicht 04.03.2024 18:15:08
  • Zuletzt bearbeitet 14.02.2025 14:54:40

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix incorrect structure access In line: upper = info->upper_dev; We access upper_dev field, which is related only for particular events (e.g. event == NETD...

Exploit
  • EPSS 0.03%
  • Veröffentlicht 04.03.2024 18:15:08
  • Zuletzt bearbeitet 14.02.2025 15:03:01

In the Linux kernel, the following vulnerability has been resolved: inet: fully convert sk->sk_rx_dst to RCU rules syzbot reported various issues around early demux, one being included in this changelog [1] sk->sk_rx_dst is using RCU protection wi...

  • EPSS 0.04%
  • Veröffentlicht 04.03.2024 18:15:07
  • Zuletzt bearbeitet 14.01.2025 15:00:32

In the Linux kernel, the following vulnerability has been resolved: tun: avoid double free in tun_free_netdev Avoid double free in tun_free_netdev() by moving the dev->tstats and tun->security allocs to a new ndo_init routine (tun_net_init()) that ...

  • EPSS 0.02%
  • Veröffentlicht 04.03.2024 18:15:07
  • Zuletzt bearbeitet 16.01.2025 17:24:59

In the Linux kernel, the following vulnerability has been resolved: pinctrl: mediatek: fix global-out-of-bounds issue When eint virtual eint number is greater than gpio number, it maybe produce 'desc[eint_n]' size globle-out-of-bounds issue.

  • EPSS 0.01%
  • Veröffentlicht 04.03.2024 18:15:07
  • Zuletzt bearbeitet 16.01.2025 17:13:09

In the Linux kernel, the following vulnerability has been resolved: phonet/pep: refuse to enable an unbound pipe This ioctl() implicitly assumed that the socket was already bound to a valid local socket name, i.e. Phonet object. If the socket was n...

  • EPSS 0.02%
  • Veröffentlicht 04.03.2024 18:15:07
  • Zuletzt bearbeitet 16.01.2025 17:19:57

In the Linux kernel, the following vulnerability has been resolved: tee: optee: Fix incorrect page free bug Pointer to the allocated pages (struct page *page) has already progressed towards the end of allocation. It is incorrect to perform __free_p...

  • EPSS 0.02%
  • Veröffentlicht 04.03.2024 18:15:07
  • Zuletzt bearbeitet 16.01.2025 17:20:45

In the Linux kernel, the following vulnerability has been resolved: mm/damon/dbgfs: protect targets destructions with kdamond_lock DAMON debugfs interface iterates current monitoring targets in 'dbgfs_target_ids_read()' while holding the correspond...

  • EPSS 0.01%
  • Veröffentlicht 04.03.2024 18:15:07
  • Zuletzt bearbeitet 04.04.2025 14:41:46

In the Linux kernel, the following vulnerability has been resolved: kfence: fix memory leak when cat kfence objects Hulk robot reported a kmemleak problem: unreferenced object 0xffff93d1d8cc02e8 (size 248): comm "cat", pid 23327, jiffies...

Exploit
  • EPSS 0.01%
  • Veröffentlicht 04.03.2024 18:15:07
  • Zuletzt bearbeitet 14.02.2025 14:31:43

In the Linux kernel, the following vulnerability has been resolved: mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page() Hulk Robot reported a panic in put_page_testzero() when testing madvise() with MADV_SOFT_OFFLINE. The BUG() is...