Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
sofa-ark-parent/core-impl/container/src/main/java/com/alipay/sofa/ark/container/session/NettyTelnetServer.java: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Auth Bypass: The Netty Telnet server previously allowed unrestricted remote access, enabling unauthorized administrative actions such as installing or uninstalling biz modules. Security controls must enforce loopback/localhost-only access constraints.
Insecure Default: The Telnet administration server was historically enabled by default, exposing the container's administrative interface to potential external exploitation without explicit user opt-in.