Home

Description

In the Linux kernel, the following vulnerability has been resolved: Revert "net/smc: Introduce TCP ULP support" This reverts commit d7cd421da9da2cc7b4d25b8537f66db5c8331c40. As reported by Al Viro, the TCP ULP support for SMC is fundamentally broken. The implementation attempts to convert an active TCP socket into an SMC socket by modifying the underlying `struct file`, dentry, and inode in-place, which violates core VFS invariants that assume these structures are immutable for an open file, creating a risk of use after free errors and general system instability. Given the severity of this design flaw and the fact that cleaner alternatives (e.g., LD_PRELOAD, BPF) exist for legacy application transparency, the correct course of action is to remove this feature entirely.

PUBLISHED Reserved 2026-05-13 | Published 2026-06-09 | Updated 2026-06-09 | Assigner Linux

Product status

Default status
unaffected

d7cd421da9da2cc7b4d25b8537f66db5c8331c40 (git) before 6c505d95c69e27dbf28fea29dc84d2498d69515c
affected

d7cd421da9da2cc7b4d25b8537f66db5c8331c40 (git) before df31a6b0a3057e66994ad6ccf5d95b9b9514f033
affected

Default status
affected

5.17
affected

Any version before 5.17
unaffected

6.19.4 (semver)
unaffected

7.0 (original_commit_for_fix)
unaffected

References

git.kernel.org/...c/6c505d95c69e27dbf28fea29dc84d2498d69515c

git.kernel.org/...c/df31a6b0a3057e66994ad6ccf5d95b9b9514f033

cve.org (CVE-2026-46330)

nvd.nist.gov (CVE-2026-46330)

Download JSON