Linux

Linux Kernel

14420 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 23.02.2024 15:15:08
  • Zuletzt bearbeitet 21.11.2024 08:39:48

In the Linux kernel, the following vulnerability has been resolved: serial: imx: fix tx statemachine deadlock When using the serial port as RS485 port, the tx statemachine is used to control the RTS pin to drive the RS485 transceiver TX_EN pin. Whe...

  • EPSS 0.01%
  • Veröffentlicht 23.02.2024 15:15:08
  • Zuletzt bearbeitet 21.11.2024 08:39:48

In the Linux kernel, the following vulnerability has been resolved: serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get() failed Returning an error code from .remove() makes the driver core emit the little helpful error mes...

  • EPSS 0.01%
  • Veröffentlicht 23.02.2024 15:15:08
  • Zuletzt bearbeitet 21.11.2024 08:39:48

In the Linux kernel, the following vulnerability has been resolved: block: add check that partition length needs to be aligned with block size Before calling add partition or resize partition, there is no check on whether the length is aligned with...

  • EPSS 0.02%
  • Veröffentlicht 23.02.2024 15:15:08
  • Zuletzt bearbeitet 21.11.2024 08:39:49

In the Linux kernel, the following vulnerability has been resolved: media: v4l: async: Fix duplicated list deletion The list deletion call dropped here is already called from the helper function in the line before. Having a second list_del() call r...

  • EPSS 0.02%
  • Veröffentlicht 23.02.2024 15:15:08
  • Zuletzt bearbeitet 21.11.2024 08:39:49

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix NULL pointer dereference at hibernate During hibernate sequence the source context might not have a clk_mgr. So don't use it to look for DML2 support.

  • EPSS 0.04%
  • Veröffentlicht 23.02.2024 15:15:08
  • Zuletzt bearbeitet 26.03.2025 11:41:07

In the Linux kernel, the following vulnerability has been resolved: drm/sched: Fix bounds limiting when given a malformed entity If we're given a malformed entity in drm_sched_entity_init()--shouldn't happen, but we verify--with out-of-bounds prior...

  • EPSS 0.03%
  • Veröffentlicht 23.02.2024 15:15:08
  • Zuletzt bearbeitet 21.11.2024 08:39:49

In the Linux kernel, the following vulnerability has been resolved: bpf: fix check for attempt to corrupt spilled pointer When register is spilled onto a stack as a 1/2/4-byte register, we set slot_type[BPF_REG_SIZE - 1] (plus potentially few more ...

  • EPSS 0.02%
  • Veröffentlicht 23.02.2024 15:15:08
  • Zuletzt bearbeitet 21.11.2024 08:39:49

In the Linux kernel, the following vulnerability has been resolved: efivarfs: force RO when remounting if SetVariable is not supported If SetVariable at runtime is not supported by the firmware we never assign a callback for that function. At the s...

  • EPSS 0.01%
  • Veröffentlicht 23.02.2024 15:15:08
  • Zuletzt bearbeitet 21.11.2024 08:39:49

In the Linux kernel, the following vulnerability has been resolved: EDAC/thunderx: Fix possible out-of-bounds string access Enabling -Wstringop-overflow globally exposes a warning for a common bug in the usage of strncat(): drivers/edac/thunderx...

  • EPSS 0.83%
  • Veröffentlicht 23.02.2024 14:15:45
  • Zuletzt bearbeitet 21.11.2024 09:02:37

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate mech token in session setup If client send invalid mech token in session setup request, ksmbd validate and make the error if it is invalid.