Linux

Linux Kernel

13989 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:20
  • Zuletzt bearbeitet 22.10.2025 17:26:01

In the Linux kernel, the following vulnerability has been resolved: powerpc/papr_scm: Fix leaking nvdimm_events_map elements Right now 'char *' elements allocated for individual 'stat_id' in 'papr_scm_priv.nvdimm_events_map[]' during papr_scm_pmu_c...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:20
  • Zuletzt bearbeitet 01.10.2025 20:16:18

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

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

In the Linux kernel, the following vulnerability has been resolved: Input: sparcspkr - fix refcount leak in bbc_beep_probe of_find_node_by_path() calls of_find_node_opts_by_path(), which returns a node pointer with refcount incremented, we should u...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:20
  • Zuletzt bearbeitet 01.10.2025 20:16:18

In the Linux kernel, the following vulnerability has been resolved: powerpc/fsl_rio: Fix refcount leak in fsl_rio_setup of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. Ad...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:20
  • Zuletzt bearbeitet 22.10.2025 17:25:49

In the Linux kernel, the following vulnerability has been resolved: powerpc/rtas: Keep MSR[RI] set when calling RTAS RTAS runs in real mode (MSR[DR] and MSR[IR] unset) and in 32-bit big endian mode (MSR[SF,LE] unset). The change in MSR is done in ...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:01:20
  • Zuletzt bearbeitet 01.10.2025 20:16:19

In the Linux kernel, the following vulnerability has been resolved: tty: fix deadlock caused by calling printk() under tty_port->lock pty_write() invokes kmalloc() which may invoke a normal printk() to print failure message. This can cause a deadl...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:20
  • Zuletzt bearbeitet 22.10.2025 17:25:22

In the Linux kernel, the following vulnerability has been resolved: drivers/base/node.c: fix compaction sysfs file leak Compaction sysfs file is created via compaction_register_node in register_node. But we forgot to remove it in unregister_node. ...

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

In the Linux kernel, the following vulnerability has been resolved: list: fix a data-race around ep->rdllist ep_poll() first calls ep_events_available() with no lock held and checks if ep->rdllist is empty by list_empty_careful(), which reads rdlli...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:20
  • Zuletzt bearbeitet 21.10.2025 17:26:10

In the Linux kernel, the following vulnerability has been resolved: module: fix [e_shstrndx].sh_size=0 OOB access It is trivial to craft a module to trigger OOB access in this line: if (info->secstrings[strhdr->sh_size - 1] != '\0') { BUG: unabl...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:20
  • Zuletzt bearbeitet 01.10.2025 20:16:19

In the Linux kernel, the following vulnerability has been resolved: pinctrl: renesas: core: Fix possible null-ptr-deref in sh_pfc_map_resources() It will cause null-ptr-deref when using 'res', if platform_get_resource() returns NULL, so move using ...