Linux

Linux

7462 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:00:53
  • Zuletzt bearbeitet 23.09.2025 14:13:25

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix warning message due to adisc being flushed Fix warning message due to adisc being flushed. Linux kernel triggered a warning message where a different error code...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:00:53
  • Zuletzt bearbeitet 23.09.2025 14:14:06

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Implement ref count for SRB The timeout handler and the done function are racing. When qla2x00_async_iocb_timeout() starts to run it can be preempted by the normal r...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:00:53
  • Zuletzt bearbeitet 23.09.2025 14:15:41

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix crash during module load unload test During purex packet handling the driver was incorrectly freeing a pre-allocated structure. Fix this by skipping that entry. ...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:00:53
  • Zuletzt bearbeitet 23.09.2025 14:16:08

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: Fix error handling in mt8183_da7219_max98357_dev_probe The device_node pointer is returned by of_parse_phandle() with refcount incremented. We should use of_node_p...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:00:53
  • Zuletzt bearbeitet 15.10.2025 19:42:13

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: sm712fb: Fix crash in smtcfb_write() When the sm712fb driver writes three bytes to the framebuffer, the driver will crash: BUG: unable to handle page fault for a...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:00:53
  • Zuletzt bearbeitet 23.09.2025 14:16:22

In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: fix a bug of accessing array out of bounds When error occurs in parsing jpeg, the slot isn't acquired yet, it may be the default value MXC_MAX_SLOTS. If the driver...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:00:53
  • Zuletzt bearbeitet 23.09.2025 14:20:06

In the Linux kernel, the following vulnerability has been resolved: powerpc/tm: Fix more userspace r13 corruption Commit cf13435b730a ("powerpc/tm: Fix userspace r13 corruption") fixes a problem in treclaim where a SLB miss can occur on the thread_...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:00:53
  • Zuletzt bearbeitet 23.09.2025 14:20:18

In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Prevent decoding NV12M jpegs into single-planar buffers If the application queues an NV12M jpeg as output buffer, but then queues a single planar capture buffer, t...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:00:53
  • Zuletzt bearbeitet 15.10.2025 19:42:37

In the Linux kernel, the following vulnerability has been resolved: ntfs: add sanity check on allocation size ntfs_read_inode_mount invokes ntfs_malloc_nofs with zero allocation size. It triggers one BUG in the __ntfs_malloc function. Fix this by...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:00:53
  • Zuletzt bearbeitet 21.10.2025 17:13:31

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not double complete bio on errors during compressed reads I hit some weird panics while fixing up the error handling from btrfs_lookup_bio_sums(). Turns out the compress...