Affected by GO-2024-2442
and 3 other vulnerabilities
GO-2024-2442: Withdrawn Advisory: Teleport Access List owners can escalate their privileges in github.com/gravitational/teleport
GO-2024-2445: Withdrawn Advisory: SFTP is possible on the Proxy server for any user with SFTP access in github.com/gravitational/teleport
GO-2024-2447: Withdrawn Advisory: Teleport Proxy and Teleport Agents: SSRF to arbitrary hosts is possible from low privileged users in github.com/gravitational/teleport
GO-2024-2449: Withdrawn Advisory: User-provided environment values allow execution on macOS agents in github.com/gravitational/teleport
type Conn struct {
net.Conn// contains filtered or unexported fields
}
Conn represent incoming client connection or ongoing connection to cassandra server.
Reading and Writing Frames/Packages needs to be done sequential because Conn implementation
is not thread safe. Conn package is used to intercept and preform custom Cassandra handshake
and in case of connection incoming connection to provide ability to audit incoming client packages.