- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:40
- Zuletzt bearbeitet 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: fs/binfmt_elf: Fix memory leak in load_elf_binary() There is a memory leak reported by kmemleak: unreferenced object 0xffff88817104ef80 (size 224): comm "xfs_admin", pid 471...
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:40
- Zuletzt bearbeitet 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFT_ID An error case exit from lpfc_cmpl_ct_cmd_gft_id() results in a call to lpfc_nlp_put() with a null pointer...
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:40
- Zuletzt bearbeitet 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: platform/chrome: cros_usbpd_notify: Fix error handling in cros_usbpd_notify_init() The following WARNING message was given when rmmod cros_usbpd_notify: Unexpected driver unregis...
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:40
- Zuletzt bearbeitet 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix potential memory leak in rtw_init_drv_sw() In rtw_init_drv_sw(), there are various init functions are called to populate the padapter structure and some che...
- EPSS 0.04%
- Veröffentlicht 01.10.2025 12:15:39
- Zuletzt bearbeitet 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: clk: tegra: Fix refcount leak in tegra210_clock_init of_find_matching_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymo...
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:39
- Zuletzt bearbeitet 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: scsi: iscsi: iscsi_tcp: Fix null-ptr-deref while calling getpeername() Fix a NULL pointer crash that occurs when we are freeing the socket at the same time we access it via sysfs. ...
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:39
- Zuletzt bearbeitet 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix xid leak in cifs_flock() If not flock, before return -ENOLCK, should free the xid, otherwise, the xid will be leaked.
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:39
- Zuletzt bearbeitet 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw: Fix PM runtime leakage in am65_cpsw_nuss_ndo_slave_open() Ensure pm_runtime_put() is issued in error path.
- EPSS 0.04%
- Veröffentlicht 01.10.2025 12:15:39
- Zuletzt bearbeitet 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: MIPS: vpe-mt: fix possible memory leak while module exiting Afer commit 1fa5ae857bb1 ("driver core: get rid of struct device's bus_id string array"), the name of device is allocate...
- EPSS 0.04%
- Veröffentlicht 01.10.2025 12:15:39
- Zuletzt bearbeitet 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: powerpc/52xx: Fix a resource leak in an error handling path The error handling path of mpc52xx_lpbfifo_probe() has a request_irq() that is not balanced by a corresponding free_irq(...