Highlights
Insecure Deserialization: 1 prior fix. Scrutinize any change in this area.
Server/DumpServer.php: 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.
Insecure Deserialization: The DumpServer processed serialized PHP variable payloads from client dumps without restricting the allowed classes. This permitted remote code execution (RCE) via PHP object injection when developers ran the dump server on exposed or shared interfaces. Developers must ensure that all deserialization entry points strictly limit class restoration using safe configuration options.