CVE-2025-38094
- EPSS 0.08%
- Veröffentlicht 03.07.2025 07:44:17
- Zuletzt bearbeitet 16.12.2025 17:19:48
In the Linux kernel, the following vulnerability has been resolved: net: cadence: macb: Fix a possible deadlock in macb_halt_tx. There is a situation where after THALT is set high, TGO stays high as well. Because jiffies are never updated, as we ar...
CVE-2025-38091
- EPSS 0.05%
- Veröffentlicht 02.07.2025 14:43:30
- Zuletzt bearbeitet 20.11.2025 22:07:13
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: check stream id dml21 wrapper to get plane_id [Why & How] Fix a false positive warning which occurs due to lack of correct checks when querying plane_id in DML21. ...
CVE-2025-38092
- EPSS 0.07%
- Veröffentlicht 02.07.2025 14:43:30
- Zuletzt bearbeitet 20.11.2025 21:58:27
In the Linux kernel, the following vulnerability has been resolved: ksmbd: use list_first_entry_or_null for opinfo_get_list() The list_first_entry() macro never returns NULL. If the list is empty then it returns an invalid pointer. Use list_first...
CVE-2025-38090
- EPSS 0.12%
- Veröffentlicht 30.06.2025 07:29:45
- Zuletzt bearbeitet 17.12.2025 18:13:28
In the Linux kernel, the following vulnerability has been resolved: drivers/rapidio/rio_cm.c: prevent possible heap overwrite In riocm_cdev_ioctl(RIO_CM_CHAN_SEND) -> cm_chan_msg_send() -> riocm_ch_send() cm_chan_msg_send() checks that u...
CVE-2025-38086
- EPSS 0.11%
- Veröffentlicht 28.06.2025 07:52:58
- Zuletzt bearbeitet 17.12.2025 16:36:11
In the Linux kernel, the following vulnerability has been resolved: net: ch9200: fix uninitialised access during mii_nway_restart In mii_nway_restart() the code attempts to call mii->mdio_read which is ch9200_mdio_read(). ch9200_mdio_read() utilise...
CVE-2025-38085
- EPSS 0.09%
- Veröffentlicht 28.06.2025 07:44:26
- Zuletzt bearbeitet 18.12.2025 21:21:33
In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race huge_pmd_unshare() drops a reference on a page table that may have previously been shared across processes, potentially turning ...
CVE-2025-38084
- EPSS 0.09%
- Veröffentlicht 28.06.2025 07:44:25
- Zuletzt bearbeitet 18.12.2025 21:20:39
In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: unshare page tables during VMA split, not before Currently, __split_vma() triggers hugetlb page table unsharing through vm_ops->may_split(). This happens before the VM...
CVE-2024-36347
- EPSS 0.02%
- Veröffentlicht 27.06.2025 22:14:01
- Zuletzt bearbeitet 15.04.2026 00:35:42
Improper signature verification in AMD CPU ROM microcode patch loader may allow an attacker with local administrator privilege to load malicious microcode, potentially resulting in loss of integrity of x86 instruction execution, loss of confidentiali...
CVE-2025-34034
- EPSS 0.37%
- Veröffentlicht 24.06.2025 01:15:24
- Zuletzt bearbeitet 20.11.2025 22:15:56
A hardcoded credential vulnerability exists in the Blue Angel Software Suite deployed on embedded Linux systems. The application contains multiple known default and hardcoded user accounts that are not disclosed in public documentation. These account...
CVE-2022-50229
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:04:06
- Zuletzt bearbeitet 19.11.2025 12:57:41
In the Linux kernel, the following vulnerability has been resolved: ALSA: bcd2000: Fix a UAF bug on the error path of probing When the driver fails in snd_card_register() at probe time, it will free the 'bcd2k->midi_out_urb' before killing it, whic...