CVE-2025-38282
- EPSS 0.07%
- Veröffentlicht 10.07.2025 07:42:00
- Zuletzt bearbeitet 18.12.2025 16:50:33
In the Linux kernel, the following vulnerability has been resolved: kernfs: Relax constraint in draining guard The active reference lifecycle provides the break/unbreak mechanism but the active reference is not truly active after unbreak -- callers...
CVE-2025-38280
- EPSS 0.07%
- Veröffentlicht 10.07.2025 07:41:58
- Zuletzt bearbeitet 12.05.2026 13:16:45
In the Linux kernel, the following vulnerability has been resolved: bpf: Avoid __bpf_prog_ret0_warn when jit fails syzkaller reported an issue: WARNING: CPU: 3 PID: 217 at kernel/bpf/core.c:2357 __bpf_prog_ret0_warn+0xa/0x20 kernel/bpf/core.c:2357...
CVE-2025-38277
- EPSS 0.07%
- Veröffentlicht 10.07.2025 07:41:56
- Zuletzt bearbeitet 18.12.2025 16:51:56
In the Linux kernel, the following vulnerability has been resolved: mtd: nand: ecc-mxic: Fix use of uninitialized variable ret If ctx->steps is zero, the loop processing ECC steps is skipped, and the variable ret remains uninitialized. It is later ...
CVE-2025-38275
- EPSS 0.07%
- Veröffentlicht 10.07.2025 07:41:55
- Zuletzt bearbeitet 18.12.2025 16:52:27
In the Linux kernel, the following vulnerability has been resolved: phy: qcom-qmp-usb: Fix an NULL vs IS_ERR() bug The qmp_usb_iomap() helper function currently returns the raw result of devm_ioremap() for non-exclusive mappings. Since devm_ioremap...
CVE-2025-38273
- EPSS 0.11%
- Veröffentlicht 10.07.2025 07:41:54
- Zuletzt bearbeitet 18.12.2025 16:58:02
In the Linux kernel, the following vulnerability has been resolved: net: tipc: fix refcount warning in tipc_aead_encrypt syzbot reported a refcount warning [1] caused by calling get_net() on a network namespace that is being destroyed (refcount=0)....
CVE-2025-38262
- EPSS 0.05%
- Veröffentlicht 09.07.2025 10:42:37
- Zuletzt bearbeitet 18.12.2025 16:59:35
In the Linux kernel, the following vulnerability has been resolved: tty: serial: uartlite: register uart driver in init When two instances of uart devices are probing, a concurrency race can occur. If one thread calls uart_register_driver function,...
CVE-2025-38263
- EPSS 0.07%
- Veröffentlicht 09.07.2025 10:42:37
- Zuletzt bearbeitet 18.12.2025 16:58:38
In the Linux kernel, the following vulnerability has been resolved: bcache: fix NULL pointer in cache_set_flush() 1. LINE#1794 - LINE#1887 is some codes about function of bch_cache_set_alloc(). 2. LINE#2078 - LINE#2142 is some codes about functi...
CVE-2025-38260
- EPSS 0.08%
- Veröffentlicht 09.07.2025 10:42:36
- Zuletzt bearbeitet 18.12.2025 17:02:44
In the Linux kernel, the following vulnerability has been resolved: btrfs: handle csum tree error with rescue=ibadroots correctly [BUG] There is syzbot based reproducer that can crash the kernel, with the following call trace: (With some debug outp...
CVE-2025-38259
- EPSS 0.07%
- Veröffentlicht 09.07.2025 10:42:35
- Zuletzt bearbeitet 18.12.2025 17:03:11
In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd9335: Fix missing free of regulator supplies Driver gets and enables all regulator supplies in probe path (wcd9335_parse_dt() and wcd9335_power_on_reset()), but do...
CVE-2025-38257
- EPSS 0.07%
- Veröffentlicht 09.07.2025 10:42:34
- Zuletzt bearbeitet 18.12.2025 17:07:52
In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Prevent overflow in size calculation for memdup_user() Number of apqn target list entries contained in 'nr_apqns' variable is determined by userspace via an ioctl call s...