CVE-2025-38251
- EPSS 0.07%
- Veröffentlicht 09.07.2025 10:42:30
- Zuletzt bearbeitet 18.12.2025 17:08:17
In the Linux kernel, the following vulnerability has been resolved: atm: clip: prevent NULL deref in clip_push() Blamed commit missed that vcc_destroy_socket() calls clip_push() with a NULL skb. If clip_devs is NULL, clip_push() then crashes when ...
CVE-2025-38248
- EPSS 0.03%
- Veröffentlicht 09.07.2025 10:42:29
- Zuletzt bearbeitet 17.03.2026 13:32:54
In the Linux kernel, the following vulnerability has been resolved: bridge: mcast: Fix use-after-free during router port configuration The bridge maintains a global list of ports behind which a multicast router resides. The list is consulted during...
CVE-2025-38249
- EPSS 0.07%
- Veröffentlicht 09.07.2025 10:42:29
- Zuletzt bearbeitet 18.12.2025 17:11:34
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix out-of-bounds read in snd_usb_get_audioformat_uac3() In snd_usb_get_audioformat_uac3(), the length value returned from snd_usb_ctl_msg() is used directly for m...
CVE-2025-38245
- EPSS 0.05%
- Veröffentlicht 09.07.2025 10:42:27
- Zuletzt bearbeitet 18.12.2025 17:14:38
In the Linux kernel, the following vulnerability has been resolved: atm: Release atm_dev_mutex after removing procfs in atm_dev_deregister(). syzbot reported a warning below during atm_dev_register(). [0] Before creating a new device and procfs/sy...
CVE-2025-38244
- EPSS 0.05%
- Veröffentlicht 09.07.2025 10:42:26
- Zuletzt bearbeitet 20.11.2025 20:13:41
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential deadlock when reconnecting channels Fix cifs_signal_cifsd_for_reconnect() to take the correct lock order and prevent the following deadlock from happenin...
CVE-2025-38239
- EPSS 0.07%
- Veröffentlicht 09.07.2025 10:42:24
- Zuletzt bearbeitet 18.12.2025 17:15:56
In the Linux kernel, the following vulnerability has been resolved: scsi: megaraid_sas: Fix invalid node index On a system with DRAM interleave enabled, out-of-bound access is detected: megaraid_sas 0000:3f:00.0: requested/available msix 128/128 p...
CVE-2024-36357
- EPSS 0.1%
- Veröffentlicht 08.07.2025 17:01:48
- Zuletzt bearbeitet 15.04.2026 00:35:42
A transient execution vulnerability in some AMD processors may allow an attacker to infer data in the L1D cache, potentially resulting in the leakage of sensitive information across privileged boundaries.
CVE-2024-36350
- EPSS 0.03%
- Veröffentlicht 08.07.2025 16:56:39
- Zuletzt bearbeitet 15.04.2026 00:35:42
A transient execution vulnerability in some AMD processors may allow an attacker to infer data from previous stores, potentially resulting in the leakage of privileged information.
CVE-2025-38237
- EPSS 0.07%
- Veröffentlicht 08.07.2025 07:42:57
- Zuletzt bearbeitet 18.12.2025 19:20:28
In the Linux kernel, the following vulnerability has been resolved: media: platform: exynos4-is: Add hardware sync wait to fimc_is_hw_change_mode() In fimc_is_hw_change_mode(), the function changes camera modes without waiting for hardware completi...
CVE-2025-38236
- EPSS 0.03%
- Veröffentlicht 08.07.2025 07:35:23
- Zuletzt bearbeitet 12.05.2026 13:16:45
In the Linux kernel, the following vulnerability has been resolved: af_unix: Don't leave consecutive consumed OOB skbs. Jann Horn reported a use-after-free in unix_stream_read_generic(). The following sequences reproduce the issue: $ python3 ...