- EPSS -
- Published 07.10.2025 15:21:04
- Last modified 07.10.2025 16:15:38
In the Linux kernel, the following vulnerability has been resolved: vme: Fix error not catched in fake_init() In fake_init(), __root_device_register() is possible to fail but it's ignored, which can cause unregistering vme_root fail when exit. ge...
- EPSS -
- Published 07.10.2025 15:21:03
- Last modified 07.10.2025 16:15:37
In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix repeated calls to sock_put() when msg has more_data In tcp_bpf_send_verdict() redirection, the eval variable is assigned to __SK_REDIRECT after the apply_bytes da...
- EPSS -
- Published 07.10.2025 15:21:03
- Last modified 07.10.2025 16:15:37
In the Linux kernel, the following vulnerability has been resolved: firmware: raspberrypi: fix possible memory leak in rpi_firmware_probe() In rpi_firmware_probe(), if mbox_request_channel() fails, the 'fw' will not be freed through rpi_firmware_de...
- EPSS -
- Published 07.10.2025 15:21:02
- Last modified 07.10.2025 16:15:37
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential null-deref in dm_resume [Why] Fixing smatch error: dm_resume() error: we previously assumed 'aconnector->dc_link' could be null [How] Check if dc_li...
- EPSS -
- Published 07.10.2025 15:19:49
- Last modified 07.10.2025 16:15:48
In the Linux kernel, the following vulnerability has been resolved: media: amphion: fix REVERSE_INULL issues reported by coverity null-checking of a pointor is suggested before dereferencing it
- EPSS -
- Published 07.10.2025 15:19:49
- Last modified 07.10.2025 16:15:48
In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Add validation before accessing cgx and lmac with the addition of new MAC blocks like CN10K RPM and CN10KB RPM_USX, LMACs are noncontiguous and CGX blocks are also no...
- EPSS -
- Published 07.10.2025 15:19:48
- Last modified 07.10.2025 16:15:48
In the Linux kernel, the following vulnerability has been resolved: vdpa: Add features attr to vdpa_nl_policy for nlattr length check The vdpa_nl_policy structure is used to validate the nlattr when parsing the incoming nlmsg. It will ensure the at...
- EPSS -
- Published 07.10.2025 15:19:47
- Last modified 07.10.2025 16:15:48
In the Linux kernel, the following vulnerability has been resolved: fbdev: omapfb: lcd_mipid: Fix an error handling path in mipid_spi_probe() If 'mipid_detect()' fails, we must free 'md' to avoid a memory leak.
- EPSS -
- Published 07.10.2025 15:19:47
- Last modified 07.10.2025 16:15:48
In the Linux kernel, the following vulnerability has been resolved: Input: exc3000 - properly stop timer on shutdown We need to stop the timer on driver unbind or probe failures, otherwise we get UAF/Oops.
- EPSS -
- Published 07.10.2025 15:19:46
- Last modified 07.10.2025 16:15:48
In the Linux kernel, the following vulnerability has been resolved: perf trace: Really free the evsel->priv area In 3cb4d5e00e037c70 ("perf trace: Free syscall tp fields in evsel->priv") it only was freeing if strcmp(evsel->tp_format->system, "sysc...