Debian

Debian Linux

9291 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 09.05.2025 06:41:56
  • Zuletzt bearbeitet 17.11.2025 12:54:15

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Tear down vGIC on failed vCPU creation If kvm_arch_vcpu_create() fails to share the vCPU page with the hypervisor, we propagate the error back to the ioctl but leave th...

  • EPSS 0.02%
  • Veröffentlicht 09.05.2025 06:41:53
  • Zuletzt bearbeitet 17.11.2025 12:49:02

In the Linux kernel, the following vulnerability has been resolved: cifs: avoid NULL pointer dereference in dbg call cifs_server_dbg() implies server to be non-NULL so move call under condition to avoid NULL pointer dereference. Found by Linux Ver...

  • EPSS 0.02%
  • Veröffentlicht 09.05.2025 06:41:50
  • Zuletzt bearbeitet 17.11.2025 12:50:14

In the Linux kernel, the following vulnerability has been resolved: pm: cpupower: bench: Prevent NULL dereference on malloc failure If malloc returns NULL due to low memory, 'config' pointer can be NULL. Add a check to prevent NULL dereference.

  • EPSS 0.02%
  • Veröffentlicht 09.05.2025 06:41:50
  • Zuletzt bearbeitet 14.11.2025 19:35:23

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: brcmnand: fix PM resume warning Fixed warning on PM resume as shown below caused due to uninitialized struct nand_operation that checks chip select field : WARN_ON(op...

  • EPSS 0.02%
  • Veröffentlicht 09.05.2025 06:41:49
  • Zuletzt bearbeitet 14.11.2025 19:54:45

In the Linux kernel, the following vulnerability has been resolved: jbd2: remove wrong sb->s_sequence check Journal emptiness is not determined by sb->s_sequence == 0 but rather by sb->s_start == 0 (which is set a few lines above). Furthermore 0 is...

  • EPSS 0.02%
  • Veröffentlicht 09.05.2025 06:41:47
  • Zuletzt bearbeitet 14.11.2025 19:52:49

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix reference leak in pci_register_host_bridge() If device_register() fails, call put_device() to give up the reference to avoid a memory leak, per the comment at device_regis...

  • EPSS 0.02%
  • Veröffentlicht 08.05.2025 06:26:21
  • Zuletzt bearbeitet 12.11.2025 21:44:39

In the Linux kernel, the following vulnerability has been resolved: cpufreq: scmi: Fix null-ptr-deref in scmi_cpufreq_get_rate() cpufreq_cpu_get_raw() can return NULL when the target CPU is not present in the policy->cpus mask. scmi_cpufreq_get_rat...

  • EPSS 0.02%
  • Veröffentlicht 08.05.2025 06:26:21
  • Zuletzt bearbeitet 12.11.2025 21:45:09

In the Linux kernel, the following vulnerability has been resolved: cpufreq: scpi: Fix null-ptr-deref in scpi_cpufreq_get_rate() cpufreq_cpu_get_raw() can return NULL when the target CPU is not present in the policy->cpus mask. scpi_cpufreq_get_rat...

  • EPSS 0.02%
  • Veröffentlicht 08.05.2025 06:26:17
  • Zuletzt bearbeitet 10.11.2025 15:45:14

In the Linux kernel, the following vulnerability has been resolved: tipc: fix NULL pointer dereference in tipc_mon_reinit_self() syzbot reported: tipc: Node number set to 1055423674 Oops: general protection fault, probably for non-canonical addres...

  • EPSS 0.02%
  • Veröffentlicht 08.05.2025 06:26:16
  • Zuletzt bearbeitet 10.11.2025 15:52:37

In the Linux kernel, the following vulnerability has been resolved: net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too Similarly to the previous patch, we need to safe guard hfsc_dequeue() too. But for this one, we don't have a reliable rep...