Answer in brief
CVE-2026-53000 records a High severity (CVSS 7.8) vulnerability in netfilter: nat: use kfree_rcu to release ops. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.8. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=e2cf17d3774c323ef6dab6e9f7c0cfc5e742afd9 <32fdd2e38e7435a368d88f5977a7d6585ebc8b0e || >=e2cf17d3774c323ef6dab6e9f7c0cfc5e742afd9 <3c7511f38ab511b791196b13ae48bf4973bf7dfd || >=e2cf17d3774c323ef6dab6e9f7c0cfc5e742afd9 <6eda0d771f94267f73f57c94630aa47e90957915 | 32fdd2e38e7435a368d88f5977a7d6585ebc8b0e, 3c7511f38ab511b791196b13ae48bf4973bf7dfd, 6eda0d771f94267f73f57c94630aa47e90957915 |
| Linux/Linuxgeneric | 5.14 | Not reported |
Published upstream
Jun 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jun 24, 2026
In the Linux kernel, the following vulnerability has been resolved: netfilter: nat: use kfree_rcu to release ops Florian Westphal says: "Historically this is not an issue, even for normal base hooks: the data path doesn't use the original nf_hook_ops that are used to register the callbacks. However, in v5.14 I added the ability to dump the active netfilter hooks from userspace. This code will peek back into the nf_hook_ops that are available at the tail of the pointer-array blob used by the datapath. The nat hooks are special, because they are called indirectly from the central nat dispatcher hook. They are currently invisible to the nfnl hook dump subsystem though. But once that changes the nat ops structures have to be deferred too." Update nf_nat_register_fn() to deal with partial exposition of the hooks from error path which can be also an issue for nfnetlink_hook.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2026-53000 records a High severity (CVSS 7.8) vulnerability in netfilter: nat: use kfree_rcu to release ops. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.8. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=e2cf17d3774c323ef6dab6e9f7c0cfc5e742afd9 <32fdd2e38e7435a368d88f5977a7d6585ebc8b0e || >=e2cf17d3774c323ef6dab6e9f7c0cfc5e742afd9 <3c7511f38ab511b791196b13ae48bf4973bf7dfd || >=e2cf17d3774c323ef6dab6e9f7c0cfc5e742afd9 <6eda0d771f94267f73f57c94630aa47e90957915 | 32fdd2e38e7435a368d88f5977a7d6585ebc8b0e, 3c7511f38ab511b791196b13ae48bf4973bf7dfd, 6eda0d771f94267f73f57c94630aa47e90957915 |
| Linux/Linuxgeneric | 5.14 | Not reported |
Published upstream
Jun 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jun 24, 2026
In the Linux kernel, the following vulnerability has been resolved: netfilter: nat: use kfree_rcu to release ops Florian Westphal says: "Historically this is not an issue, even for normal base hooks: the data path doesn't use the original nf_hook_ops that are used to register the callbacks. However, in v5.14 I added the ability to dump the active netfilter hooks from userspace. This code will peek back into the nf_hook_ops that are available at the tail of the pointer-array blob used by the datapath. The nat hooks are special, because they are called indirectly from the central nat dispatcher hook. They are currently invisible to the nfnl hook dump subsystem though. But once that changes the nat ops structures have to be deferred too." Update nf_nat_register_fn() to deal with partial exposition of the hooks from error path which can be also an issue for nfnetlink_hook.
Quoted source text, attributed separately from HOL analysis.