Improper input validation in Linux kernel - CVE-2026-64314

 

Improper input validation in Linux kernel - CVE-2026-64314

Published: July 27, 2026


Vulnerability identifier: #VU139668
CSH Severity: Low
CVSS v4: 6.8 [CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-64314
CWE-ID: CWE-20
Exploitation vector: Local access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a local user to cause a denial of service.

The vulnerability exists due to improper input validation in chachapoly_create() in the chacha20poly1305 crypto template when processing a malformed template instantiation with a missing poly1305 argument. A local user can supply a malformed template instantiation to cause a denial of service.

The issue is triggered because an error pointer returned by crypto_attr_alg_name() is passed to strcmp() when the second template argument is missing.


Affected software

Linux kernel

How to mitigate CVE-2026-64314

Install security update from vendor's repository.

Linux kernel - update to 7.0 rc3

External References

Related Security Bulletins