Linux

Linux

6776 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 03.07.2025 08:36:10
  • Zuletzt bearbeitet 20.11.2025 19:22:42

In the Linux kernel, the following vulnerability has been resolved: erofs: avoid using multiple devices with different type For multiple devices, both primary and extra devices should be the same type. `erofs_init_device` has already guaranteed tha...

  • EPSS 0.03%
  • Veröffentlicht 03.07.2025 08:36:10
  • Zuletzt bearbeitet 18.12.2025 20:53:34

In the Linux kernel, the following vulnerability has been resolved: crypto: marvell/cesa - Handle zero-length skcipher requests Do not access random memory for zero-length skcipher requests. Just return 0.

  • EPSS 0.03%
  • Veröffentlicht 03.07.2025 08:36:09
  • Zuletzt bearbeitet 18.12.2025 20:53:13

In the Linux kernel, the following vulnerability has been resolved: arm64/fpsimd: Discard stale CPU state when handling SME traps The logic for handling SME traps manipulates saved FPSIMD/SVE/SME state incorrectly, and a race with preemption can re...

  • EPSS 0.02%
  • Veröffentlicht 03.07.2025 08:36:09
  • Zuletzt bearbeitet 20.11.2025 19:24:31

In the Linux kernel, the following vulnerability has been resolved: power: supply: max77705: Fix workqueue error handling in probe The create_singlethread_workqueue() doesn't return error pointers, it returns NULL. Also cleanup the workqueue on th...

  • EPSS 0.01%
  • Veröffentlicht 03.07.2025 08:36:08
  • Zuletzt bearbeitet 20.11.2025 19:28:15

In the Linux kernel, the following vulnerability has been resolved: arm64/fpsimd: Avoid clobbering kernel FPSIMD state with SMSTOP On system with SME, a thread's kernel FPSIMD state may be erroneously clobbered during a context switch immediately a...

  • EPSS 0.01%
  • Veröffentlicht 03.07.2025 08:36:07
  • Zuletzt bearbeitet 20.11.2025 19:29:30

In the Linux kernel, the following vulnerability has been resolved: perf: arm-ni: Unregister PMUs on probe failure When a resource allocation fails in one clock domain of an NI device, we need to properly roll back all previously registered perf PM...

  • EPSS 0.04%
  • Veröffentlicht 03.07.2025 08:36:06
  • Zuletzt bearbeitet 18.12.2025 20:51:59

In the Linux kernel, the following vulnerability has been resolved: bpf: fix ktls panic with sockmap [ 2172.936997] ------------[ cut here ]------------ [ 2172.936999] kernel BUG at lib/iov_iter.c:629! ...... [ 2172.944996] PKRU: 55555554 [ 2172.94...

  • EPSS 0.03%
  • Veröffentlicht 03.07.2025 08:36:06
  • Zuletzt bearbeitet 18.12.2025 20:52:29

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: handle hdr_first_de() return value The hdr_first_de() function returns a pointer to a struct NTFS_DE. This pointer may be NULL. To handle the NULL error effectively, it i...

  • EPSS 0.01%
  • Veröffentlicht 03.07.2025 08:36:05
  • Zuletzt bearbeitet 20.11.2025 19:38:34

In the Linux kernel, the following vulnerability has been resolved: f2fs: zone: fix to avoid inconsistence in between SIT and SSA w/ below testcase, it will cause inconsistence in between SIT and SSA. create_null_blk 512 2 1024 1024 mkfs.f2fs -m /...

  • EPSS 0.03%
  • Veröffentlicht 03.07.2025 08:36:05
  • Zuletzt bearbeitet 18.12.2025 20:51:32

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix panic when calling skb_linearize The panic can be reproduced by executing the command: ./bench sockmap -c 2 -p 1 -a --rx-verdict-ingress --rx-strp 100000 Then a ...