Security Advisory

CVE-2024-47710

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-10-21 11:53:43
Last updated 2026-05-23 15:53:46
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: sock_map: Add a cond_resched() in sock_hash_free() Several syzbot soft lockup reports all have in common sock_hash_free() If a map with a large number of buckets is destroyed, we need to yield the cpu when needed.