Linux

Linux Kernel

14022 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 16.07.2024 12:15:04
  • Zuletzt bearbeitet 06.03.2025 12:53:17

In the Linux kernel, the following vulnerability has been resolved: net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup ax88179_rx_fixup() contains several out-of-bounds accesses that can be triggered by a malicious (or defective) USB de...

  • EPSS 0.04%
  • Veröffentlicht 16.07.2024 12:15:04
  • Zuletzt bearbeitet 03.10.2025 14:17:44

In the Linux kernel, the following vulnerability has been resolved: eeprom: ee1004: limit i2c reads to I2C_SMBUS_BLOCK_MAX Commit effa453168a7 ("i2c: i801: Don't silently correct invalid transfer size") revealed that ee1004_eeprom_read() did not pr...

  • EPSS 0.02%
  • Veröffentlicht 16.07.2024 12:15:03
  • Zuletzt bearbeitet 21.11.2024 07:34:00

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: gpmi: don't leak PM reference in error path If gpmi_nfc_apply_timings() fails, the PM runtime usage counter must be dropped.

  • EPSS 0.02%
  • Veröffentlicht 16.07.2024 12:15:03
  • Zuletzt bearbeitet 21.11.2024 07:34:00

In the Linux kernel, the following vulnerability has been resolved: net: mscc: ocelot: fix use-after-free in ocelot_vlan_del() ocelot_vlan_member_del() will free the struct ocelot_bridge_vlan, so if this is the same as the port's pvid_vlan which we...

  • EPSS 0.02%
  • Veröffentlicht 16.07.2024 12:15:03
  • Zuletzt bearbeitet 03.10.2025 14:32:27

In the Linux kernel, the following vulnerability has been resolved: net/smc: Avoid overwriting the copies of clcsock callback functions The callback functions of clcsock will be saved and replaced during the fallback. But if the fallback happens mo...

  • EPSS 0.02%
  • Veröffentlicht 16.07.2024 12:15:03
  • Zuletzt bearbeitet 21.11.2024 07:34:00

In the Linux kernel, the following vulnerability has been resolved: crypto: af_alg - get rid of alg_memory_allocated alg_memory_allocated does not seem to be really used. alg_proto does have a .memory_allocated field, but no corresponding .sysctl_...

  • EPSS 0.04%
  • Veröffentlicht 16.07.2024 12:15:03
  • Zuletzt bearbeitet 21.11.2024 07:34:00

In the Linux kernel, the following vulnerability has been resolved: mctp: fix use after free Clang static analysis reports this problem route.c:425:4: warning: Use of memory after it is freed trace_mctp_key_acquire(key); ^~~~~~~~~~~~~~~~~~~~~~~...

  • EPSS 0.02%
  • Veröffentlicht 16.07.2024 12:15:03
  • Zuletzt bearbeitet 21.11.2024 07:34:00

In the Linux kernel, the following vulnerability has been resolved: net: dsa: lantiq_gswip: fix use after free in gswip_remove() of_node_put(priv->ds->slave_mii_bus->dev.of_node) should be done before mdiobus_free(priv->ds->slave_mii_bus).

  • EPSS 0.01%
  • Veröffentlicht 16.07.2024 12:15:03
  • Zuletzt bearbeitet 03.02.2025 15:43:35

In the Linux kernel, the following vulnerability has been resolved: cfg80211: fix race in netlink owner interface destruction My previous fix here to fix the deadlock left a race where the exact same deadlock (see the original commit referenced bel...

  • EPSS 0.01%
  • Veröffentlicht 16.07.2024 12:15:03
  • Zuletzt bearbeitet 03.10.2025 14:33:16

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: use rcu-safe version of ipv6_get_lladdr() Some time ago 8965779d2c0e ("ipv6,mcast: always hold idev->lock before mca_lock") switched ipv6_get_lladdr() to __ipv6_get_ll...