Linux

Linux Kernel

12162 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 11.09.2025 16:56:26
  • Zuletzt bearbeitet 15.09.2025 15:22:38

In the Linux kernel, the following vulnerability has been resolved: drm/hisilicon/hibmc: fix the hibmc loaded failed bug When hibmc loaded failed, the driver use hibmc_unload to free the resource, but the mutexes in mode.config are not init, which ...

  • EPSS 0.03%
  • Veröffentlicht 11.09.2025 16:56:26
  • Zuletzt bearbeitet 15.09.2025 15:22:38

In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix soft lockup in br_multicast_query_expired() When set multicast_query_interval to a large value, the local variable 'time' in br_multicast_send_query() may overflow...

  • EPSS 0.02%
  • Veröffentlicht 11.09.2025 16:56:25
  • Zuletzt bearbeitet 15.09.2025 15:22:38

In the Linux kernel, the following vulnerability has been resolved: regulator: pca9450: Use devm_register_sys_off_handler With module test, there is error dump: ------------[ cut here ]------------ notifier callback pca9450_i2c_restart_handler al...

  • EPSS 0.02%
  • Veröffentlicht 11.09.2025 16:56:24
  • Zuletzt bearbeitet 15.09.2025 15:22:38

In the Linux kernel, the following vulnerability has been resolved: net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUM When performing Generic Segmentation Offload (GSO) on an IPv6 packet that contains extension headers, the k...

  • EPSS 0.02%
  • Veröffentlicht 11.09.2025 16:56:23
  • Zuletzt bearbeitet 15.09.2025 15:22:38

In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Fix lockdep warning during rmmod The commit under the Fixes tag added a netdev_assert_locked() in bnxt_free_ntp_fltrs(). The lock should be held during normal run-time bu...

  • EPSS 0.02%
  • Veröffentlicht 11.09.2025 16:56:22
  • Zuletzt bearbeitet 15.09.2025 15:22:38

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Optimize module load time by optimizing PLT/GOT counting When enabling CONFIG_KASAN, CONFIG_PREEMPT_VOLUNTARY_BUILD and CONFIG_PREEMPT_VOLUNTARY at the same time, there ...

  • EPSS 0.02%
  • Veröffentlicht 11.09.2025 16:56:22
  • Zuletzt bearbeitet 15.09.2025 15:22:38

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: HWS, fix complex rules rehash error flow Moving rules from matcher to matcher should not fail. However, if it does fail due to various reasons, the error flow should allo...

  • EPSS 0.03%
  • Veröffentlicht 11.09.2025 16:56:21
  • Zuletzt bearbeitet 15.09.2025 15:22:38

In the Linux kernel, the following vulnerability has been resolved: net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limit The following setup can trigger a WARNING in htb_activate due to the condition: !cl->leaf.q->q.qlen tc qdisc...

  • EPSS 0.02%
  • Veröffentlicht 11.09.2025 16:56:20
  • Zuletzt bearbeitet 15.09.2025 15:22:38

In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: fix ida_free call while not allocated In the snd_utimer_create() function, if the kasprintf() function return NULL, snd_utimer_put_id() will be called, finally use ida...

  • EPSS 0.02%
  • Veröffentlicht 11.09.2025 16:52:32
  • Zuletzt bearbeitet 15.09.2025 15:22:38

In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: remove refcounting in expectation dumpers Same pattern as previous patch: do not keep the expectation object alive via refcount, only store a cookie value and...