Linux

Linux Kernel

12474 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 21.10.2024 18:15:14
  • Zuletzt bearbeitet 24.10.2024 16:49:57

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for head_pipe in dcn32_acquire_idle_pipe_for_head_pipe_in_layer This commit addresses a potential null pointer dereference issue in the `dcn32_acqui...

  • EPSS 0.04%
  • Veröffentlicht 21.10.2024 18:15:14
  • Zuletzt bearbeitet 21.02.2025 14:15:46

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for head_pipe in dcn201_acquire_free_pipe_for_layer This commit addresses a potential null pointer dereference issue in the `dcn201_acquire_free_pip...

  • EPSS 0.04%
  • Veröffentlicht 21.10.2024 18:15:14
  • Zuletzt bearbeitet 25.10.2024 14:56:32

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before multiple uses [WHAT & HOW] Poniters, such as stream_enc and dc->bw_vbios, are null checked previously in the same function, so Coverity ...

  • EPSS 0.04%
  • Veröffentlicht 21.10.2024 18:15:14
  • Zuletzt bearbeitet 25.10.2024 15:01:21

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before used [WHAT & HOW] Poniters, such as dc->clk_mgr, are null checked previously in the same function, so Coverity warns "implies that "dc->...

  • EPSS 0.03%
  • Veröffentlicht 21.10.2024 18:15:14
  • Zuletzt bearbeitet 25.10.2024 14:56:06

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before using them [WHAT & HOW] These pointers are null checked previously in the same function, indicating they might be null as reported by Co...

  • EPSS 0.04%
  • Veröffentlicht 21.10.2024 18:15:14
  • Zuletzt bearbeitet 21.02.2025 14:15:47

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Pass non-null to dcn20_validate_apply_pipe_split_flags [WHAT & HOW] "dcn20_validate_apply_pipe_split_flags" dereferences merge, and thus it cannot be a null pointe...

  • EPSS 0.04%
  • Veröffentlicht 21.10.2024 18:15:14
  • Zuletzt bearbeitet 03.11.2025 23:16:31

In the Linux kernel, the following vulnerability has been resolved: fbdev: pxafb: Fix possible use after free in pxafb_task() In the pxafb_probe function, it calls the pxafb_init_fbinfo function, after which &fbi->task is associated with pxafb_task...

  • EPSS 0.04%
  • Veröffentlicht 21.10.2024 18:15:14
  • Zuletzt bearbeitet 03.11.2025 21:16:37

In the Linux kernel, the following vulnerability has been resolved: fbdev: efifb: Register sysfs groups through driver core The driver core can register and cleanup sysfs groups already. Make use of that functionality to simplify the error handling...

  • EPSS 0.04%
  • Veröffentlicht 21.10.2024 18:15:14
  • Zuletzt bearbeitet 24.01.2025 16:15:37

In the Linux kernel, the following vulnerability has been resolved: rcu-tasks: Fix access non-existent percpu rtpcp variable in rcu_tasks_need_gpcb() For kernels built with CONFIG_FORCE_NR_CPUS=y, the nr_cpu_ids is defined as NR_CPUS instead of the...

  • EPSS 0.04%
  • Veröffentlicht 21.10.2024 18:15:14
  • Zuletzt bearbeitet 03.11.2025 23:16:31

In the Linux kernel, the following vulnerability has been resolved: x86/ioapic: Handle allocation failures gracefully Breno observed panics when using failslab under certain conditions during runtime: can not alloc irq_pin_list (-1,0,20) Ker...