![]() |
Home ▼ Bookkeeping
Online ▼ Security
Audits ▼
Managed
DNS ▼
About
Order
FAQ
Acceptable Use Policy
Dynamic DNS Clients
Configure Domains Dyanmic DNS Update Password Network
Monitor ▼
Enterprise Package
Advanced Package
Standard Package
Free Trial
FAQ
Price/Feature Summary
Order/Renew
Examples
Configure/Status Alert Profiles | ||
CVE ID: | CVE-2024-35900 |
Description: | 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 __nf_unregister_net_hook+0x21a/0x260
[...] [ 127.322519] Call Trace: [ 127.322521] |
Test IDs: | None available |
Cross References: |
Common Vulnerability Exposure (CVE) ID: CVE-2024-35900 https://git.kernel.org/stable/c/41bad13c0e8a5a2b47a7472cced922555372daab https://git.kernel.org/stable/c/41bad13c0e8a5a2b47a7472cced922555372daab https://git.kernel.org/stable/c/420132bee3d0136b7fba253a597b098fe15493a7 https://git.kernel.org/stable/c/420132bee3d0136b7fba253a597b098fe15493a7 https://git.kernel.org/stable/c/6d12f21f8bbe23fde25b77c2bf5973c136b8bef8 https://git.kernel.org/stable/c/6d12f21f8bbe23fde25b77c2bf5973c136b8bef8 https://git.kernel.org/stable/c/745cf6a843896cdac8766c74379300ed73c78830 https://git.kernel.org/stable/c/745cf6a843896cdac8766c74379300ed73c78830 https://git.kernel.org/stable/c/7b6fba6918714afee3e17796113ccab636255c7b https://git.kernel.org/stable/c/7b6fba6918714afee3e17796113ccab636255c7b https://git.kernel.org/stable/c/8ba81dca416adf82fc5a2a23abc1a8cc02ad32fb https://git.kernel.org/stable/c/8ba81dca416adf82fc5a2a23abc1a8cc02ad32fb https://git.kernel.org/stable/c/994209ddf4f430946f6247616b2e33d179243769 https://git.kernel.org/stable/c/994209ddf4f430946f6247616b2e33d179243769 https://git.kernel.org/stable/c/e95bb4cba94c018be24b11f017d1c55dd6cda31a https://git.kernel.org/stable/c/e95bb4cba94c018be24b11f017d1c55dd6cda31a |