- EPSS -
- Veröffentlicht 07.10.2025 15:19:38
- Zuletzt bearbeitet 07.10.2025 16:15:46
In the Linux kernel, the following vulnerability has been resolved: media: i2c: ov772x: Fix memleak in ov772x_probe() A memory leak was reported when testing ov772x with bpf mock device: AssertionError: unreferenced object 0xffff888109afa7a8 (size...
- EPSS -
- Veröffentlicht 07.10.2025 15:19:38
- Zuletzt bearbeitet 07.10.2025 16:15:47
In the Linux kernel, the following vulnerability has been resolved: octeon_ep: cancel queued works in probe error path If it fails to get the devices's MAC address, octep_probe exits while leaving the delayed work intr_poll_task queued. When the wo...
- EPSS -
- Veröffentlicht 07.10.2025 15:19:37
- Zuletzt bearbeitet 07.10.2025 16:15:46
In the Linux kernel, the following vulnerability has been resolved: clk: microchip: fix potential UAF in auxdev release callback Similar to commit 1c11289b34ab ("peci: cpu: Fix use-after-free in adev_release()"), the auxiliary device is not torn do...
- EPSS -
- Veröffentlicht 07.10.2025 15:19:36
- Zuletzt bearbeitet 07.10.2025 16:15:46
In the Linux kernel, the following vulnerability has been resolved: bpf, arm64: Fixed a BTI error on returning to patched function When BPF_TRAMP_F_CALL_ORIG is set, BPF trampoline uses BLR to jump back to the instruction next to call site to call ...
- EPSS -
- Veröffentlicht 07.10.2025 15:19:36
- Zuletzt bearbeitet 07.10.2025 16:15:46
In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: fix wrong ct->timeout value (struct nf_conn)->timeout is an interval before the conntrack confirmed. After confirmed, it becomes a timestamp. It is observed...
- EPSS -
- Veröffentlicht 07.10.2025 15:19:35
- Zuletzt bearbeitet 07.10.2025 16:15:46
In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Fix a leak in map_user_pages() If get_user_pages_fast() allocates some pages but not as many as we wanted, then the current code leaks those pages. Call put_page() on ...
- EPSS -
- Veröffentlicht 07.10.2025 15:19:34
- Zuletzt bearbeitet 07.10.2025 16:15:46
In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-sysman: Fix reference leak If a duplicate attribute is found using kset_find_obj(), a reference to that attribute is returned. This means that we need to dispose...
- EPSS -
- Veröffentlicht 07.10.2025 15:19:34
- Zuletzt bearbeitet 07.10.2025 16:15:46
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Take RTNL lock when needed before calling xdp_set_features() Hold RTNL lock when calling xdp_set_features() with a registered netdev, as the call triggers the netdev not...
- EPSS -
- Veröffentlicht 07.10.2025 15:19:33
- Zuletzt bearbeitet 07.10.2025 16:15:46
In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix unpinning of pages when an access is present syzkaller found that the calculation of batch_last_index should use 'start_index' since at input to this function the batc...
- EPSS -
- Veröffentlicht 07.10.2025 15:19:32
- Zuletzt bearbeitet 07.10.2025 16:15:45
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: drop gfx_v11_0_cp_ecc_error_irq_funcs The gfx.cp_ecc_error_irq is retired in gfx11. In gfx_v11_0_hw_fini still use amdgpu_irq_put to disable this interrupt, which cause...