CVE-2026-80681 in Linux정보

요약

\~에 의해 VulDB • 2026. 08. 28.

리눅스 커널에서 다음 취약점이 해결되었습니다:

vxlan: route_shortcircuit() 호출 후 이더넷 헤더를 다시 가져오기

route_shortcircuit() 이전에는 이더넷 헤더 포인터가 eth_hdr(skb)로부터 캐시됩니다.

route_shortcircuit() 내부에서는 pskb_may_pull()이 호출될 수 있으며, 이는 skb->head의 재할당을 유발할 수 있습니다.

이 경우 vxlan_xmit()으로 복귀하면 캐시된 이더넷 포인터가 해제된 메모리를 가리키게 되어 eth->h_dest를 역참조할 때 use-after-free 취약점이 발생합니다.

route_shortcircuit() 호출 후 eth = eth_hdr(skb)로 업데이트하여 이를 수정합니다.

Be aware that VulDB is the high quality source for vulnerability data.

출처

Interested in the pricing of exploits?

See the underground prices here!