Linux

Linux

7462 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:16
  • Zuletzt bearbeitet 21.10.2025 12:14:53

In the Linux kernel, the following vulnerability has been resolved: tty: goldfish: Use tty_port_destroy() to destroy port In goldfish_tty_probe(), the port initialized through tty_port_init() should be destroyed in error paths.In goldfish_tty_remov...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:16
  • Zuletzt bearbeitet 01.10.2025 20:16:17

In the Linux kernel, the following vulnerability has been resolved: md: Don't set mddev private to NULL in raid0 pers->free In normal stop process, it does like this: do_md_stop | __md_stop (pers->free(); mddev->private=NULL) | ...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:16
  • Zuletzt bearbeitet 22.09.2025 19:57:51

In the Linux kernel, the following vulnerability has been resolved: mm/page_owner: use strscpy() instead of strlcpy() current->comm[] is not a string (no guarantee for a zero byte in it). strlcpy(s1, s2, l) is calling strlen(s2), potentially causi...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:16
  • Zuletzt bearbeitet 21.10.2025 12:14:34

In the Linux kernel, the following vulnerability has been resolved: ftrace: Clean up hash direct_functions on register failures We see the following GPF when register_ftrace_direct fails: [ ] general protection fault, probably for non-canonical ad...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:16
  • Zuletzt bearbeitet 01.10.2025 20:16:17

In the Linux kernel, the following vulnerability has been resolved: lib/string_helpers: fix not adding strarray to device's resource list Add allocated strarray to device's resource list. This is a must to automatically release strarray when the de...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:16
  • Zuletzt bearbeitet 01.10.2025 20:16:17

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Fix potential integer multiplication overflow errors When multiplying of different types, an overflow is possible even when storing the result in a larger type. This is ...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:15
  • Zuletzt bearbeitet 01.10.2025 20:16:15

In the Linux kernel, the following vulnerability has been resolved: md: fix double free of io_acct_set bioset Now io_acct_set is alloc and free in personality. Remove the codes that free io_acct_set in md_free and md_stop.

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:15
  • Zuletzt bearbeitet 25.03.2025 14:58:25

In the Linux kernel, the following vulnerability has been resolved: driver: base: fix UAF when driver_attach failed When driver_attach(drv); failed, the driver_private will be freed. But it has been added to the bus, which caused a UAF. To fix it,...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:15
  • Zuletzt bearbeitet 01.10.2025 20:16:15

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw-nuss: Fix some refcount leaks of_get_child_by_name() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need ...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:15
  • Zuletzt bearbeitet 01.10.2025 20:16:16

In the Linux kernel, the following vulnerability has been resolved: watchdog: rzg2l_wdt: Fix 32bit overflow issue The value of timer_cycle_us can be 0 due to 32bit overflow. For eg:- If we assign the counter value "0xfff" for computing maxval. Thi...