- EPSS 0.19%
- Veröffentlicht 19.07.2026 15:39:19
- Zuletzt bearbeitet 30.07.2026 14:59:47
In the Linux kernel, the following vulnerability has been resolved: tracing: Avoid NULL return from hist_field_name() on truncation hist_field_name() returns "" everywhere except the fully-qualified VAR_REF/EXPR case, where snprintf() truncation re...
CVE-2026-64027
- EPSS 0.13%
- Veröffentlicht 19.07.2026 15:39:18
- Zuletzt bearbeitet 30.07.2026 14:59:47
In the Linux kernel, the following vulnerability has been resolved: net: shaper: rework the VALID marking (again) Recent commit changed the semantics from NOT_VALID to VALID. I didn't realize that the flags are not stored atomically with the entry ...
CVE-2026-64025
- EPSS 0.44%
- Veröffentlicht 19.07.2026 15:39:17
- Zuletzt bearbeitet 30.07.2026 14:59:47
In the Linux kernel, the following vulnerability has been resolved: bpf, skmsg: fix verdict sk_data_ready racing with ktls rx sk_psock_strp_data_ready() already checks tls_sw_has_ctx_rx() and defers to psock->saved_data_ready when a TLS RX context ...
CVE-2026-64026
- EPSS 0.13%
- Veröffentlicht 19.07.2026 15:39:17
- Zuletzt bearbeitet 30.07.2026 14:59:47
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix DATA decrypt vs splice() by copying data to buffer in recvmsg This improves the fix for CVE-2026-43500. Fix the pagecache corruption from in-place decryption of a DATA ...
CVE-2026-64024
- EPSS 0.39%
- Veröffentlicht 19.07.2026 15:39:16
- Zuletzt bearbeitet 30.07.2026 14:59:47
In the Linux kernel, the following vulnerability has been resolved: tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN prediction Blamed commit moved the TIME_WAIT-derived ISN from the skb control block to a per-CPU variable, assuming the value wo...
- EPSS 0.17%
- Veröffentlicht 19.07.2026 15:39:15
- Zuletzt bearbeitet 30.07.2026 14:59:47
In the Linux kernel, the following vulnerability has been resolved: gpio: aggregator: remove the software node when deactivating the aggregator The dynamic software node we create for the aggregator platform device when using configfs is leaked whe...
CVE-2026-64023
- EPSS 0.12%
- Veröffentlicht 19.07.2026 15:39:15
- Zuletzt bearbeitet 30.07.2026 14:59:47
In the Linux kernel, the following vulnerability has been resolved: gpio: aggregator: fix a potential use-after-free On error we free aggr->lookups->dev_id before removing the entry from the lookup table. If a concurrent thread calls gpiod_find() b...
CVE-2026-64020
- EPSS 0.34%
- Veröffentlicht 19.07.2026 15:39:14
- Zuletzt bearbeitet 30.07.2026 14:59:47
In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix dma_vecs leak on p2p memory We don't unmap P2P memory, so we don't need to track it. The dma_vec allocation was getting leaked on the completion.
- EPSS 0.17%
- Veröffentlicht 19.07.2026 15:39:14
- Zuletzt bearbeitet 30.07.2026 14:59:47
In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix exec_queue leak on width check in stream open In xe_oa_stream_open_ioctl(), when param.exec_q->width > 1 the function returns -EOPNOTSUPP directly, skipping the exis...
- EPSS 0.16%
- Veröffentlicht 19.07.2026 15:39:13
- Zuletzt bearbeitet 30.07.2026 14:59:47
In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix dma mapping leak on data setup error We're leaking the initial DMA mapping during iteration if we fail to allocate the tracking descriptor for both PRP and SGL. Unmap...