CVE-2026-74347

Source
https://cve.org/CVERecord?id=CVE-2026-74347
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74347.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74347
Downstream
Published
2026-08-15T05:58:35.287Z
Modified
2026-08-16T03:48:49.559248823Z
Summary
netfilter: cttimeout: detach dataplane timeout policy and repurpose refcount
Details

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

netfilter: cttimeout: detach dataplane timeout policy and repurpose refcount

Add a refcount for struct nfcttimeout which is used by ct extension to set the custom ct timeout policy, this tells us that the ct timeout is being used by a conntrack entry. When the last conntrack entry drops the refcount on the ct timeout, the ct timeout is released.

Remove the refcount for control plane which controls if the ruleset refers to the timeout policy. After this update, it is possible to remove the ct timeout policy from nfnetlink_cttimeout immediately. This is for simplicity not to handle two refcounts on a single object.

Remove nfqueuenfhookdrop(): a packet sitting in nfqueue will just hold a reference to the nfcttimeout object until packet is reinjected, since this is part of the ct extension, this will be released by the time the conntrack is freed.

nfctuntimeout() is still called to clean up in a best effort basis: the ct timeout on existing entries gets removed when the ct timeout goes away, but as long as the iptables ruleset still refers to the ct timeout through a template, new conntracks may keep attaching it and extend its lifetime until the rule is removed.

nfctuntimeout() is not called anymore from module removal path, this is unlikely to find timeouts give module refcount is bumped, and the new refcount already tracks the ct timeout policy use so it is released when unused.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74347.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
50978462300f74dc48aea4a38471cb69bdf741a5
Fixed
9aeb0dcfeb460d33d61d434148b51103ab1d2013
Fixed
7d6a9cdb8d3a51d9cfe546a09a518ab3d2671549

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.4.0
Fixed
7.1.5

Database specific

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