- EPSS 0.22%
- Veröffentlicht 25.07.2026 08:49:40
- Zuletzt bearbeitet 17.08.2026 05:17:30
In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Do not initialize SNP for ioctl(SNP_CONFIG) Sashiko notes: > if SEV initialization fails and KVM is actively running normal VMs, could a > userspace process trigger ...
- EPSS 0.17%
- Veröffentlicht 25.07.2026 08:49:39
- Zuletzt bearbeitet 17.08.2026 05:17:30
In the Linux kernel, the following vulnerability has been resolved: crypto: qat - protect service table iterations with service_lock The service_table list is protected by service_lock when entries are added or removed (in adf_service_add() and adf...
CVE-2026-64303
- EPSS 0.21%
- Veröffentlicht 25.07.2026 08:49:38
- Zuletzt bearbeitet 17.08.2026 05:17:30
In the Linux kernel, the following vulnerability has been resolved: spi: fsl-lpspi: terminate the RX channel on TX prepare failure path When dmaengine_prep_slave_sg() fails for the TX channel, the error path terminates the TX DMA channel but leaves...
CVE-2026-64304
- EPSS 0.21%
- Veröffentlicht 25.07.2026 08:49:38
- Zuletzt bearbeitet 17.08.2026 05:17:30
In the Linux kernel, the following vulnerability has been resolved: crypto: qat - validate RSA CRT component lengths The generic RSA key parser (rsa_helper.c) bounds each CRT component (p, q, dp, dq, qinv) by the modulus size n_sz, but qat_rsa_setk...
- EPSS 0.2%
- Veröffentlicht 25.07.2026 08:49:37
- Zuletzt bearbeitet 17.08.2026 05:17:30
In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix freeing of PMD-sized vmemmap pages Commit bf9e4e30f353 ("x86/mm: use pagetable_free()"), switched from freeing non-boot page tables through __free_pages() to pagetable_...
CVE-2026-64300
- EPSS 0.2%
- Veröffentlicht 25.07.2026 08:49:36
- Zuletzt bearbeitet 17.08.2026 05:17:29
In the Linux kernel, the following vulnerability has been resolved: perf/aux: Fix page UAF in map_range() map_range() reads rb->aux_pages[], rb->aux_nr_pages and rb->aux_pgoff via perf_mmap_to_page() while holding only event->mmap_mutex. Those fiel...
- EPSS 0.21%
- Veröffentlicht 25.07.2026 08:49:36
- Zuletzt bearbeitet 17.08.2026 05:17:29
In the Linux kernel, the following vulnerability has been resolved: regulator: scmi: fix of_node refcount leak in scmi_regulator_probe() scmi_regulator_probe() calls of_find_node_by_name() which takes a reference on the returned device node. On the...
CVE-2026-64298
- EPSS 0.21%
- Veröffentlicht 25.07.2026 08:49:35
- Zuletzt bearbeitet 17.08.2026 05:17:29
In the Linux kernel, the following vulnerability has been resolved: NFSv4: include MAY_WRITE in open permission mask for O_TRUNC POSIX requires write permission to truncate a file, so an open() that specifies O_TRUNC must be authorized for write ac...
CVE-2026-64299
- EPSS 0.21%
- Veröffentlicht 25.07.2026 08:49:35
- Zuletzt bearbeitet 17.08.2026 05:17:29
In the Linux kernel, the following vulnerability has been resolved: tracing: Prevent out-of-bounds read in glob matching String event fields are not necessarily NUL-terminated, so the filter predicate functions (filter_pred_string(), filter_pred_st...
CVE-2026-64297
- EPSS 0.16%
- Veröffentlicht 25.07.2026 08:49:34
- Zuletzt bearbeitet 17.08.2026 05:17:29
In the Linux kernel, the following vulnerability has been resolved: module: decompress: check return value of module_extend_max_pages() module_extend_max_pages() calls kvrealloc() internally and returns -ENOMEM on allocation failure. The return val...