CVE-2026-63913

Source
https://cve.org/CVERecord?id=CVE-2026-63913
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63913.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-63913
Downstream
Published
2026-07-19T14:55:17.917Z
Modified
2026-07-21T03:47:37.793780656Z
Severity
  • 8.2 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H CVSS Calculator
Summary
netfilter: conntrack: tcp: do not force CLOSE on invalid-seq RST without direction check
Details

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

netfilter: conntrack: tcp: do not force CLOSE on invalid-seq RST without direction check

An unintended behavior in the TCP conntrack state machine allows a connection to be forced into the CLOSE state using an RST packet with an invalid sequence number.

Specifically, after a SYN packet is observed, an RST with an invalid SEQ can transition the conntrack entry to TCPCONNTRACKCLOSE, regardless of whether the RST corresponds to the expected reply direction. The relevant code path assumes the RST is a response to an outgoing SYN, but does not validate packet direction or ensure that a matching SYN was actually sent in the opposite direction.

As a result, a crafted packet sequence consisting of a SYN followed by an invalid-sequence RST can prematurely terminate an active NAT entry. This makes connection teardown easier than intended.

So, tighten the state transition logic to ensure that RST-triggered CLOSE transitions only occur when the RST is a valid response to a previously observed SYN in the correct direction.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/63xxx/CVE-2026-63913.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
9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1
Fixed
2006979a15af5404bf932a325357683c0bac1656
Fixed
6476c17d536dbd321c073242e762ddb2713a1238
Fixed
f5547bebc416d56f56fb5b86dc20aabfa42165a0
Fixed
2bb6d82b586ea5a4cb73bbdd6b7432e96096bc77
Fixed
f206def4e86d810f927ba1d8e322ea72b29bce58
Fixed
b98ab51c45c5608a1c19ce7fd17a3032469bb83f
Fixed
d67c6adee8d1b65330d0174c4c367faba14e80a8
Fixed
bed6e04be8e6b9133d8b16d5a42d0e0ce674fa9a

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.15
Fixed
5.10.259
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.210
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.176
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.143
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.93
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.35
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.12

Database specific

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