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:30
  • Zuletzt bearbeitet 01.10.2025 20:16:43

In the Linux kernel, the following vulnerability has been resolved: x86/MCE/AMD: Fix memory leak when threshold_create_bank() fails In mce_threshold_create_device(), if threshold_create_bank() fails, the previously allocated threshold banks array @...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:30
  • Zuletzt bearbeitet 01.10.2025 21:15:41

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: provide block_invalidate_folio to fix memory leak The ntfs3 filesystem lacks the 'invalidate_folio' method and it causes memory leak. If you write to the filesystem and t...

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

In the Linux kernel, the following vulnerability has been resolved: usb: isp1760: Fix out-of-bounds array access Running the driver through kasan gives an interesting splat: BUG: KASAN: global-out-of-bounds in isp1760_register+0x180/0x70c Read...

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

In the Linux kernel, the following vulnerability has been resolved: cifs: fix potential double free during failed mount RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=2088799

  • EPSS 0.02%
  • Veröffentlicht 26.02.2025 07:01:30
  • Zuletzt bearbeitet 01.10.2025 20:16:39

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Move cfg_log_verbose check before calling lpfc_dmp_dbg() In an attempt to log message 0126 with LOG_TRACE_EVENT, the following hard lockup call trace hangs the system. ...

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

In the Linux kernel, the following vulnerability has been resolved: loop: implement ->free_disk Ensure that the lo_device which is stored in the gendisk private data is valid until the gendisk is freed. Currently the loop driver uses a lot of effo...

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

In the Linux kernel, the following vulnerability has been resolved: drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modes drm_cvt_mode may return NULL and we should check it. This bug is found by syzkaller: FAULT_INJECTION stacktr...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:29
  • Zuletzt bearbeitet 21.10.2025 12:05:17

In the Linux kernel, the following vulnerability has been resolved: ath11k: Change max no of active probe SSID and BSSID to fw capability The maximum number of SSIDs in a for active probe requests is currently reported as 16 (WLAN_SCAN_PARAMS_MAX_S...

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

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJT There is a potential memory leak in lpfc_ignore_els_cmpl() and lpfc_els_rsp_reject() that was allocated from NPIV P...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:29
  • Zuletzt bearbeitet 18.11.2025 15:09:24

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix null pointer dereference after failing to issue FLOGI and PLOGI If lpfc_issue_els_flogi() fails and returns non-zero status, the node reference count is decremented...