Find the latest Webinar content from the Sprocket Testing Team.
Resources Blog

Ron Edgerson

Blogs by Ron Edgerson
A Day in the Life of a Vulnerability Researcher — LADSPA
Oct 07, 2025

A Day in the Life of a Vulnerability Researcher — LADSPA

Follow a vulnerability researcher’s deep dive into FFmpeg’s LADSPA plugin loader and the discovery of CVE-2025-60616 — a logic flaw in how environment variables are trusted. Learn how this vulnerability enables code execution, why fuzzing missed it, and how proper validation and process isolation can prevent similar exploits.
A Primer on Insecure Reflection Practices in Java and C# Applications
Jul 23, 2025

A Primer on Insecure Reflection Practices in Java and C# Applications

Explore common pitfalls in Java and C# reflection practices—understand how insecure use of reflection can expose applications to vulnerabilities like code injection, unauthorized access, and bypassed security controls, and learn key strategies to harden your code.