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-31512
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:50
- Zuletzt bearbeitet 28.04.2026 15:08:37
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Validate PDU length before reading SDU length in l2cap_ecred_data_rcv() l2cap_ecred_data_rcv() reads the SDU length field from skb->data using get_unaligned_le16(...
CVE-2026-31515
- EPSS 0.02%
- Veröffentlicht 22.04.2026 14:16:50
- Zuletzt bearbeitet 28.04.2026 16:20:43
In the Linux kernel, the following vulnerability has been resolved: af_key: validate families in pfkey_send_migrate() syzbot was able to trigger a crash in skb_put() [1] Issue is that pfkey_send_migrate() does not check old/new families, and that ...
CVE-2026-31504
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:49
- Zuletzt bearbeitet 28.04.2026 15:07:06
In the Linux kernel, the following vulnerability has been resolved: net: fix fanout UAF in packet_release() via NETDEV_UP race `packet_release()` has a race window where `NETDEV_UP` can re-register a socket into a fanout group's `arr[]` array. The ...
CVE-2026-31507
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:49
- Zuletzt bearbeitet 28.04.2026 15:05:10
In the Linux kernel, the following vulnerability has been resolved: net/smc: fix double-free of smc_spd_priv when tee() duplicates splice pipe buffer smc_rx_splice() allocates one smc_spd_priv per pipe_buffer and stores the pointer in pipe_buffer.p...
CVE-2026-31508
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:49
- Zuletzt bearbeitet 28.04.2026 15:04:04
In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: Avoid releasing netdev before teardown completes The patch cited in the Fixes tag below changed the teardown code for OVS ports to no longer unconditionally take ...