CVE-2026-31526
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:52
- Zuletzt bearbeitet 28.04.2026 18:04:24
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix exception exit lock checking for subprogs process_bpf_exit_full() passes check_lock = !curframe to check_resource_leak(), which is false in cases when bpf_throw() is calle...
CVE-2026-31527
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:52
- Zuletzt bearbeitet 28.04.2026 18:02:17
In the Linux kernel, the following vulnerability has been resolved: driver core: platform: use generic driver_override infrastructure When a driver is probed through __driver_attach(), the bus' match() callback is called without the device lock hel...
CVE-2026-31516
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:51
- Zuletzt bearbeitet 28.04.2026 16:30:40
In the Linux kernel, the following vulnerability has been resolved: xfrm: prevent policy_hthresh.work from racing with netns teardown A XFRM_MSG_NEWSPDINFO request can queue the per-net work item policy_hthresh.work onto the system workqueue. The ...
CVE-2026-31517
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:51
- Zuletzt bearbeitet 28.04.2026 16:35:29
In the Linux kernel, the following vulnerability has been resolved: xfrm: iptfs: fix skb_put() panic on non-linear skb during reassembly In iptfs_reassem_cont(), IP-TFS attempts to append data to the new inner packet 'newskb' that is being reassemb...
CVE-2026-31518
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:51
- Zuletzt bearbeitet 28.04.2026 17:25:54
In the Linux kernel, the following vulnerability has been resolved: esp: fix skb leak with espintcp and async crypto When the TX queue for espintcp is full, esp_output_tail_tcp will return an error and not free the skb, because with synchronous cry...
CVE-2026-31519
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:51
- Zuletzt bearbeitet 28.04.2026 18:54:10
In the Linux kernel, the following vulnerability has been resolved: btrfs: set BTRFS_ROOT_ORPHAN_CLEANUP during subvol create We have recently observed a number of subvolumes with broken dentries. ls-ing the parent dir looks like: drwxrwxrwt 1 roo...
CVE-2026-31520
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:51
- Zuletzt bearbeitet 28.04.2026 18:27:38
In the Linux kernel, the following vulnerability has been resolved: HID: apple: avoid memory leak in apple_report_fixup() The apple_report_fixup() function was returning a newly kmemdup()-allocated buffer, but never freeing it. The caller of repor...
CVE-2026-31521
- EPSS 0.02%
- Veröffentlicht 22.04.2026 14:16:51
- Zuletzt bearbeitet 28.04.2026 18:26:58
In the Linux kernel, the following vulnerability has been resolved: module: Fix kernel panic when a symbol st_shndx is out of bounds The module loader doesn't check for bounds of the ELF section index in simplify_symbols(): for (i = 1; i < ...
CVE-2026-31510
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:50
- Zuletzt bearbeitet 28.04.2026 15:01:35
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix null-ptr-deref on l2cap_sock_ready_cb Before using sk pointer, check if it is null. Fix the following: KASAN: null-ptr-deref in range [0x0000000000000260-0...
CVE-2026-31511
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:50
- Zuletzt bearbeitet 17.05.2026 16:16:15
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix dangling pointer on mgmt_add_adv_patterns_monitor_complete This fixes the condition checking so mgmt_pending_valid is executed whenever status != -ECANCELED ot...