Linux

Linux

7024 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:16
  • Zuletzt bearbeitet 22.09.2025 19:57:30

In the Linux kernel, the following vulnerability has been resolved: phy: qcom-qmp: fix struct clk leak on probe errors Make sure to release the pipe clock reference in case of a late probe error (e.g. probe deferral).

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:16
  • Zuletzt bearbeitet 21.10.2025 12:15:09

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: Replace list_for_each_entry_safe() if using giveback The list_for_each_entry_safe() macro saves the current item (n) and the item after (n+1), so that n can be s...

  • EPSS 0.03%
  • 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.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: 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.05%
  • 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.03%
  • 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.07%
  • 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.03%
  • 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,...