Linux

Linux

7462 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 14:15:16
  • Zuletzt bearbeitet 04.11.2025 18:16:26

In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: add a proper sanity check for endpoints Syzkaller reports [1] hitting a warning which is caused by presence of a wrong endpoint type at the URB sumbitting stage. Wh...

  • EPSS 0.02%
  • Veröffentlicht 19.06.2024 14:15:15
  • Zuletzt bearbeitet 01.04.2025 18:36:59

In the Linux kernel, the following vulnerability has been resolved: drm: bridge: cdns-mhdp8546: Fix possible null pointer dereference In cdns_mhdp_atomic_enable(), the return value of drm_mode_duplicate() is assigned to mhdp_state->current_mode, an...

  • EPSS 0.02%
  • Veröffentlicht 19.06.2024 14:15:15
  • Zuletzt bearbeitet 01.04.2025 18:37:09

In the Linux kernel, the following vulnerability has been resolved: ASoC: kirkwood: Fix potential NULL dereference In kirkwood_dma_hw_params() mv_mbus_dram_info() returns NULL if CONFIG_PLAT_ORION macro is not defined. Fix this bug by adding NULL c...

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 14:15:15
  • Zuletzt bearbeitet 04.11.2025 18:16:25

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix overwriting ct original tuple for ICMPv6 OVS_PACKET_CMD_EXECUTE has 3 main attributes: - OVS_PACKET_ATTR_KEY - Packet metadata in a netlink format. - OVS_PA...

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 14:15:14
  • Zuletzt bearbeitet 03.11.2025 22:17:02

In the Linux kernel, the following vulnerability has been resolved: bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq Undefined behavior is triggered when bnxt_qplib_alloc_init_hwq is called with hwq_attr->aux_depth != 0 and hwq_...

  • EPSS 0.1%
  • Veröffentlicht 19.06.2024 14:15:14
  • Zuletzt bearbeitet 03.11.2025 20:16:20

In the Linux kernel, the following vulnerability has been resolved: of: module: add buffer overflow check in of_modalias() In of_modalias(), if the buffer happens to be too small even for the 1st snprintf() call, the len parameter will become negat...

  • EPSS 0.02%
  • Veröffentlicht 19.06.2024 14:15:14
  • Zuletzt bearbeitet 01.04.2025 18:36:50

In the Linux kernel, the following vulnerability has been resolved: RDMA/mana_ib: boundary check before installing cq callbacks Add a boundary check inside mana_ib_install_cq_cb to prevent index overflow.

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 14:15:14
  • Zuletzt bearbeitet 03.11.2025 21:16:14

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt In rxe_comp_queue_pkt() an incoming response packet skb is enqueued to the resp_pkts queue and then a decision is made whether to run ...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2024 20:15:13
  • Zuletzt bearbeitet 01.10.2025 15:15:45

In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP If one TCA_TAPRIO_ATTR_PRIOMAP attribute has been provided, taprio_parse_mqprio_opt() must validate it, or userspace can ...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2024 20:15:13
  • Zuletzt bearbeitet 01.10.2025 15:16:46

In the Linux kernel, the following vulnerability has been resolved: KEYS: trusted: Do not use WARN when encode fails When asn1_encode_sequence() fails, WARN is not the correct solution. 1. asn1_encode_sequence() is not an internal function (locate...