Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

apache/incubator-dubbo
3.3 @ 5553cb7
39
Fixes
0
CVEs
CRITICAL
Peak severity
50.0%
Coverage
Highlights
Auth Bypass: 9 prior fixes. Scrutinize any change in this area.
dubbo-common/src/main/java/org/apache/dubbo/common/utils/SerializeSecurityConfigurator.java: most-fixed (3 issues). Treat as high-risk during review.
24 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.

Deserialization: Multiple fixes target the serialization allowlist logic, including generic type traversal, prefix matching with trailing dots, and trust-level defaults. Bypassing these checks can lead to RCE via unsafe class instantiation.
Deserialization of Untrusted Data: The blocklist was broadened from sun.rmi.server./transport. to sun.rmi., closing a known gadget chain. Incomplete blocklists are a direct RCE vector.
Auth Bypass: Missing return after removing TLS handler when AuthPolicy.NONE allowed plaintext connections to bypass authentication. This affects both netty4 and REST SSL handlers, indicating a shared logic flaw.