Junglewise Threat Intelligence

CVE-2026-64529: Linux Kernel QAT driver attack surface reduction in qat_adf_ctl

CVE-2026-64529 · Severity: info · CVSS 0 · Published 2026-07-25

Executive brief

A vulnerability was identified in the Linux kernel's Intel QuickAssist Technology (QAT) driver, which provides hardware acceleration for cryptography and compression. The driver contained an unnecessary control interface that increased the system's attack surface and was the subject of multiple bug reports. To resolve this, developers have removed the unused interface to prevent potential exploitation and improve system stability.

Technical details

The Intel QAT driver (crypto: qat) exposed a character device (qat_adf_ctl) with IOCTLs for device configuration and lifecycle management (start, stop, status). These IOCTLs were not part of any public uAPI header and had no known users, as device lifecycle is managed via sysfs. The interface was identified as a source of multiple vulnerabilities and an unnecessary increase in the kernel's attack surface. The fix involves the complete removal of the character device, IOCTL definitions, and related data structures (adf_dev_status_info, adf_user_cfg_ctl_data, etc.) to eliminate the vulnerable code paths.

Affected products

  • Linux Linux Kernel d8cba25d2c68

Timeline

  • 2026-07-25: disclosed: CVE published
  • 2026-07-04: patched: Patch committed to stable tree

References

Related threats