PatchSiren cyber security CVE debrief
CVE-2026-23247 Linux CVE debrief
CVE-2026-23247 is a Linux kernel TCP hardening issue where a SYN cookie side-channel could leak TCP source-port information. The upstream fix restores port influence in timestamp offset randomization, reversing an earlier change that reduced timestamp offsets to per-host values. NVD rates the issue Medium (CVSS 5.5) and has linked stable kernel patches for remediation.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- MEDIUM 5.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-03-18
- Original CVE updated
- 2026-06-19
- Advisory published
- 2026-03-18
- Advisory updated
- 2026-06-19
Who should care
Linux kernel maintainers, distribution security teams, and operators running affected kernel builds should pay attention, especially where TCP source-port secrecy or traffic-analysis resistance matters.
Technical summary
The issue centers on tcp secure_seq behavior used to generate TCP sequence-related randomness. According to the kernel fix description, removing TCP ports from timestamp offset randomization created a side channel that could expose source-port information through SYN cookie behavior. The upstream remedy adds ports back into TS offset generation and also reuses a single siphash() computation to derive both the Initial Sequence Number and the timestamp offset. NVD currently marks the CVE as analyzed and lists Linux kernel CPEs including versions before 6.18.17 and 6.19.x before 6.19.7, along with specific release entries in the affected set.
Defensive priority
Medium. Patch promptly on exposed or high-value Linux systems, but the issue is primarily a confidentiality/privacy hardening problem rather than an outright service-breaker.
Recommended defensive actions
- Check whether your deployed Linux kernel falls within the NVD-listed vulnerable ranges or vendor backports derived from them.
- Apply the relevant kernel updates or distro backports referenced by the linked stable patch commits.
- Reboot into the updated kernel where required by your patching process.
- Verify that your vendor kernel includes the timestamp-offset hardening fix and related TCP randomization changes.
- Prioritize systems where TCP source-port privacy or anti-fingerprinting is operationally important.
Evidence notes
Source corpus indicates CVE publication on 2026-03-18 and a later NVD update on 2026-05-21 with vulnStatus analyzed. The kernel description says: 'tcp: secure_seq: add back ports to TS offset' and states this reverts 'secure_seq: downgrade to per-host timestamp offsets.' It also notes an off-path TCP source-port leakage via SYN cookie side-channel, and that one fix is to bring back TCP ports in TS offset randomization. NVD records CVSS 3.1 vector CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H and does not list a KEV entry.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-23247 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-23247
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-23247 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-23247
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/165573e41f2f66ef98940cf65f838b2cb575d9d1
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/46e5b0d7cf55821527adea471ffe52a5afbd9caf
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/eae2f14ab2efccdb7480fae7d42c4b0116ef8805
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.