CVE-2026-72430

Source
https://cve.org/CVERecord?id=CVE-2026-72430
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72430.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72430
Downstream
Published
2026-08-15T05:56:46.178Z
Modified
2026-08-18T03:30:58.766469559Z
Summary
net/sched: act_ct: fix nf_connlabels leak on two error paths
Details

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

net/sched: actct: fix nfconnlabels leak on two error paths

tcfctfillparams() calls nfconnlabelsget() (setting putlabels) when TCACTLABELS is present, but two later error sites use a bare return instead of "goto err", skipping the err: nfconnlabelsput() cleanup. They also precede the "p->putlabels = putlabels" assignment, so the tcfctparamsfree() fallback does not release the count either. Each failed RTMNEWACTION on these paths leaks one nfconnlabels reference: net->ct.labelsused is incremented and never released. The action is reachable with CAPNETADMIN over the netns, i.e. from an unprivileged user namespace on default-userns kernels.

Impact: an unprivileged user with CAPNETADMIN over a network namespace (e.g. via user namespaces) leaks one nfconnlabels reference per failed RTMNEWACTION on the two error paths; net->ct.labels_used is never released.

The err: label is safe to reach from both sites: p->tmpl is still NULL there (kzalloc'd, not yet assigned) and nfctput(NULL) is a no-op, so no inline release is needed.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72430.json"
}
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
70f06c115bcca26ceeebf938e48bc8143668e38b
Fixed
13b561c893c741635adce3781490a7a1099106c8
Fixed
1d51aff78f078af1a80e9496c2f4643f4c0ef0a0
Fixed
0c3d8fc87e10e38fe054ece009d6d1f66bef2cd4
Fixed
16e088016f38cf728a0de709c3335cc5a3850476

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72430.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72430.json"