Security context

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

apache/avro
main @ 840dc81
8
Fixes
7
CVEs
HIGH
Peak severity
33.3%
Coverage
Highlights
Denial of Service: 5 prior fixes. Scrutinize any change in this area.
lang/c/src/encoding_binary.c: most-fixed (2 issues). Treat as high-risk during review.
3 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.

Denial of Service: Negative validation bounds and malformed lengths in C binary decoding allow remote attackers to cause memory exhaustion, heap corruption, or undefined behavior during memory allocation steps.
Auth Bypass: Schema-driven class resolution bypassing ClassSecurityValidator filters allows arbitrary Java class loading if ClassLoader.loadClass is invoked directly instead of ClassUtils.forName.
Denial of Service: Improperly bounded decompression codecs and massive array or map allocations expose the JVM to OutOfMemoryError crashes from untrusted payloads.