Key Information Vulnerability Description: - In the function, the skbuff destructor is removed before segmentation, but the socket reference remains unchanged. If the original skbuff later becomes orphaned, the following error may be triggered: Problem Scenario: - When using OpenVSwitch, this issue may occur if the action is executed before the action. Fix: - The issue is resolved by also removing the socket reference in . Related Commit: - Fixes: ad4f05857b174 ("udp: better wmem accounting on gso") Author and Committer: - Author: Antoine Tenart - Committer: Greg Kroah-Hartman Links: - Patch Link