The rehash bug tag on WindowsForum.com covers a specific kernel vulnerability in the Mellanox mlxsw Spectrum ACL TCAM driver, tracked as CVE-2024-35854. This bug involves a use-after-free condition triggered by a timing flaw during background rehash operations, where a region can be destroyed while still referenced by active filter entries, leading to system crashes and denial of service. The fix involved modifying the rehash teardown logic to prevent region destruction during failed migrations. Discussions focus on the technical details of the bug, its impact on network hardware, and the upstream patch. This tag is relevant for Linux kernel developers, network engineers, and IT professionals managing Mellanox hardware.
-
A small timing bug in the Mellanox (mlxsw) Spectrum ACL TCAM code can let background rehash work destroy a region still referenced by active filter entries, producing a classic kernel use‑after‑free that leads to crashes and sustained denial of service — the flaw is tracked as CVE‑2024‑35854 and...