Security context

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

beetbox/audioread
main @ 9b749f0
2
Fixes
0
CVEs
MEDIUM
Peak severity
Highlights
Denial of Service: 2 prior fixes. Scrutinize any change in this area.
audioread/gstdec.py: most-fixed (2 issues). Treat as high-risk during review.
0 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: Repeated memory leaks occurred during GStreamer audio decoding when calling Gst.Buffer.extract_dup. This API allocated unfreeable native g_malloc'd memory on every single buffer read, enabling attackers to trigger application crashes via memory exhaustion through sustained audio playback.