CVE-2024-41042

Updated: 2026-02-27 01:55:32.877544

Description:

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: prefer nft_chain_validate nft_chain_validate already performs loop detection because a cycle will result in a call stack overflow (ctx->level >= NFT_JUMP_STACK_SIZE). It also follows maps via ->validate callback in nft_lookup, so there appears no reason to iterate the maps again. nf_tables_check_loops() and all its helper functions can be removed. This improves ruleset load time significantly, from 23s down to 12s. This also fixes a crash bug. Old loop detection code can result in unbounded recursion: BUG: TASK stack guard page was hit at .... Oops: stack guard page: 0000 [#1] PREEMPT SMP KASAN CPU: 4 PID: 1539 Comm: nft Not tainted 6.10.0-rc5+ #1 [..] with a suitable ruleset during validation of register stores. I can't see any actual reason to attempt to check for this from nft_validate_register_store(), at this point the transaction is still in progress, so we don't have a full picture of the rule graph. For nf-next it might make sense to either remove it or make this depend on table->validate_state in case we could catch an error earlier (for improved error reporting to userspace).


Links NIST CIRCL RHEL Ubuntu

Severity

Severity Score
CVSS Version 2.x 0.0
CVSS Version 3.x HIGH 7.8

Status

OS name Project name Version Score Severity Status Errata Last updated

Statement

AlmaLinux 9.2 ESU kernel 5.14.0 7.8 HIGH Released CLSA-2025:1760546935 2025-10-15 22:27:14 Ignored due to low severity
CentOS 8.4 ELS kernel 4.18.0 7.8 HIGH Released CLSA-2026:1771078945 2026-02-14 21:34:43 Ignored due to low severity
CentOS 8.5 ELS kernel 4.18.0 7.8 HIGH In Testing 2026-02-21 14:15:41 Ignored due to low severity
CentOS Stream 8 ELS kernel 4.18.0 7.8 HIGH Released CLSA-2026:1770032032 2026-02-02 16:27:46 Ignored due to low severity
Oracle Linux 7 ELS kernel-uek 5.4.17 7.8 HIGH Already Fixed 2025-10-14 17:15:23
Ubuntu 16.04 ELS linux-hwe 4.15.0 7.8 HIGH Released CLSA-2024:1731603700 2024-11-14 16:34:44
Ubuntu 16.04 ELS linux 4.4.0 7.8 HIGH Released CLSA-2025:1763991095 2025-11-24 17:16:10
Ubuntu 18.04 ELS linux 4.15.0 7.8 HIGH Released CLSA-2024:1731602566 2024-11-14 12:08:33