CVE-2024-35900

Source
https://cve.org/CVERecord?id=CVE-2024-35900
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-35900.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-35900
Downstream
Related
Published
2024-05-19T08:34:54.016Z
Modified
2026-03-20T12:36:43.509800Z
Summary
netfilter: nf_tables: reject new basechain after table flag update
Details

In the Linux kernel, the following vulnerability has been resolved:

netfilter: nf_tables: reject new basechain after table flag update

When dormant flag is toggled, hooks are disabled in the commit phase by iterating over current chains in table (existing and new).

The following configuration allows for an inconsistent state:

add table x add chain x y { type filter hook input priority 0; } add table x { flags dormant; } add chain x w { type filter hook input priority 1; }

which triggers the following warning when trying to unregister chain w which is already unregistered.

[ 127.322252] WARNING: CPU: 7 PID: 1211 at net/netfilter/core.c:50 1 __nfunregisternet_hook+0x21a/0x260 [...] [ 127.322519] Call Trace: [ 127.322521] <TASK> [ 127.322524] ? __warn+0x9f/0x1a0 [ 127.322531] ? __nfunregisternethook+0x21a/0x260 [ 127.322537] ? reportbug+0x1b1/0x1e0 [ 127.322545] ? handlebug+0x3c/0x70 [ 127.322552] ? excinvalidop+0x17/0x40 [ 127.322556] ? asmexcinvalidop+0x1a/0x20 [ 127.322563] ? kasansavefree_info+0x3b/0x60 [ 127.322570] ? __nfunregisternet_hook+0x6a/0x260 [ 127.322577] ? __nfunregisternet_hook+0x21a/0x260 [ 127.322583] ? __nfunregisternet_hook+0x6a/0x260 [ 127.322590] ? __nftablesunregisterhook+0x8a/0xe0 [nftables] [ 127.322655] nfttabledisable+0x75/0xf0 [nftables] [ 127.322717] nftablescommit+0x2571/0x2620 [nftables]

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/35xxx/CVE-2024-35900.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
bf8083bbf8fa202e6e5316bbd99759ab82bfe7a3
Fixed
6d12f21f8bbe23fde25b77c2bf5973c136b8bef8
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
e10f661adc556c4969c70ddaddf238bffdaf1e87
Fixed
41bad13c0e8a5a2b47a7472cced922555372daab
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
d9c4da8cb74e8ee6e58a064a3573aa37acf6c935
Fixed
7b6fba6918714afee3e17796113ccab636255c7b
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
179d9ba5559a756f4322583388b3213fe4e391b0
Fixed
8ba81dca416adf82fc5a2a23abc1a8cc02ad32fb
Fixed
745cf6a843896cdac8766c74379300ed73c78830
Fixed
420132bee3d0136b7fba253a597b098fe15493a7
Fixed
e95bb4cba94c018be24b11f017d1c55dd6cda31a
Fixed
994209ddf4f430946f6247616b2e33d179243769

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-35900.json"