Linux

Linux Kernel

13989 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:01:32
  • Zuletzt bearbeitet 01.10.2025 20:16:49

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix data-races around sysctl_tcp_max_reordering. While reading sysctl_tcp_max_reordering, it can be changed concurrently. Thus, we need to add READ_ONCE() to its readers.

  • EPSS 0.02%
  • Veröffentlicht 26.02.2025 07:01:32
  • Zuletzt bearbeitet 01.10.2025 20:16:49

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix data-races around sysctl_tcp_slow_start_after_idle. While reading sysctl_tcp_slow_start_after_idle, it can be changed concurrently. Thus, we need to add READ_ONCE() to it...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:32
  • Zuletzt bearbeitet 01.10.2025 20:16:49

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix a data-race around sysctl_tcp_early_retrans. While reading sysctl_tcp_early_retrans, it can be changed concurrently. Thus, we need to add READ_ONCE() to its reader.

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:31
  • Zuletzt bearbeitet 22.10.2025 17:14:05

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix combination of jit blinding and pointers to bpf subprogs. The combination of jit blinding and pointers to bpf subprogs causes: [ 36.989548] BUG: unable to handle page fa...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:31
  • Zuletzt bearbeitet 22.10.2025 17:36:08

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: validate BOOT sectors_per_clusters When the NTFS BOOT sectors_per_clusters field is > 0x80, it represents a shift value. Make sure that the shift value is not too large ...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:31
  • Zuletzt bearbeitet 22.10.2025 17:33:36

In the Linux kernel, the following vulnerability has been resolved: zsmalloc: fix races between asynchronous zspage free and page migration The asynchronous zspage free worker tries to lock a zspage's entire page list without defending against page...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:31
  • Zuletzt bearbeitet 22.10.2025 17:31:42

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_qca: Use del_timer_sync() before freeing While looking at a crash report on a timer list being corrupted, which usually happens when a timer is freed while still act...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:31
  • Zuletzt bearbeitet 22.01.2026 20:55:08

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel data leak For some sev ioctl interfaces, the length parameter that is passed maybe less than or equal to SEV_FW_BLO...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:31
  • Zuletzt bearbeitet 22.10.2025 17:30:30

In the Linux kernel, the following vulnerability has been resolved: x86/fpu: KVM: Set the base guest FPU uABI size to sizeof(struct kvm_xsave) Set the starting uABI size of KVM's guest FPU to 'struct kvm_xsave', i.e. to KVM's historical uABI size. ...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:31
  • Zuletzt bearbeitet 22.10.2025 17:26:55

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: double hook unregistration in netns path __nft_release_hooks() is called from pre_netns exit path which unregisters the hooks, then the NETDEV_UNREGISTER even...