Bug 2300412 (CVE-2024-41042) - CVE-2024-41042 kernel: netfilter: nf_tables: prefer nft_chain_validate
Summary: CVE-2024-41042 kernel: netfilter: nf_tables: prefer nft_chain_validate
Keywords:
Status: NEW
Alias: CVE-2024-41042
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2301570
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-07-29 15:33 UTC by OSIDB Bzimport
Modified: 2024-11-05 01:10 UTC (History)
4 users (show)

Fixed In Version: kernel 6.9.10, kernel 6.10
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2024:8856 0 None None None 2024-11-05 01:10:13 UTC
Red Hat Product Errata RHSA-2024:8870 0 None None None 2024-11-05 00:50:00 UTC

Description OSIDB Bzimport 2024-07-29 15:33:53 UTC
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).

Comment 1 Mauro Matteo Cascella 2024-07-30 09:49:56 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2024072924-CVE-2024-41042-c338@gregkh/T

Comment 2 Mauro Matteo Cascella 2024-07-30 09:50:16 UTC
Created kernel tracking bugs for this issue:

Affects: fedora-all [bug 2301570]

Comment 10 errata-xmlrpc 2024-11-05 00:49:59 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2024:8870 https://access.redhat.com/errata/RHSA-2024:8870

Comment 11 errata-xmlrpc 2024-11-05 01:10:12 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2024:8856 https://access.redhat.com/errata/RHSA-2024:8856


Note You need to log in before you can comment on or make changes to this bug.