- EPSS 0.18%
- Veröffentlicht 25.07.2026 08:49:46
- Zuletzt bearbeitet 17.08.2026 05:17:32
In the Linux kernel, the following vulnerability has been resolved: crypto: caam - use print_hex_dump_devel to guard key hex dumps Use print_hex_dump_devel() for dumping sensitive key material in *_setkey() and gen_split_key() to avoid leaking secr...
- EPSS 0.2%
- Veröffentlicht 25.07.2026 08:49:45
- Zuletzt bearbeitet 17.08.2026 05:17:31
In the Linux kernel, the following vulnerability has been resolved: crypto: chacha20poly1305 - validate poly1305 template argument chachapoly_create() still accepts the compatibility poly1305 parameter in the template name, but it assumes the secon...
- EPSS 0.21%
- Veröffentlicht 25.07.2026 08:49:45
- Zuletzt bearbeitet 17.08.2026 05:17:31
In the Linux kernel, the following vulnerability has been resolved: crypto: caam - use print_hex_dump_devel to guard key hex dumps Use print_hex_dump_devel() for dumping sensitive key material in *_setkey() to avoid leaking secrets at runtime when ...
CVE-2026-64313
- EPSS 0.21%
- Veröffentlicht 25.07.2026 08:49:44
- Zuletzt bearbeitet 17.08.2026 05:17:31
In the Linux kernel, the following vulnerability has been resolved: crypto: ecc - Fix carry overflow in vli multiplication The carry flag calculation fails when r01.m_high is saturated (0xFFFFFFFFFFFFFFFF) and addition of lower bits overflows. The...
CVE-2026-64311
- EPSS 0.2%
- Veröffentlicht 25.07.2026 08:49:43
- Zuletzt bearbeitet 17.08.2026 05:17:31
In the Linux kernel, the following vulnerability has been resolved: crypto: loongson - Remove broken and unused loongson-rng The loongson-rng rng_alg has several vulnerabilities, including not providing forward security, and a use-after-free bug du...
CVE-2026-64312
- EPSS 0.18%
- Veröffentlicht 25.07.2026 08:49:43
- Zuletzt bearbeitet 17.08.2026 05:17:31
In the Linux kernel, the following vulnerability has been resolved: crypto: pcrypt - restore callback for non-parallel fallback pcrypt installs pcrypt_aead_done() on the child AEAD request before trying to submit it through padata. If padata_do_pa...
- EPSS 0.22%
- Veröffentlicht 25.07.2026 08:49:42
- Zuletzt bearbeitet 17.08.2026 05:17:31
In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Do not initialize SNP for ioctl(SNP_COMMIT) Sashiko notes: > if SEV initialization fails and KVM is actively running normal VMs, could a > userspace process trigger ...
- EPSS 0.22%
- Veröffentlicht 25.07.2026 08:49:42
- Zuletzt bearbeitet 17.08.2026 05:17:31
In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Do not initialize SNP for SEV ioctls Sashiko notes: > if SEV initialization fails and KVM is actively running normal VMs, could a > userspace process trigger this co...
- EPSS 0.22%
- Veröffentlicht 25.07.2026 08:49:41
- 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_VLEK_LOAD) Sashiko notes: > if SEV initialization fails and KVM is actively running normal VMs, could a > userspace process trigg...
- EPSS 0.21%
- 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: drbg - Fix returning success on failure in CTR_DRBG drbg_ctr_generate() sometimes returns success when it fails, leaving the output buffer uninitialized. Fix it.