Linux

Linux

7024 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:35
  • Zuletzt bearbeitet 01.10.2025 20:16:54

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix data-races around sysctl_tcp_base_mss. While reading sysctl_tcp_base_mss, 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:35
  • Zuletzt bearbeitet 01.10.2025 20:16:54

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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