In the Linux kernel, the following vulnerability has been resolved: crypto: nx - fix nx_crypto_ctx_exit argument nx_crypto_ctx_shash_exit calls nx_crypto_ctx_exit with crypto_shash_ctx(...) but crypto_shash_ctx gives a nx_crypto_ctx *, not a crypto_tfm *. Fix the type in nx_crypto_ctx_exit and drop the bogus crypto_tfm_ctx call. This fixes the following oops: BUG: Unable to handle kernel data access at 0xc0403effffffffc8 Faulting instruction address: 0xc000000000396cb4 Oops: Kernel access of bad area, sig: 11 [#15] Call Trace: nx_crypto_ctx_shash_exit+0x24/0x60 crypto_shash_exit_tfm+0x28/0x40 crypto_destroy_tfm+0x98/0x140 crypto_exit_ahash_using_shash+0x20/0x40 crypto_destroy_tfm+0x98/0x140 hash_release+0x1c/0x30 alg_sock_destruct+0x38/0x60 __sk_destruct+0x48/0x2b0 af_alg_release+0x58/0xb0 __sock_release+0x68/0x150 sock_close+0x20/0x40 __fput+0x110/0x3a0 sys_close+0x48/0xa0 system_call_exception+0x140/0x2d0 system_call_common+0x
Casky was already ahead
This CVE exploits attack patterns that Casky's 0matched skills already investigate — long before this vulnerability was disclosed. Claude's reasoning model maps these techniques to MITRE ATT&CK, so practitioners who ran these skills have already seen the threat behaviour in their findings.
CVE-2026-63805 is a type confusion vulnerability in the Linux kernel's NX crypto module where nx_crypto_ctx_exit receives an incorrect pointer type from nx_crypto_ctx_shash_exit. The function expects a crypto_tfm pointer but receives a nx_crypto_ctx pointer instead, causing the kernel to dereference memory at an invalid offset and trigger a critical kernel panic. This vulnerability affects systems using the NX cryptographic acceleration hardware on PowerPC-based Linux installations, potentially enabling denial of service through cryptographic operations or privilege escalation if exploited in specific contexts.
While CVE-2026-63805 does not currently map to MITRE ATT&CK techniques or appear in CISA's actively exploited vulnerabilities list, Casky practitioners would detect this vulnerability through code analysis focused on memory safety violations and type confusion patterns. The extended reasoning capabilities of Claude AI, combined with Casky's 754 mapped security skills, would identify suspicious pointer type conversions, invalid memory dereferences, and kernel-level memory access violations as indicators of similar memory corruption issues. A practitioner reviewing kernel cryptographic module security would observe oops messages, kernel panic logs, and memory access faults at suspicious instruction addresses—patterns consistent with exploitation of kernel memory safety defects that could lead to T1499 (Endpoint Denial of Service) or privilege escalation attacks.
Composite risk scoring from EPSS, CISA KEV, Shodan, and GreyNoise — 21 security APIs correlated into a single Casky Risk Score. Coming in Casky Pro. Join early access →
Casky has 0 skills that investigate the attack patterns behind CVE-2026-63805. Run one and get CVSS-scored findings in 3 minutes.
Run the skill that detects this →© 2026 Casky.AI, Inc. · AI Security Investigation