Linux

Linux Kernel

18376 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.22%
  • Veröffentlicht 22.08.2026 16:16:43
  • Zuletzt bearbeitet 22.08.2026 16:16:43

In the Linux kernel, the following vulnerability has been resolved: net: prestera: validate firmware header length prestera_fw_hdr_parse() reads the firmware header before checking that the firmware image contains that header. Reject images shorte...

  • EPSS 0.22%
  • Veröffentlicht 22.08.2026 16:16:43
  • Zuletzt bearbeitet 22.08.2026 16:16:43

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix TOCTOU race between smc_listen_out() and listener close smc_listen_out() reads lsmc->sk.sk_state without the listener lock, then acquires lock_sock_nested() only after...

  • EPSS 0.22%
  • Veröffentlicht 22.08.2026 16:16:43
  • Zuletzt bearbeitet 22.08.2026 16:16:43

In the Linux kernel, the following vulnerability has been resolved: net: thunderbolt: Tear down DMA paths before stopping the rings tbnet_tear_down() stops both rings and frees their frame buffers before calling tb_xdomain_disable_paths(). tb_ring...

  • EPSS 0.21%
  • Veröffentlicht 22.08.2026 16:16:43
  • Zuletzt bearbeitet 22.08.2026 16:16:43

In the Linux kernel, the following vulnerability has been resolved: s390/ism: Fix UAF of sba and ieq during ism_dev_exit() A ism interrupt handler can be active in parallel with ism_dev_exit(), accessing freed data structures. No new interrupts wi...

  • EPSS 0.24%
  • Veröffentlicht 22.08.2026 16:16:43
  • Zuletzt bearbeitet 22.08.2026 16:16:43

In the Linux kernel, the following vulnerability has been resolved: net/atm: fix slab-out-of-bounds read in vcc_setsockopt() vcc_setsockopt() contained an ineffective optlen check: if (__SO_LEVEL_MATCH(optname, level) && optlen != __SO_SIZE(optna...

  • EPSS 0.22%
  • Veröffentlicht 22.08.2026 16:16:43
  • Zuletzt bearbeitet 22.08.2026 16:16:43

In the Linux kernel, the following vulnerability has been resolved: sctp: clear control chunk transport if it is being removed sctp_make_heartbeat_ack() caches the destination transport in chunk->transport without taking a reference. When src_out_o...

  • EPSS 0.21%
  • Veröffentlicht 22.08.2026 16:16:43
  • Zuletzt bearbeitet 22.08.2026 16:16:43

In the Linux kernel, the following vulnerability has been resolved: watchdog: at91sam9_wdt: prevent timer rearm during teardown at91_ping() rearms the watchdog timer from its callback. timer_delete() neither waits for a running callback nor prevent...

  • EPSS 0.24%
  • Veröffentlicht 22.08.2026 16:16:42
  • Zuletzt bearbeitet 22.08.2026 16:16:42

In the Linux kernel, the following vulnerability has been resolved: rqspinlock: Reset tail when preserving queue on deadlock Currently, the destruction of the waiter queue is suppressed for rqspinlock in cases where a deadlock is detected. Deadlock...

  • EPSS 0.21%
  • Veröffentlicht 22.08.2026 16:16:42
  • Zuletzt bearbeitet 22.08.2026 16:16:42

In the Linux kernel, the following vulnerability has been resolved: hwmon: (ltc4282) Clamp negative current limits When a negative value is passed to ltc4282_write_curr(), the signed long val is cast directly to u64: drivers/hwmon/ltc4282.c:ltc428...

  • EPSS 0.21%
  • Veröffentlicht 22.08.2026 16:16:42
  • Zuletzt bearbeitet 23.08.2026 13:16:48

In the Linux kernel, the following vulnerability has been resolved: net: tap: set skb->dev before parsing virtio net header in tap_get_user_xdp() The commit 4f61f133f354 ("net: tap: NULL pointer derefence in dev_parse_header_protocol when skb->dev ...