CVE-2025-38253
- EPSS 0.01%
- Veröffentlicht 09.07.2025 10:42:32
- Zuletzt bearbeitet 19.11.2025 21:00:39
In the Linux kernel, the following vulnerability has been resolved: HID: wacom: fix crash in wacom_aes_battery_handler() Commit fd2a9b29dc9c ("HID: wacom: Remove AES power_supply after extended inactivity") introduced wacom_aes_battery_handler() wh...
CVE-2025-38254
- EPSS 0.02%
- Veröffentlicht 09.07.2025 10:42:32
- Zuletzt bearbeitet 19.11.2025 21:00:22
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add sanity checks for drm_edid_raw() When EDID is retrieved via drm_edid_raw(), it doesn't guarantee to return proper EDID bytes the caller wants: it may be either...
CVE-2025-38252
- EPSS 0.02%
- Veröffentlicht 09.07.2025 10:42:31
- Zuletzt bearbeitet 19.11.2025 21:01:04
In the Linux kernel, the following vulnerability has been resolved: cxl/ras: Fix CPER handler device confusion By inspection, cxl_cper_handle_prot_err() is making a series of fragile assumptions that can lead to crashes: 1/ It assumes that endpoin...
CVE-2025-38250
- EPSS 0.02%
- Veröffentlicht 09.07.2025 10:42:30
- Zuletzt bearbeitet 19.11.2025 21:01:21
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_core: Fix use-after-free in vhci_flush() syzbot reported use-after-free in vhci_flush() without repro. [0] From the splat, a thread close()d a vhci file descriptor ...
CVE-2025-38251
- EPSS 0.02%
- 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.02%
- Veröffentlicht 09.07.2025 10:42:29
- Zuletzt bearbeitet 19.11.2025 21:01:34
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.02%
- 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-38247
- EPSS 0.02%
- Veröffentlicht 09.07.2025 10:42:28
- Zuletzt bearbeitet 19.11.2025 21:01:49
In the Linux kernel, the following vulnerability has been resolved: userns and mnt_idmap leak in open_tree_attr(2) Once want_mount_setattr() has returned a positive, it does require finish_mount_kattr() to release ->mnt_userns. Failing do_mount_se...
CVE-2025-38245
- EPSS 0.02%
- 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-38246
- EPSS 0.02%
- Veröffentlicht 09.07.2025 10:42:27
- Zuletzt bearbeitet 20.11.2025 20:14:15
In the Linux kernel, the following vulnerability has been resolved: bnxt: properly flush XDP redirect lists We encountered following crash when testing a XDP_REDIRECT feature in production: [56251.579676] list_add corruption. next->prev should be ...