CVE-2025-21881
- EPSS 0.02%
- Veröffentlicht 27.03.2025 14:57:10
- Zuletzt bearbeitet 03.11.2025 20:17:25
In the Linux kernel, the following vulnerability has been resolved: uprobes: Reject the shared zeropage in uprobe_write_opcode() We triggered the following crash in syzkaller tests: BUG: Bad page state in process syz.7.38 pfn:1eff3 page: refc...
CVE-2025-21878
- EPSS 0.02%
- Veröffentlicht 27.03.2025 14:57:08
- Zuletzt bearbeitet 03.11.2025 20:17:24
In the Linux kernel, the following vulnerability has been resolved: i2c: npcm: disable interrupt enable bit before devm_request_irq The customer reports that there is a soft lockup issue related to the i2c driver. After checking, the i2c module was...
CVE-2025-21877
- EPSS 0.02%
- Veröffentlicht 27.03.2025 14:57:07
- Zuletzt bearbeitet 03.11.2025 20:17:24
In the Linux kernel, the following vulnerability has been resolved: usbnet: gl620a: fix endpoint checking in genelink_bind() Syzbot reports [1] a warning in usb_submit_urb() triggered by inconsistencies between expected and actually present endpoin...
CVE-2025-21875
- EPSS 0.02%
- Veröffentlicht 27.03.2025 14:57:06
- Zuletzt bearbeitet 03.11.2025 20:17:24
In the Linux kernel, the following vulnerability has been resolved: mptcp: always handle address removal under msk socket lock Syzkaller reported a lockdep splat in the PM control path: WARNING: CPU: 0 PID: 6693 at ./include/net/sock.h:1711 sock...
CVE-2025-21872
- EPSS 0.02%
- Veröffentlicht 27.03.2025 14:57:04
- Zuletzt bearbeitet 03.11.2025 20:17:24
In the Linux kernel, the following vulnerability has been resolved: efi: Don't map the entire mokvar table to determine its size Currently, when validating the mokvar table, we (re)map the entire table on each iteration of the loop, adding space as...
CVE-2024-58090
- EPSS 0.02%
- Veröffentlicht 27.03.2025 14:57:02
- Zuletzt bearbeitet 03.11.2025 20:17:03
In the Linux kernel, the following vulnerability has been resolved: sched/core: Prevent rescheduling when interrupts are disabled David reported a warning observed while loop testing kexec jump: Interrupts enabled after irqrouter_resume+0x0/0x50...
CVE-2025-21871
- EPSS 0.02%
- Veröffentlicht 27.03.2025 13:38:23
- Zuletzt bearbeitet 03.11.2025 20:17:24
In the Linux kernel, the following vulnerability has been resolved: tee: optee: Fix supplicant wait loop OP-TEE supplicant is a user-space daemon and it's possible for it be hung or crashed or killed in the middle of processing an OP-TEE RPC call. ...
CVE-2025-21866
- EPSS 0.02%
- Veröffentlicht 12.03.2025 09:42:22
- Zuletzt bearbeitet 03.11.2025 20:17:23
In the Linux kernel, the following vulnerability has been resolved: powerpc/code-patching: Fix KASAN hit by not flagging text patching area as VM_ALLOC Erhard reported the following KASAN hit while booting his PowerMac G4 with a KASAN-enabled kerne...
CVE-2025-21865
- EPSS 0.01%
- Veröffentlicht 12.03.2025 09:42:21
- Zuletzt bearbeitet 12.05.2026 13:16:39
In the Linux kernel, the following vulnerability has been resolved: gtp: Suppress list corruption splat in gtp_net_exit_batch_rtnl(). Brad Spengler reported the list_del() corruption splat in gtp_net_exit_batch_rtnl(). [0] Commit eb28fd76c0a0 ("gt...
CVE-2025-21863
- EPSS 0.01%
- Veröffentlicht 12.03.2025 09:42:20
- Zuletzt bearbeitet 01.10.2025 20:18:30
In the Linux kernel, the following vulnerability has been resolved: io_uring: prevent opcode speculation sqe->opcode is used for different tables, make sure we santitise it against speculations.