Highlights
Auth Bypass: 3 prior fixes. Scrutinize any change in this area.
server/server/meta/src/main/java/com/alipay/sofa/registry/server/meta/resource/StopPushDataResource.java: most-fixed (1 issue). Treat as high-risk during review.
2 high-severity fixes 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: Critical administrative operations such as halting data push operations were accessible without robust token-based authorization, posing a high risk of unauthorized service disruption.
Auth Bypass: Administrative controls such as stopping server switches lacked proper validation, allowing unauthorized clients to invoke destructive service-level actions.
Denial of Service: Unbounded buffer queues in the session push-task workflow made the system vulnerable to memory exhaustion (OOM) under heavy client loads or malicious request spikes.