Linux

Linux

6776 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 10.07.2025 08:15:06
  • Zuletzt bearbeitet 16.12.2025 17:55:43

In the Linux kernel, the following vulnerability has been resolved: x86/sgx: Prevent attempts to reclaim poisoned pages TL;DR: SGX page reclaim touches the page to copy its contents to secondary storage. SGX instructions do not gracefully handle ma...

  • EPSS 0.02%
  • Veröffentlicht 10.07.2025 08:15:05
  • Zuletzt bearbeitet 19.12.2025 16:56:27

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Use memcpy() for BIOS version The strlcat() with FORTIFY support is triggering a panic because it thinks the target buffer will overflow although the correct target buf...

  • EPSS 0.01%
  • Veröffentlicht 10.07.2025 08:15:05
  • Zuletzt bearbeitet 18.11.2025 12:53:08

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to bail out in get_new_segment() ------------[ cut here ]------------ WARNING: CPU: 3 PID: 579 at fs/f2fs/segment.c:2832 new_curseg+0x5e8/0x6dc pc : new_curseg+0x5e8/0x6d...

  • EPSS 0.02%
  • Veröffentlicht 10.07.2025 08:15:04
  • Zuletzt bearbeitet 19.12.2025 16:56:03

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: cortina: Use TOE/TSO on all TCP It is desireable to push the hardware accelerator to also process non-segmented TCP frames: we pass the skb->len to the "TOE/TSO" off...

  • EPSS 0.02%
  • Veröffentlicht 10.07.2025 08:15:03
  • Zuletzt bearbeitet 18.11.2025 12:53:20

In the Linux kernel, the following vulnerability has been resolved: firmware: cs_dsp: Fix OOB memory read access in KUnit test (ctl cache) KASAN reported out of bounds access - cs_dsp_ctl_cache_init_multiple_offsets(). The code uses mock_coeff_temp...

  • EPSS 0.02%
  • Veröffentlicht 10.07.2025 08:15:02
  • Zuletzt bearbeitet 16.12.2025 17:56:47

In the Linux kernel, the following vulnerability has been resolved: jffs2: check jffs2_prealloc_raw_node_refs() result in few other places Fuzzing hit another invalid pointer dereference due to the lack of checking whether jffs2_prealloc_raw_node_r...

  • EPSS 0.02%
  • Veröffentlicht 10.07.2025 08:15:02
  • Zuletzt bearbeitet 18.11.2025 12:53:30

In the Linux kernel, the following vulnerability has been resolved: firmware: cs_dsp: Fix OOB memory read access in KUnit test (wmfw info) KASAN reported out of bounds access - cs_dsp_mock_wmfw_add_info(), because the source string length was round...

  • EPSS 0.02%
  • Veröffentlicht 10.07.2025 08:15:01
  • Zuletzt bearbeitet 18.11.2025 12:53:41

In the Linux kernel, the following vulnerability has been resolved: fgraph: Do not enable function_graph tracer when setting funcgraph-args When setting the funcgraph-args option when function graph tracer is net enabled, it incorrectly enables it....

  • EPSS 0.02%
  • Veröffentlicht 10.07.2025 08:15:00
  • Zuletzt bearbeitet 19.12.2025 16:55:45

In the Linux kernel, the following vulnerability has been resolved: aoe: clean device rq_list in aoedev_downdev() An aoe device's rq_list contains accepted block requests that are waiting to be transmitted to the aoe target. This queue was added as...

  • EPSS 0.02%
  • Veröffentlicht 10.07.2025 08:14:59
  • Zuletzt bearbeitet 18.11.2025 12:53:49

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add free_transport ops in ksmbd connection free_transport function for tcp connection can be called from smbdirect. It will cause kernel oops. This patch add free_transport ...