Why do traditional scanning tools detect less than 3% of memory safety vulnerabilities in C and C++, and how can we improve software security?

In this week’s RunSafe Security Minute, we explore why scanning tools detect less than 3% of memory safety vulnerabilities in C/C++ and what you can do to address this gap. Salim breaks down the challenges of detecting subtle bugs in C/C++ code and shares practical solutions like using SBOMs and hardening techniques to protect your software from both known and unknown threats.

Memory Safety in C/C++

Why Memory Safety Vulnerabilities in C/C++ Are Hard to Detect with Scanning Tools

Scanning tools fail to detect over 97% of memory safety vulnerabilities in C/C++—but why? The challenge lies in the complexity of analyzing C/C++ code and the subtlety of memory vulnerabilities, which traditional tools aren’t designed to catch. Instead, they focus on matching known vulnerabilities rather than deeply analyzing the code itself for potential exploits.

In this RunSafe Security Minute, Salim explains why memory safety in C/C++ is such a persistent issue and how organizations can take proactive steps to close this security gap. From using SBOMs to stay informed about new vulnerabilities to hardening your software against unknown threats, this video provides actionable insights to enhance your software’s security posture.

If you’re developing or securing software in C/C++, understanding these risks and solutions is critical. Watch now to learn how to protect your systems from vulnerabilities hiding in plain sight.

How have SBOM regulations driven adoption globally?

How have SBOM regulations driven adoption globally?

How SBOM Regulations Are Shaping Global Software Security In this RunSafe Security Minute, Jeff takes us through the journey of how SBOM regulations have driven global adoption.  Starting with high-profile attacks like SolarWinds and Log4Shell, he explains how these...

read more
How SBOMs Strengthen Software Supply Chain Security

How SBOMs Strengthen Software Supply Chain Security

Why SBOMs Are Essential for Software Supply Chain Security In this RunSafe Security Minute, Kelli explores the pivotal role SBOMs (Software Bills of Materials) play in software supply chain security. She highlights the critical importance of understanding your...

read more