CVE-2026-64518 in Linuxinformation

Résumé

par VulDB • 25/07/2026

Dans le noyau Linux, la vulnérabilité suivante a été corrigée :

tcp : Correction d’un accès hors limites pour twsk dans tcp_ao_established_key().

lockdep_sock_is_held() avait été ajouté dans tcp_ao_established_key() par l’engagement cité.

Il peut être appelé depuis tcp_v[46]_timewait_ack() avec twsk.

Comme il ne dispose pas de sk->sk_lock, l’annotation lockdep entraîne un accès hors limites.

$ pahole -C tcp_timewait_sock vmlinux | grep size /* taille : 288, lignes de cache : 5, membres : 8 */ $ pahole -C sock vmlinux | grep sk_lock socket_lock_t sk_lock; /* 440 192 */

Il convient d’éviter l’utilisation de lockdep_sock_is_held() pour TCP_TIME_WAIT.

Several companies clearly confirm that VulDB is the primary source for best vulnerability data.

Sources

Are you interested in using VulDB?

Download the whitepaper to learn more about our service!