PatchSiren cyber security CVE debrief
CVE-2026-64222 Linux CVE debrief
A HIGH severity vulnerability, CVE-2026-64222, was found in the Linux kernel. The vulnerability is caused by a double free of pool->stack on AQ init failure. This could potentially lead to a denial of service or code execution. The bug was first flagged by an experimental analysis tool and manual inspection confirms that the bug is still present in v7.1-rc3.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-24
- Original CVE updated
- 2026-08-11
- Advisory published
- 2026-07-24
- Advisory updated
- 2026-08-11
Who should care
Users of the Linux kernel, especially those using OcteonTX2/CN20K hardware, should be aware of this vulnerability and take steps to mitigate it. This includes operators managing Linux kernel deployments, platform administrators responsible for system updates, vulnerability management teams assessing exposure, and security teams tracking potential impacts. They should assess their exposure, plan for vendor-supported updates or mitigations, review compensating controls, and monitor for potential attacks.
Technical summary
The vulnerability is caused by a double free of pool->stack on AQ init failure in the Linux kernel. The bug is in the otx2_pool_aq_init() function, which frees pool->stack when mailbox sync or retry allocation fails, but leaves the pointer unchanged. Later, otx2_sq_aura_pool_init() unwinds the partial setup through otx2_aura_pool_free(), which frees pool->stack again. The CN20K-specific cn20k_pool_aq_init() implementation has the same bug in its corresponding error path. To fix this bug, set pool->stack to NULL immediately after the local free so the shared cleanup path does not free the same stack again while cleaning up partially initialized pool state.
Defensive priority
High
Recommended defensive actions
- Inventory and assess Linux kernel usage, especially on OcteonTX2/CN20K hardware
- Apply vendor patches or updates when available
- Monitor for potential denial of service or code execution attacks
- Implement compensating controls, such as memory protection and access controls
- Perform regular vulnerability scans and penetration testing
Evidence notes
The bug was first flagged by an experimental analysis tool we are developing for kernel memory-management bugs while analyzing v6.13-rc1. Manual inspection confirms that the bug is still present in v7.1-rc3. Runtime validation was not performed because reproducing this path requires OcteonTX2/CN20K hardware.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-64222 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-64222
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-64222 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-64222
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/0488a0bb344fb1992853b60082acff6be8164d74
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/0d9b9d7dbef976ae7f855b6358f1d703014e96ea
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/4c29603498b05c049dbbbc47e882f2fbf0193cd7
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/94192b0579333c3deee2441379aab8ca98fc2e6b
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/9b244c242bec48b37e82b89787afd6a4c43457e1
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/b92e7ea408b6f1144648909c9c49a55d245d7300
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/c4b8c5d51632538b19ee01cf6d70cbceeefbd3ec
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.