CVE-2026-46330
Severity CVSS v4.0:
Pending analysis
Type:
CWE-416
Use After Free
Publication date:
09/06/2026
Last modified:
23/07/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
Revert "net/smc: Introduce TCP ULP support"<br />
<br />
This reverts commit d7cd421da9da2cc7b4d25b8537f66db5c8331c40.<br />
<br />
As reported by Al Viro, the TCP ULP support for SMC is fundamentally<br />
broken. The implementation attempts to convert an active TCP socket<br />
into an SMC socket by modifying the underlying `struct file`, dentry,<br />
and inode in-place, which violates core VFS invariants that assume<br />
these structures are immutable for an open file, creating a risk of<br />
use after free errors and general system instability.<br />
<br />
Given the severity of this design flaw and the fact that cleaner<br />
alternatives (e.g., LD_PRELOAD, BPF) exist for legacy application<br />
transparency, the correct course of action is to remove this feature<br />
entirely.
Impact
Base Score 3.x
7.80
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.17 (including) | 6.19.4 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



