Linux

Linux Kernel

12374 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.06%
  • Veröffentlicht 18.03.2024 11:15:09
  • Zuletzt bearbeitet 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%
  • Veröffentlicht 18.03.2024 11:15:09
  • Zuletzt bearbeitet 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%
  • Veröffentlicht 18.03.2024 11:15:09
  • Zuletzt bearbeitet 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%
  • Veröffentlicht 18.03.2024 11:15:09
  • Zuletzt bearbeitet 03.03.2025 17:33:19

In the Linux kernel, the following vulnerability has been resolved: block: Fix iterating over an empty bio with bio_for_each_folio_all If the bio contains no data, bio_first_folio() calls page_folio() on a NULL pointer and oopses. Move the test th...

  • EPSS 0.02%
  • Veröffentlicht 18.03.2024 11:15:09
  • Zuletzt bearbeitet 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%
  • Veröffentlicht 18.03.2024 11:15:08
  • Zuletzt bearbeitet 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.01%
  • Veröffentlicht 18.03.2024 11:15:08
  • Zuletzt bearbeitet 27.02.2025 03:20:23

In the Linux kernel, the following vulnerability has been resolved: crypto: scomp - fix req->dst buffer overflow The req->dst buffer size should be checked before copying from the scomp_scratch->dst to avoid req->dst buffer overflow problem.

  • EPSS 0.02%
  • Veröffentlicht 18.03.2024 11:15:08
  • Zuletzt bearbeitet 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...

  • EPSS 0.01%
  • Veröffentlicht 18.03.2024 11:15:08
  • Zuletzt bearbeitet 12.12.2024 15:20:02

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: Fix buffer overflow in trans_stat_show Fix buffer overflow in trans_stat_show(). Convert simple snprintf to the more secure scnprintf with size of PAGE_SIZE. Add co...

  • EPSS 0.01%
  • Veröffentlicht 18.03.2024 11:15:08
  • Zuletzt bearbeitet 12.12.2024 15:20:12

In the Linux kernel, the following vulnerability has been resolved: hwrng: core - Fix page fault dead lock on mmap-ed hwrng There is a dead-lock in the hwrng device read path. This triggers when the user reads from /dev/hwrng into memory also mmap...