Linux

Linux

6776 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
Exploit
  • EPSS 0.01%
  • Veröffentlicht 20.05.2025 15:21:34
  • Zuletzt bearbeitet 06.12.2025 22:15:50

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in session logoff The sess->user object can currently be in use by another thread, for example if another connection has sent a session setup request to b...

  • EPSS 0.02%
  • Veröffentlicht 20.05.2025 15:21:33
  • Zuletzt bearbeitet 19.11.2025 14:37:37

In the Linux kernel, the following vulnerability has been resolved: wifi: plfxlc: Remove erroneous assert in plfxlc_mac_release plfxlc_mac_release() asserts that mac->lock is held. This assertion is incorrect, because even if it was possible, it wo...

  • EPSS 0.01%
  • Veröffentlicht 20.05.2025 15:21:32
  • Zuletzt bearbeitet 18.11.2025 13:42:21

In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Fix error handling path in bnxt_init_chip() WARN_ON() is triggered in __flush_work() if bnxt_init_chip() fails because we call cancel_work_sync() on dim work that has not ...

  • EPSS 0.02%
  • Veröffentlicht 20.05.2025 15:21:32
  • Zuletzt bearbeitet 17.11.2025 19:31:17

In the Linux kernel, the following vulnerability has been resolved: spi: spi-mem: Add fix to avoid divide error For some SPI flash memory operations, dummy bytes are not mandatory. For example, in Winbond SPINAND flash memory devices, the `write_ca...

  • EPSS 0.01%
  • Veröffentlicht 20.05.2025 15:21:31
  • Zuletzt bearbeitet 12.11.2025 20:37:14

In the Linux kernel, the following vulnerability has been resolved: net: use sock_gen_put() when sk_state is TCP_TIME_WAIT It is possible for a pointer of type struct inet_timewait_sock to be returned from the functions __inet_lookup_established() ...

  • EPSS 0.01%
  • Veröffentlicht 20.05.2025 11:15:48
  • Zuletzt bearbeitet 12.11.2025 20:35:43

In the Linux kernel, the following vulnerability has been resolved: mtd: inftlcore: Add error check for inftl_read_oob() In INFTL_findwriteunit(), the return value of inftl_read_oob() need to be checked. A proper implementation can be found in INFT...

  • EPSS 0.02%
  • Veröffentlicht 19.05.2025 07:19:04
  • Zuletzt bearbeitet 17.11.2025 19:21:12

In the Linux kernel, the following vulnerability has been resolved: ALSA: ump: Fix buffer overflow at UMP SysEx message conversion The conversion function from MIDI 1.0 to UMP packet contains an internal buffer to keep the incoming MIDI bytes, and ...

  • EPSS 0.02%
  • Veröffentlicht 16.05.2025 13:01:12
  • Zuletzt bearbeitet 17.11.2025 17:11:57

In the Linux kernel, the following vulnerability has been resolved: net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc As described in Gerrard's report [1], we have a UAF case when an hfsc class has a netem child qdisc. The...

  • EPSS 0.01%
  • Veröffentlicht 14.05.2025 12:43:59
  • Zuletzt bearbeitet 12.11.2025 20:37:33

In the Linux kernel, the following vulnerability has been resolved: media: dw2102: Fix null-ptr-deref in dw2102_i2c_transfer() In dw2102_i2c_transfer, msg is controlled by user. When msg[i].buf is null and msg[i].len is zero, former checks on msg[i...

  • EPSS 0.01%
  • Veröffentlicht 10.05.2025 14:19:14
  • Zuletzt bearbeitet 12.11.2025 20:42:21

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btsdio: fix use after free bug in btsdio_remove due to race condition In btsdio_probe, the data->work is bound with btsdio_work. It will be started in btsdio_send_frame....