CVE-2026-64304

Source
https://cve.org/CVERecord?id=CVE-2026-64304
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64304.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64304
Downstream
Published
2026-07-25T08:49:38.873Z
Modified
2026-07-28T04:03:04.361745854Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
crypto: qat - validate RSA CRT component lengths
Details

In the Linux kernel, the following vulnerability has been resolved:

crypto: qat - validate RSA CRT component lengths

The generic RSA key parser (rsahelper.c) bounds each CRT component (p, q, dp, dq, qinv) by the modulus size nsz, but qatrsasetkeycrt() allocates half-size DMA buffers (keysz / 2) and right-aligns each component with:

memcpy(dst + half_key_sz - len, src, len)

When a CRT component is larger than halfkeysz the subtraction underflows and memcpy writes past the DMA buffer, causing memory corruption.

Add a len > halfkeysz check next to the existing !len check for each of the five CRT components so the driver falls back to the non-CRT path instead of writing out of bounds.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64304.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
879f77e9071f029e1c9bd5a75814ecf51370f846
Fixed
6d99c5fadd2df488103f64d6475b63ba6852202b
Fixed
c34369473bfe92a0b46ec78d6358e30341c7f481
Fixed
1002719d13072a5e4be1e993aa61dffb4a604e82
Fixed
500319830d76911c120dc0b9605f8c16d7702844
Fixed
3d61a214fdcda41f1ebfabbb483404032a7b4d91
Fixed
6fb62b767f3e27661e8f8d2f7b85f4e098fcdb1a
Fixed
ce42224487c504aee4b7ff3a7342e7b4d7e28cc9
Fixed
b3ac78756588059729b9195fcc9f4b37d54057a5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64304.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.8.0
Fixed
5.10.261
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.212
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.178
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.96
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.39
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64304.json"