Linux

Linux Kernel

12164 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Veröffentlicht 18.06.2025 11:02:40
  • Zuletzt bearbeitet 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: powerpc/cell/axon_msi: Fix refcount leak in setup_msi_msg_address of_get_next_parent() returns a node pointer with refcount incremented, we should use of_node_put() on it when not ...

  • EPSS 0.04%
  • Veröffentlicht 18.06.2025 11:02:39
  • Zuletzt bearbeitet 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: powerpc/xive: Fix refcount leak in xive_get_max_prio of_find_node_by_path() returns a node pointer with refcount incremented, we should use of_node_put() on it when done. Add missi...

  • EPSS 0.04%
  • Veröffentlicht 18.06.2025 11:02:38
  • Zuletzt bearbeitet 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: arkfb: Fix a divide-by-zero bug in ark_set_pixclock() Since the user can control the arguments of the ioctl() from the user space, under special arguments that may re...

  • EPSS 0.03%
  • Veröffentlicht 18.06.2025 11:02:38
  • Zuletzt bearbeitet 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowed With cgroup v2, the cpuset's cpus_allowed mask can be empty indicating that the cpuset will just use the effect...

  • EPSS 0.04%
  • Veröffentlicht 18.06.2025 11:02:37
  • Zuletzt bearbeitet 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: vt8623fb: Check the size of screen before memset_io() In the function vt8623fb_set_par(), the value of 'screen_size' is calculated by the user input. If the user prov...

  • EPSS 0.04%
  • Veröffentlicht 18.06.2025 11:02:36
  • Zuletzt bearbeitet 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: arkfb: Check the size of screen before memset_io() In the function arkfb_set_par(), the value of 'screen_size' is calculated by the user input. If the user provides t...

  • EPSS 0.03%
  • Veröffentlicht 18.06.2025 11:02:36
  • Zuletzt bearbeitet 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: sched/core: Do not requeue task on CPU excluded from cpus_mask The following warning was triggered on a large machine early in boot on a distribution kernel but the same problem sh...

  • EPSS 0.03%
  • Veröffentlicht 18.06.2025 11:02:35
  • Zuletzt bearbeitet 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix crash due to stale SRB access around I/O timeouts Ensure SRB is returned during I/O timeout error escalation. If that is not possible fail the escalation path. ...

  • EPSS 0.04%
  • Veröffentlicht 18.06.2025 11:02:34
  • Zuletzt bearbeitet 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: s3fb: Check the size of screen before memset_io() In the function s3fb_set_par(), the value of 'screen_size' is calculated by the user input. If the user provides the...

  • EPSS 0.03%
  • Veröffentlicht 18.06.2025 11:02:33
  • Zuletzt bearbeitet 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Cleanup CPU timers before freeing them during exec Commit 55e8c8eb2c7b ("posix-cpu-timers: Store a reference to a pid not a task") started looking up tasks by PID...