Linux · Linux Kernel · CVE-2021-46912
**Name of the Vulnerable Software and Affected Versions**
Linux kernel (affected versions not specified)
**Description**
The issue is related to the Linux kernel, where `tcp allowed congestion control` is global and writable, allowing writes to it in any net namespace to leak into all other net namespaces. This is because `tcp available congestion control` and `tcp allowed congestion control` are the only sysctls in `ipv4 net table` with a NULL data pointer, and their handlers have no other way of referencing a `struct net`, thus operating globally. The intent of the commit was only to know which congestion algorithms are available or allowed, and making these entries read-only should be sufficient.
**Recommendations**
At the moment, there is no information about a newer version that contains a fix for this vulnerability.