Linux

Linux Kernel

12290 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 02.03.2023 18:15:09
  • Zuletzt bearbeitet 23.04.2025 17:16:24

A flaw use after free in the Linux kernel integrated infrared receiver/transceiver driver was found in the way user detaching rc device. A local user could use this flaw to crash the system or potentially escalate their privileges on the system.

  • EPSS 0.02%
  • Veröffentlicht 01.03.2023 20:15:15
  • Zuletzt bearbeitet 19.03.2025 19:15:38

In the Linux kernel before 6.2, mm/memory-tiers.c misinterprets the alloc_memory_type return value (expects it to be NULL in the error case, whereas it is actually an error pointer). NOTE: this is disputed by third parties because there are no realis...

  • EPSS 0.01%
  • Veröffentlicht 01.03.2023 20:15:15
  • Zuletzt bearbeitet 19.03.2025 19:15:38

In the Linux kernel before 5.15.13, drivers/net/ethernet/mellanox/mlx5/core/steering/dr_domain.c misinterprets the mlx5_get_uars_page return value (expects it to be NULL in the error case, whereas it is actually an error pointer).

  • EPSS 0.03%
  • Veröffentlicht 01.03.2023 20:15:14
  • Zuletzt bearbeitet 20.03.2025 15:15:38

In the Linux kernel before 5.16, tools/perf/util/expr.c lacks a check for the hashmap__new return value.

  • EPSS 0.02%
  • Veröffentlicht 01.03.2023 20:15:14
  • Zuletzt bearbeitet 19.03.2025 20:15:17

In the Linux kernel before 5.19, drivers/gpu/drm/arm/malidp_planes.c misinterprets the get_sg_table return value (expects it to be NULL in the error case, whereas it is actually an error pointer).

  • EPSS 0.01%
  • Veröffentlicht 01.03.2023 20:15:13
  • Zuletzt bearbeitet 20.03.2025 20:15:28

In the Linux kernel before 5.16.3, drivers/scsi/ufs/ufs-mediatek.c misinterprets the regulator_get return value (expects it to be NULL in the error case, whereas it is actually an error pointer).

  • EPSS 0.02%
  • Veröffentlicht 01.03.2023 20:15:13
  • Zuletzt bearbeitet 20.03.2025 19:15:18

In the Linux kernel before 5.16.3, drivers/bluetooth/hci_qca.c misinterprets the devm_gpiod_get_index_optional return value (expects it to be NULL in the error case, whereas it is actually an error pointer).

  • EPSS 0.01%
  • Veröffentlicht 01.03.2023 19:15:25
  • Zuletzt bearbeitet 20.03.2025 20:15:28

In the Linux kernel before 5.17, drivers/phy/tegra/xusb.c mishandles the tegra_xusb_find_port_node return value. Callers expect NULL in the error case, but an error pointer is used.

  • EPSS 0.02%
  • Veröffentlicht 28.02.2023 23:15:11
  • Zuletzt bearbeitet 18.03.2025 16:15:16

In nf_tables_updtable, if nf_tables_table_enable returns an error, nft_trans_destroy is called to free the transaction object. nft_trans_destroy() calls list_del(), but the transaction was never placed on a list -- the list head is all zeroes, this r...

  • EPSS 0.02%
  • Veröffentlicht 28.02.2023 21:15:12
  • Zuletzt bearbeitet 20.03.2025 20:15:28

In the Linux kernel before 5.17.2, drivers/soc/qcom/qcom_aoss.c does not release an of_find_device_by_node reference after use, e.g., with put_device.