Linux

Linux

5625 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Published 18.03.2024 11:15:10
  • Last modified 10.03.2025 17:04:27

In the Linux kernel, the following vulnerability has been resolved: llc: make llc_ui_sendmsg() more robust against bonding changes syzbot was able to trick llc_ui_sendmsg(), allocating an skb with no headroom, but subsequently trying to push 14 byt...

  • EPSS 0.01%
  • Published 18.03.2024 11:15:10
  • Last modified 10.03.2025 17:02:44

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: rely on mac80211 debugfs handling for vif mac80211 started to delete debugfs entries in certain cases, causing a ath11k to crash when it tried to delete the entries l...

  • EPSS 0.01%
  • Published 18.03.2024 11:15:10
  • Last modified 19.03.2025 16:27:18

In the Linux kernel, the following vulnerability has been resolved: nbd: always initialize struct msghdr completely syzbot complains that msg->msg_get_inq value can be uninitialized [1] struct msghdr got many new fields recently, we should always ...

  • EPSS 0.02%
  • Published 18.03.2024 11:15:09
  • Last modified 08.04.2025 15:26:38

In the Linux kernel, the following vulnerability has been resolved: PCI: switchtec: Fix stdev_release() crash after surprise hot remove A PCI device hot removal may occur while stdev->cdev is held open. The call to stdev_release() then happens duri...

  • EPSS 0.11%
  • Published 18.03.2024 11:15:09
  • Last modified 04.04.2025 14:51:32

In the Linux kernel, the following vulnerability has been resolved: block/rnbd-srv: Check for unlikely string overflow Since "dev_search_path" can technically be as large as PATH_MAX, there was a risk of truncation when copying it and a second stri...

  • EPSS 0.01%
  • Published 18.03.2024 11:15:09
  • Last modified 10.03.2025 15:48:56

In the Linux kernel, the following vulnerability has been resolved: pstore/ram: Fix crash when setting number of cpus to an odd number When the number of cpu cores is adjusted to 7 or other odd numbers, the zone size will become an odd number. The ...

  • EPSS 0.01%
  • Published 18.03.2024 11:15:09
  • Last modified 10.03.2025 15:46:45

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_work idev->mc_ifc_count can be written over without proper locking. Originally found by syzbot [1], fix this issue by encapsul...

  • EPSS 0.02%
  • Published 18.03.2024 11:15:09
  • Last modified 04.04.2025 14:49:01

In the Linux kernel, the following vulnerability has been resolved: ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim() syzbot pointed out [1] that NEXTHDR_FRAGMENT handling is broken. Reading frag_off can only be done if we p...

  • EPSS 0.02%
  • Published 18.03.2024 11:15:08
  • Last modified 10.03.2025 15:54:04

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: sdio: Honor the host max_req_size in the RX path Lukas reports skb_over_panic errors on his Banana Pi BPI-CM4 which comes with an Amlogic A311D (G12B) SoC and a RTL882...

  • EPSS 0.02%
  • Published 18.03.2024 11:15:08
  • Last modified 08.04.2025 15:26:08

In the Linux kernel, the following vulnerability has been resolved: drivers/thermal/loongson2_thermal: Fix incorrect PTR_ERR() judgment PTR_ERR() returns -ENODEV when thermal-zones are undefined, and we need -ENODEV as the right value for compariso...