CVE-2025-39934
- EPSS 0.14%
- Veröffentlicht 04.10.2025 07:30:58
- Zuletzt bearbeitet 23.01.2026 20:33:55
In the Linux kernel, the following vulnerability has been resolved: drm: bridge: anx7625: Fix NULL pointer dereference with early IRQ If the interrupt occurs before resource initialization is complete, the interrupt handler/worker may access uninit...
CVE-2025-39933
- EPSS 0.12%
- Veröffentlicht 04.10.2025 07:30:57
- Zuletzt bearbeitet 25.03.2026 00:51:25
In the Linux kernel, the following vulnerability has been resolved: smb: client: let recv_done verify data_offset, data_length and remaining_data_length This is inspired by the related server fixes.
CVE-2025-39932
- EPSS 0.14%
- Veröffentlicht 04.10.2025 07:30:56
- Zuletzt bearbeitet 25.03.2026 00:49:03
In the Linux kernel, the following vulnerability has been resolved: smb: client: let smbd_destroy() call disable_work_sync(&info->post_send_credits_work) In smbd_destroy() we may destroy the memory so we better wait until post_send_credits_work is ...
CVE-2025-39929
- EPSS 0.14%
- Veröffentlicht 04.10.2025 07:30:55
- Zuletzt bearbeitet 12.05.2026 13:17:17
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error path During tests of another unrelated patch I was able to trigger this error: Objects remaining on __kmem_cache_s...
CVE-2025-39931
- EPSS 0.14%
- Veröffentlicht 04.10.2025 07:30:55
- Zuletzt bearbeitet 14.07.2026 13:17:51
In the Linux kernel, the following vulnerability has been resolved: crypto: af_alg - Set merge to zero early in af_alg_sendmsg If an error causes af_alg_sendmsg to abort, ctx->merge may contain a garbage value from the previous loop. This may then...
CVE-2023-53525
- EPSS 0.14%
- Veröffentlicht 01.10.2025 12:15:57
- Zuletzt bearbeitet 06.04.2026 13:23:37
In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Allow UD qp_type to join multicast only As for multicast: - The SIDR is the only mode that makes sense; - Besides PS_UDP, other port spaces like PS_IB is also allowed, as...
CVE-2023-53526
- EPSS 0.14%
- Veröffentlicht 01.10.2025 12:15:57
- Zuletzt bearbeitet 06.04.2026 13:27:15
In the Linux kernel, the following vulnerability has been resolved: jbd2: check 'jh->b_transaction' before removing it from checkpoint Following process will corrupt ext4 image: Step 1: jbd2_journal_commit_transaction __jbd2_journal_insert_checkpo...
CVE-2023-53529
- EPSS 0.12%
- Veröffentlicht 01.10.2025 12:15:57
- Zuletzt bearbeitet 23.01.2026 20:06:45
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: Fix memory leak in rtw88_usb Kmemleak shows the following leak arising from routine in the usb probe routine: unreferenced object 0xffff895cb29bba00 (size 512): com...
CVE-2023-53530
- EPSS 0.14%
- Veröffentlicht 01.10.2025 12:15:57
- Zuletzt bearbeitet 25.03.2026 00:50:16
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Use raw_smp_processor_id() instead of smp_processor_id() The following call trace was observed: localhost kernel: nvme nvme0: NVME-FC{0}: controller connect complet...
CVE-2023-53518
- EPSS 0.14%
- Veröffentlicht 01.10.2025 12:15:56
- Zuletzt bearbeitet 23.01.2026 20:07:59
In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: Fix leak in devfreq_dev_release() srcu_init_notifier_head() allocates resources that need to be released with a srcu_cleanup_notifier_head() call. Reported by kmemle...