Linux

Linux Kernel

14022 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 24.05.2024 15:15:16
  • Zuletzt bearbeitet 18.09.2025 15:56:31

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: kms: Clear the HVS FIFO commit pointer once done Commit 9ec03d7f1ed3 ("drm/vc4: kms: Wait on previous FIFO users before a commit") introduced a wait on the previous commit...

  • EPSS 0.01%
  • Veröffentlicht 24.05.2024 15:15:16
  • Zuletzt bearbeitet 01.04.2025 18:41:04

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: kms: Add missing drm_crtc_commit_put Commit 9ec03d7f1ed3 ("drm/vc4: kms: Wait on previous FIFO users before a commit") introduced a global state for the HVS, with each FIF...

  • EPSS 0.02%
  • Veröffentlicht 24.05.2024 15:15:15
  • Zuletzt bearbeitet 21.11.2024 06:36:27

In the Linux kernel, the following vulnerability has been resolved: serial: liteuart: fix use-after-free and memleak on unbind Deregister the port when unbinding the driver to prevent it from being used after releasing the driver data and leaking m...

  • EPSS 0.02%
  • Veröffentlicht 24.05.2024 15:15:15
  • Zuletzt bearbeitet 21.11.2024 06:36:27

In the Linux kernel, the following vulnerability has been resolved: serial: liteuart: Fix NULL pointer dereference in ->remove() drvdata has to be set in _probe() - otherwise platform_get_drvdata() causes null pointer dereference BUG in _remove().

  • EPSS 0.01%
  • Veröffentlicht 24.05.2024 15:15:15
  • Zuletzt bearbeitet 24.09.2025 19:47:00

In the Linux kernel, the following vulnerability has been resolved: serial: core: fix transmit-buffer reset and memleak Commit 761ed4a94582 ("tty: serial_core: convert uart_close to use tty_port_close") converted serial core to use tty_port_close()...

  • EPSS 0.02%
  • Veröffentlicht 24.05.2024 15:15:15
  • Zuletzt bearbeitet 21.11.2024 06:36:27

In the Linux kernel, the following vulnerability has been resolved: usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init() In cdnsp_endpoint_init(), cdnsp_ring_alloc() is assigned to pep->ring and there is a dereference of it in cdnsp_...

  • EPSS 0.02%
  • Veröffentlicht 24.05.2024 15:15:15
  • Zuletzt bearbeitet 21.11.2024 06:36:27

In the Linux kernel, the following vulnerability has been resolved: iwlwifi: Fix memory leaks in error handling path Should an error occur (invalid TLV len or memory allocation failure), the memory already allocated in 'reduce_power_data' should be...

  • EPSS 0.02%
  • Veröffentlicht 24.05.2024 15:15:14
  • Zuletzt bearbeitet 21.11.2024 06:36:25

In the Linux kernel, the following vulnerability has been resolved: can: pch_can: pch_can_rx_normal: fix use after free After calling netif_receive_skb(skb), dereferencing skb is unsafe. Especially, the can_frame cf which aliases skb memory is dere...

  • EPSS 0.02%
  • Veröffentlicht 24.05.2024 15:15:14
  • Zuletzt bearbeitet 21.11.2024 06:36:26

In the Linux kernel, the following vulnerability has been resolved: can: sja1000: fix use after free in ems_pcmcia_add_card() If the last channel is not available then "dev" is freed. Fortunately, we can just use "pdev->irq" instead. Also we shou...

  • EPSS 0.01%
  • Veröffentlicht 24.05.2024 15:15:14
  • Zuletzt bearbeitet 21.11.2024 06:36:26

In the Linux kernel, the following vulnerability has been resolved: HID: bigbenff: prevent null pointer dereference When emulating the device through uhid, there is a chance we don't have output reports and so report_field is null.