Linux

Linux Kernel

12374 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 27.02.2024 19:04:06
  • Zuletzt bearbeitet 21.11.2024 06:34:59

In the Linux kernel, the following vulnerability has been resolved: media: staging/intel-ipu3: Fix memory leak in imu_fmt We are losing the reference to an allocated memory if try. Change the order of the check to avoid that.

  • EPSS 0.02%
  • Veröffentlicht 27.02.2024 19:04:06
  • Zuletzt bearbeitet 21.11.2024 06:34:59

In the Linux kernel, the following vulnerability has been resolved: ext4: always panic when errors=panic is specified Before commit 014c9caa29d3 ("ext4: make ext4_abort() use __ext4_error()"), the following series of commands would trigger a panic:...

  • EPSS 0.04%
  • Veröffentlicht 27.02.2024 19:04:06
  • Zuletzt bearbeitet 21.11.2024 06:34:59

In the Linux kernel, the following vulnerability has been resolved: sfc: adjust efx->xdp_tx_queue_count with the real number of initialized queues efx->xdp_tx_queue_count is initially initialized to num_possible_cpus() and is later used to allocate...

  • EPSS 0.02%
  • Veröffentlicht 27.02.2024 19:04:06
  • Zuletzt bearbeitet 21.11.2024 06:34:59

In the Linux kernel, the following vulnerability has been resolved: sfc: farch: fix TX queue lookup in TX event handling We're starting from a TXQ label, not a TXQ type, so efx_channel_get_tx_queue() is inappropriate (and could return NULL, leadi...

  • EPSS 0.04%
  • Veröffentlicht 27.02.2024 19:04:06
  • Zuletzt bearbeitet 21.11.2024 06:35:00

In the Linux kernel, the following vulnerability has been resolved: sfc: farch: fix TX queue lookup in TX flush done handling We're starting from a TXQ instance number ('qid'), not a TXQ type, so efx_get_tx_queue() is inappropriate (and could retu...

  • EPSS 0.02%
  • Veröffentlicht 27.02.2024 19:04:06
  • Zuletzt bearbeitet 22.04.2025 16:15:20

In the Linux kernel, the following vulnerability has been resolved: md/raid1: properly indicate failure when ending a failed write request This patch addresses a data corruption bug in raid1 arrays using bitmaps. Without this fix, the bitmap bits f...

  • EPSS 0.02%
  • Veröffentlicht 27.02.2024 19:04:06
  • Zuletzt bearbeitet 21.11.2024 06:35:00

In the Linux kernel, the following vulnerability has been resolved: tpm: efi: Use local variable for calculating final log size When tpm_read_log_efi is called multiple times, which happens when one loads and unloads a TPM2 driver multiple times, t...

  • EPSS 0.02%
  • Veröffentlicht 27.02.2024 19:04:06
  • Zuletzt bearbeitet 21.11.2024 06:35:00

In the Linux kernel, the following vulnerability has been resolved: NFS: fs_context: validate UDP retrans to prevent shift out-of-bounds Fix shift out-of-bounds in xprt_calc_majortimeo(). This is caused by a garbage timeout (retrans) mount option b...

  • EPSS 0.01%
  • Veröffentlicht 27.02.2024 19:04:06
  • Zuletzt bearbeitet 21.11.2024 06:35:01

In the Linux kernel, the following vulnerability has been resolved: ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failure When failing the driver probe because of invalid firmware properties, the GTDT driver unmaps the interrupt th...

  • EPSS 0.02%
  • Veröffentlicht 27.02.2024 19:04:06
  • Zuletzt bearbeitet 21.11.2024 06:35:01

In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_frag: fix stack OOB read while fragmenting IPv4 packets when 'act_mirred' tries to fragment IPv4 packets that had been previously re-assembled using 'act_ct', splats...