Debian

Debian 11 (bullseye)

9132 Schwachstellen gefunden.

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

In the Linux kernel, the following vulnerability has been resolved: power/reset: arm-versatile: Fix refcount leak in versatile_reboot_probe of_find_matching_node_and_match() returns a node pointer with refcount incremented, we should use of_node_pu...

  • EPSS 0.22%
  • Veröffentlicht 26.02.2025 07:01:36
  • Zuletzt bearbeitet 23.10.2025 12:08:23

In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Prevent RSB underflow before vmenter On VMX, there are some balanced returns between the time the guest's SPEC_CTRL value is written, and the vmenter. Balanced returns (...

  • EPSS 0.28%
  • Veröffentlicht 26.02.2025 07:01:36
  • Zuletzt bearbeitet 23.10.2025 12:08:28

In the Linux kernel, the following vulnerability has been resolved: x86/speculation: Fill RSB on vmexit for IBRS Prevent RSB underflow/poisoning attacks with RSB. While at it, add a bunch of comments to attempt to document the current state of tri...

  • EPSS 0.25%
  • Veröffentlicht 26.02.2025 07:01:36
  • Zuletzt bearbeitet 23.10.2025 12:08:40

In the Linux kernel, the following vulnerability has been resolved: serial: 8250: Fix PM usage_count for console handover When console is enabled, univ8250_console_setup() calls serial8250_console_setup() before .dev is set to uart_port. Therefore,...

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

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

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

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

  • EPSS 0.18%
  • 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.18%
  • 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.19%
  • 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.18%
  • 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.