CVE 7.8 HIGH

Revert “net/smc: Introduce TCP ULP support”_CVE-2026-46330

7.8 / 10
HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

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.

Basic Information

ID CVE-2026-46330
Source Linux
Published Jun 9, 2026 at 12:25
Modified Jun 14, 2026 at 04:30

Affected Product

Vendor Linux
Product Linux
Version d7cd421da9da2cc7b4d25b8537f66db5c8331c40
Affected Versions Linux Linux d7cd421da9da2cc7b4d25b8537f66db5c8331c40
Linux Linux d7cd421da9da2cc7b4d25b8537f66db5c8331c40
Linux Linux 5.17

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.