- EPSS -
- Veröffentlicht 04.02.2026 16:07:50
- Zuletzt bearbeitet 04.02.2026 17:16:17
In the Linux kernel, the following vulnerability has been resolved: Octeontx2-af: Add proper checks for fwdata firmware populates MAC address, link modes (supported, advertised) and EEPROM data in shared firmware structure which kernel access via M...
- EPSS -
- Veröffentlicht 04.02.2026 16:07:49
- Zuletzt bearbeitet 04.02.2026 17:16:17
In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: fix potential underflow in virtio_transport_get_credit() The credit calculation in virtio_transport_get_credit() uses unsigned arithmetic: ret = vvs->peer_buf_allo...
- EPSS -
- Veröffentlicht 04.02.2026 16:07:49
- Zuletzt bearbeitet 04.02.2026 17:16:17
In the Linux kernel, the following vulnerability has been resolved: spi: spi-sprd-adi: Fix double free in probe error path The driver currently uses spi_alloc_host() to allocate the controller but registers it using devm_spi_register_controller(). ...
- EPSS -
- Veröffentlicht 04.02.2026 16:07:48
- Zuletzt bearbeitet 04.02.2026 17:16:17
In the Linux kernel, the following vulnerability has been resolved: iommu/io-pgtable-arm: fix size_t signedness bug in unmap path __arm_lpae_unmap() returns size_t but was returning -ENOENT (negative error code) when encountering an unmapped PTE. S...
- EPSS -
- Veröffentlicht 04.02.2026 16:07:47
- Zuletzt bearbeitet 04.02.2026 17:16:17
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix recvmsg() unconditional requeue If rxrpc_recvmsg() fails because MSG_DONTWAIT was specified but the call at the front of the recvmsg queue already has its mutex locked, ...
- EPSS -
- Veröffentlicht 04.02.2026 16:07:47
- Zuletzt bearbeitet 04.02.2026 17:16:17
In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd: Fix memory leak in wbrf_record() The tmp buffer is allocated using kcalloc() but is not freed if acpi_evaluate_dsm() fails. This causes a memory leak in the error...
- EPSS -
- Veröffentlicht 04.02.2026 16:07:46
- Zuletzt bearbeitet 04.02.2026 17:16:17
In the Linux kernel, the following vulnerability has been resolved: net/sched: act_ife: avoid possible NULL deref tcf_ife_encode() must make sure ife_encode() does not return NULL. syzbot reported: Oops: general protection fault, probably for non...
- EPSS -
- Veröffentlicht 04.02.2026 16:07:45
- Zuletzt bearbeitet 04.02.2026 17:16:16
In the Linux kernel, the following vulnerability has been resolved: uacce: ensure safe queue release with state management Directly calling `put_queue` carries risks since it cannot guarantee that resources of `uacce_queue` have been fully released...
- EPSS -
- Veröffentlicht 04.02.2026 16:07:44
- Zuletzt bearbeitet 04.02.2026 17:16:16
In the Linux kernel, the following vulnerability has been resolved: platform/x86: hp-bioscfg: Fix kernel panic in GET_INSTANCE_ID macro The GET_INSTANCE_ID macro that caused a kernel panic when accessing sysfs attributes: 1. Off-by-one error: The ...
- EPSS -
- Veröffentlicht 04.02.2026 16:07:43
- Zuletzt bearbeitet 04.02.2026 17:16:16
In the Linux kernel, the following vulnerability has been resolved: can: kvaser_usb: kvaser_usb_read_bulk_callback(): fix URB memory leak Fix similar memory leak as in commit 7352e1d5932a ("can: gs_usb: gs_usb_receive_bulk_callback(): fix URB memor...