From this webpage screenshot, the following key information about the vulnerability can be obtained: Submission Details: - Author: Xin Long () - Submitter: Paolo Abeni () - Submission Time: 2025-03-08 13:05:43 -0500 - Commit ID: 1063ae07383c0ddc5bcce170266c143825846b03 Vulnerability Description: - Issue: The function is called only on confirmed connection tracking entries. If a connection tracking entry lacks the extension, attempting to allocate it in triggers a warning. - Cause: When connection tracking entries are created externally before OVS incremental networking, is incremented. Since commit , the issue has become more apparent, as this commit changed how per-operation label counting and incrementing of are handled. Fix: - Approach: Temporarily revert commit to avoid breaking existing use cases. - Related Files: - - Additional Information: - Reporter: Jianbo Liu () - Signed-off-by: Xin Long () - Acked-by: Aaron Conole ()