Linux

Linux

6430 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 12.11.2025 10:46:52
  • Zuletzt bearbeitet 12.11.2025 16:19:12

In the Linux kernel, the following vulnerability has been resolved: net: use dst_dev_rcu() in sk_setup_caps() Use RCU to protect accesses to dst->dev from sk_setup_caps() and sk_dst_gso_max_size(). Also use dst_dev_rcu() in ip6_dst_mtu_maybe_forwa...

  • EPSS 0.04%
  • Veröffentlicht 12.11.2025 10:46:52
  • Zuletzt bearbeitet 12.11.2025 16:19:12

In the Linux kernel, the following vulnerability has been resolved: nvmet-fc: move lsop put work to nvmet_fc_ls_req_op It’s possible for more than one async command to be in flight from __nvmet_fc_send_ls_req. For each command, a tgtport reference ...

  • EPSS 0.03%
  • Veröffentlicht 12.11.2025 10:46:51
  • Zuletzt bearbeitet 12.11.2025 16:19:12

In the Linux kernel, the following vulnerability has been resolved: smc: Use __sk_dst_get() and dst_dev_rcu() in smc_clc_prfx_match(). smc_clc_prfx_match() is called from smc_listen_work() and not under RCU nor RTNL. Using sk_dst_get(sk)->dev coul...

  • EPSS 0.03%
  • Veröffentlicht 12.11.2025 10:46:51
  • Zuletzt bearbeitet 12.11.2025 16:19:12

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject negative offsets for ALU ops When verifying BPF programs, the check_alu_op() function validates instructions with ALU operations. The 'offset' field in these instructio...

  • EPSS 0.02%
  • Veröffentlicht 12.11.2025 10:26:24
  • Zuletzt bearbeitet 12.11.2025 16:19:12

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Check GuC running state before deregistering exec queue In normal operation, a registered exec queue is disabled and deregistered through the GuC, and freed only after ...

  • EPSS 0.06%
  • Veröffentlicht 12.11.2025 10:26:24
  • Zuletzt bearbeitet 12.11.2025 16:19:12

In the Linux kernel, the following vulnerability has been resolved: ext4: detect invalid INLINE_DATA + EXTENTS flag combination syzbot reported a BUG_ON in ext4_es_cache_extent() when opening a verity file on a corrupted ext4 filesystem mounted wit...

  • EPSS 0.03%
  • Veröffentlicht 12.11.2025 10:26:23
  • Zuletzt bearbeitet 12.11.2025 16:19:12

In the Linux kernel, the following vulnerability has been resolved: sched/deadline: Stop dl_server before CPU goes offline IBM CI tool reported kernel warning[1] when running a CPU removal operation through drmgr[2]. i.e "drmgr -c cpu -r -q 1" WAR...

  • EPSS 0.03%
  • Veröffentlicht 12.11.2025 10:26:23
  • Zuletzt bearbeitet 12.11.2025 16:19:12

In the Linux kernel, the following vulnerability has been resolved: usbnet: Fix using smp_processor_id() in preemptible code warnings Syzbot reported the following warning: BUG: using smp_processor_id() in preemptible [00000000] code: dhcpcd/2879 ...

  • EPSS 0.03%
  • Veröffentlicht 12.11.2025 10:26:23
  • Zuletzt bearbeitet 12.11.2025 16:19:12

In the Linux kernel, the following vulnerability has been resolved: media: nxp: imx8-isi: m2m: Fix streaming cleanup on release If streamon/streamoff calls are imbalanced, such as when exiting an application with Ctrl+C when streaming, the m2m usag...

  • EPSS 0.02%
  • Veröffentlicht 12.11.2025 10:26:22
  • Zuletzt bearbeitet 12.11.2025 16:19:12

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd/sdw_utils: avoid NULL deref when devm_kasprintf() fails devm_kasprintf() may return NULL on memory allocation failure, but the debug message prints cpus->dai_name before ...