CVE-2025-38010
- EPSS 0.02%
- Veröffentlicht 18.06.2025 09:28:20
- Zuletzt bearbeitet 17.11.2025 12:56:38
In the Linux kernel, the following vulnerability has been resolved: phy: tegra: xusb: Use a bitmask for UTMI pad power state tracking The current implementation uses bias_pad_enable as a reference count to manage the shared bias pad for all UTMI PH...
CVE-2025-38008
- EPSS 0.01%
- Veröffentlicht 18.06.2025 09:28:19
- Zuletzt bearbeitet 17.11.2025 12:56:52
In the Linux kernel, the following vulnerability has been resolved: mm/page_alloc: fix race condition in unaccepted memory handling The page allocator tracks the number of zones that have unaccepted memory using static_branch_enc/dec() and uses tha...
CVE-2025-38007
- EPSS 0.04%
- Veröffentlicht 18.06.2025 09:28:18
- Zuletzt bearbeitet 17.12.2025 19:55:30
In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: Add NULL check in uclogic_input_configured() devm_kasprintf() returns NULL when memory allocation fails. Currently, uclogic_input_configured() does not check for this...
CVE-2025-38005
- EPSS 0.03%
- Veröffentlicht 18.06.2025 09:28:17
- Zuletzt bearbeitet 17.12.2025 20:03:23
In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma: Add missing locking Recent kernels complain about a missing lock in k3-udma.c when the lock validator is enabled: [ 4.128073] WARNING: CPU: 0 PID: 746 a...
CVE-2025-38006
- EPSS 0.02%
- Veröffentlicht 18.06.2025 09:28:17
- Zuletzt bearbeitet 14.11.2025 16:42:01
In the Linux kernel, the following vulnerability has been resolved: net: mctp: Don't access ifa_index when missing In mctp_dump_addrinfo, ifa_index can be used to filter interfaces, but only when the struct ifaddrmsg is provided. Otherwise it will ...
CVE-2025-38004
- EPSS 0.02%
- Veröffentlicht 08.06.2025 10:34:56
- Zuletzt bearbeitet 17.12.2025 20:03:40
In the Linux kernel, the following vulnerability has been resolved: can: bcm: add locking for bcm_op runtime updates The CAN broadcast manager (CAN BCM) can send a sequence of CAN frames via hrtimer. The content and also the length of the sequence ...
CVE-2025-38003
- EPSS 0.03%
- Veröffentlicht 08.06.2025 10:34:55
- Zuletzt bearbeitet 17.12.2025 20:04:26
In the Linux kernel, the following vulnerability has been resolved: can: bcm: add missing rcu read protection for procfs content When the procfs content is generated for a bcm_op which is in the process to be removed the procfs output might show un...
CVE-2025-38002
- EPSS 0.02%
- Veröffentlicht 06.06.2025 13:43:41
- Zuletzt bearbeitet 14.11.2025 16:47:47
In the Linux kernel, the following vulnerability has been resolved: io_uring/fdinfo: grab ctx->uring_lock around io_uring_show_fdinfo() Not everything requires locking in there, which is why the 'has_lock' variable exists. But enough does that it's...
CVE-2025-38001
- EPSS 0.01%
- Veröffentlicht 06.06.2025 13:41:45
- Zuletzt bearbeitet 17.12.2025 19:17:20
In the Linux kernel, the following vulnerability has been resolved: net_sched: hfsc: Address reentrant enqueue adding class to eltree twice Savino says: "We are writing to report that this recent patch (141d34391abbb315d68556b7c67ad97885407...
CVE-2025-38000
- EPSS 0.02%
- Veröffentlicht 06.06.2025 13:15:39
- Zuletzt bearbeitet 16.12.2025 20:21:40
In the Linux kernel, the following vulnerability has been resolved: sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue() When enqueuing the first packet to an HFSC class, hfsc_enqueue() calls the child qdisc's peek() operation before...