Linux

Linux Kernel

13303 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 12:55:40
  • Zuletzt bearbeitet 05.11.2025 15:25:35

In the Linux kernel, the following vulnerability has been resolved: arm/crc-t10dif: fix use of out-of-scope array in crc_t10dif_arch() Fix a silly bug where an array was used outside of its scope.

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 12:55:40
  • Zuletzt bearbeitet 05.11.2025 15:26:29

In the Linux kernel, the following vulnerability has been resolved: io_uring/net: fix io_req_post_cqe abuse by send bundle [ 114.987980][ T5313] WARNING: CPU: 6 PID: 5313 at io_uring/io_uring.c:872 io_req_post_cqe+0x12e/0x4f0 [ 114.991597][ T5313...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 12:55:39
  • Zuletzt bearbeitet 06.11.2025 16:26:53

In the Linux kernel, the following vulnerability has been resolved: arm64/crc-t10dif: fix use of out-of-scope array in crc_t10dif_arch() Fix a silly bug where an array was used outside of its scope.

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 12:55:38
  • Zuletzt bearbeitet 05.11.2025 18:03:36

In the Linux kernel, the following vulnerability has been resolved: ext4: fix off-by-one error in do_split Syzkaller detected a use-after-free issue in ext4_insert_dentry that was caused by out-of-bounds access due to incorrect splitting in do_spli...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 12:55:38
  • Zuletzt bearbeitet 05.11.2025 17:58:11

In the Linux kernel, the following vulnerability has been resolved: bus: mhi: host: Fix race between unprepare and queue_buf A client driver may use mhi_unprepare_from_transfer() to quiesce incoming data during the client driver's tear down. The cl...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 12:55:37
  • Zuletzt bearbeitet 06.11.2025 16:28:43

In the Linux kernel, the following vulnerability has been resolved: tpm: do not start chip while suspended Checking TPM_CHIP_FLAG_SUSPENDED after the call to tpm_find_get_ops() can lead to a spurious tpm_chip_start() call: [35985.503771] i2c i2c-1...

  • EPSS 0.03%
  • Veröffentlicht 01.05.2025 12:55:36
  • Zuletzt bearbeitet 05.11.2025 18:04:44

In the Linux kernel, the following vulnerability has been resolved: i3c: Add NULL pointer check in i3c_master_queue_ibi() The I3C master driver may receive an IBI from a target device that has not been probed yet. In such cases, the master calls `i...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 12:55:36
  • Zuletzt bearbeitet 05.11.2025 18:04:14

In the Linux kernel, the following vulnerability has been resolved: soc: samsung: exynos-chipid: Add NULL pointer check in exynos_chipid_probe() soc_dev_attr->revision could be NULL, thus, a pointer check is added to prevent potential NULL pointer ...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 12:55:35
  • Zuletzt bearbeitet 05.11.2025 18:05:02

In the Linux kernel, the following vulnerability has been resolved: mfd: ene-kb3930: Fix a potential NULL pointer dereference The off_gpios could be NULL. Add missing check in the kb3930_probe(). This is similar to the issue fixed in commit b1ba8bc...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 12:55:34
  • Zuletzt bearbeitet 05.11.2025 18:05:35

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix NULL pointer in can_accept_new_subflow When testing valkey benchmark tool with MPTCP, the kernel panics in 'mptcp_can_accept_new_subflow' because subflow_req->msk is NUL...