Linux

Linux Kernel

13989 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 24.12.2024 12:15:23
  • Zuletzt bearbeitet 09.01.2025 16:16:21

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: glink: fix off-by-one in connector_status UCSI connector's indices start from 1 up to 3, PMIC_GLINK_MAX_PORTS. Correct the condition in the pmic_glink_ucsi_connec...

Warnung Medienbericht
  • EPSS 1%
  • Veröffentlicht 24.12.2024 12:15:23
  • Zuletzt bearbeitet 04.11.2025 16:47:05

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix out of bounds reads when finding clock sources The current USB-audio driver code doesn't check bLength of each descriptor at traversing for clock descriptors. ...

  • EPSS 0.01%
  • Veröffentlicht 24.12.2024 12:15:23
  • Zuletzt bearbeitet 03.11.2025 21:17:32

In the Linux kernel, the following vulnerability has been resolved: svcrdma: Address an integer overflow Dan Carpenter reports: > Commit 78147ca8b4a9 ("svcrdma: Add a "parsed chunk list" data > structure") from Jun 22, 2020 (linux-next), leads to t...

  • EPSS 0.04%
  • Veröffentlicht 24.12.2024 12:15:23
  • Zuletzt bearbeitet 08.10.2025 14:43:44

In the Linux kernel, the following vulnerability has been resolved: PCI: tegra194: Move controller cleanups to pex_ep_event_pex_rst_deassert() Currently, the endpoint cleanup function dw_pcie_ep_cleanup() and EPF deinit notify function pci_epc_dein...

  • EPSS 0.04%
  • Veröffentlicht 24.12.2024 12:15:23
  • Zuletzt bearbeitet 08.10.2025 14:43:14

In the Linux kernel, the following vulnerability has been resolved: PCI: qcom-ep: Move controller cleanups to qcom_pcie_perst_deassert() Currently, the endpoint cleanup function dw_pcie_ep_cleanup() and EPF deinit notify function pci_epc_deinit_not...

  • EPSS 0.01%
  • Veröffentlicht 24.12.2024 12:15:23
  • Zuletzt bearbeitet 03.11.2025 21:17:33

In the Linux kernel, the following vulnerability has been resolved: clk: clk-apple-nco: Add NULL check in applnco_probe Add NULL check in applnco_probe, to handle kernel NULL pointer dereference error.

  • EPSS 0.01%
  • Veröffentlicht 24.12.2024 12:15:23
  • Zuletzt bearbeitet 03.11.2025 21:17:33

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix uninitialized value in ocfs2_file_read_iter() Syzbot has reported the following KMSAN splat: BUG: KMSAN: uninit-value in ocfs2_file_read_iter+0x9a4/0xf80 ocfs2_file_re...

  • EPSS 0.02%
  • Veröffentlicht 24.12.2024 12:15:23
  • Zuletzt bearbeitet 03.11.2025 21:17:33

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: add range check for conn_rsp_epid in htc_connect_service() I found the following bug in my fuzzer: UBSAN: array-index-out-of-bounds in drivers/net/wireless/ath/ath9...

  • EPSS 0.01%
  • Veröffentlicht 24.12.2024 12:15:23
  • Zuletzt bearbeitet 03.11.2025 21:17:33

In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scpi: Check the DVFS OPP count returned by the firmware Fix a kernel crash with the below call trace when the SCPI firmware returns OPP count of zero. dvfs_info.opp_...

  • EPSS 0.02%
  • Veröffentlicht 24.12.2024 12:15:22
  • Zuletzt bearbeitet 03.11.2025 21:17:31

In the Linux kernel, the following vulnerability has been resolved: um: Fix potential integer overflow during physmem setup This issue happens when the real map size is greater than LONG_MAX, which can be easily triggered on UML/i386.