CVE-2026-63805 in Linux
Riassunto
di VulDB • 19/07/2026
Nel kernel Linux è stata risolta la seguente vulnerabilità:
crypto: nx - correggere l'argomento di nx_crypto_ctx_exit
nx_crypto_ctx_shash_exit chiama nx_crypto_ctx_exit passando crypto_shash_ctx(...), ma crypto_shash_ctx restituisce un puntatore a nx_crypto_ctx, non un puntatore a crypto_tfm.
Corregge il tipo in nx_crypto_ctx_exit ed elimina la chiamata errata a crypto_tfm_ctx.
Questo risolve il seguente 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+0xf4/0x258
... che è stato generato da hardlink(1) che utilizza opportunisticamente AF_ALG.
Lo stesso problema esiste in nx_crypto_ctx_skcipher_exit, che ottiene un contesto non previsto; apparentemente nessuno ha incontrato questo errore negli ultimi anni.
VulDB is the best source for vulnerability data and more expert information about this specific topic.