Linux

Linux Kernel

12373 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 26.02.2024 16:27:48
  • Zuletzt bearbeitet 21.11.2024 08:39:50

In the Linux kernel, the following vulnerability has been resolved: crypto: rsa - add a check for allocation failure Static checkers insist that the mpi_alloc() allocation can fail so add a check to prevent a NULL dereference. Small allocations li...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2024 16:27:48
  • Zuletzt bearbeitet 21.11.2024 08:39:51

In the Linux kernel, the following vulnerability has been resolved: thermal: core: Fix NULL pointer dereference in zone registration error path If device_register() in thermal_zone_device_register_with_trips() returns an error, the tz variable is s...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2024 16:27:45
  • Zuletzt bearbeitet 21.11.2024 06:34:53

In the Linux kernel, the following vulnerability has been resolved: net: hso: fix null-ptr-deref during tty device unregistration Multiple ttys try to claim the same the minor number causing a double unregistration of the same device. The first unr...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2024 16:27:45
  • Zuletzt bearbeitet 21.11.2024 06:34:54

In the Linux kernel, the following vulnerability has been resolved: net: hso: fix NULL-deref on disconnect regression Commit 8a12f8836145 ("net: hso: fix null-ptr-deref during tty device unregistration") fixed the racy minor allocation reported by ...

  • EPSS 0.02%
  • Veröffentlicht 26.02.2024 16:27:45
  • Zuletzt bearbeitet 21.11.2024 07:33:38

In the Linux kernel, the following vulnerability has been resolved: moxart: fix potential use-after-free on remove path It was reported that the mmc host structure could be accessed after it was freed in moxart_remove(), so fix this by saving the b...

  • EPSS 0.01%
  • Veröffentlicht 23.02.2024 15:15:09
  • Zuletzt bearbeitet 14.12.2024 21:15:17

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrum_acl_tcam: Fix NULL pointer dereference in error path When calling mlxsw_sp_acl_tcam_region_destroy() from an error path after failing to attach the region to an ACL...

  • EPSS 0.01%
  • Veröffentlicht 23.02.2024 15:15:09
  • Zuletzt bearbeitet 21.02.2025 14:15:31

In the Linux kernel, the following vulnerability has been resolved: net: dsa: fix netdev_priv() dereference before check on non-DSA netdevice events After the blamed commit, we started doing this dereference for every NETDEV_CHANGEUPPER and NETDEV_...

  • EPSS 0.01%
  • Veröffentlicht 23.02.2024 15:15:09
  • Zuletzt bearbeitet 21.11.2024 09:02:37

In the Linux kernel, the following vulnerability has been resolved: net: qualcomm: rmnet: fix global oob in rmnet_policy The variable rmnet_link_ops assign a *bigger* maxtype which leads to a global out-of-bounds read when parsing the netlink attri...

  • EPSS 0.01%
  • Veröffentlicht 23.02.2024 15:15:09
  • Zuletzt bearbeitet 21.11.2024 09:02:37

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic-its: Avoid potential UAF in LPI translation cache There is a potential UAF scenario in the case of an LPI translation cache hit racing with an operation that inval...

  • EPSS 0.02%
  • Veröffentlicht 23.02.2024 15:15:09
  • Zuletzt bearbeitet 21.11.2024 09:02:37

In the Linux kernel, the following vulnerability has been resolved: pwm: Fix out-of-bounds access in of_pwm_single_xlate() With args->args_count == 2 args->args[2] is not defined. Actually the flags are contained in args->args[1].