Google launches open source fuzzing tool to tackle SolarWinds-style attacks

Glasses in front of computer screen
(Image credit: Kevin Ku / Pexels)

Google has announced a new open source project designed to assist software developers find vulnerabilities in their code, without much effort, in order to help enhance the security of the software supply chain.

The company says that with just a few lines of code, GitHub users will now be able to integrate the tool, named ClusterFuzzLite, into their workflow to fuzz pull requests and catch bugs before they are committed.

Continuous fuzzing has become an essential part of the software development lifecycle of late, and as Google explains, helps catch bugs that would otherwise slip through the most thorough manual checks.

In fact, the recent US National Institute of Standards and Technology (NIST) guidelines for software verification, released in response to the White House Executive Order on cybersecurity, lists fuzzing as the minimum standard requirement for code verification.

Improving software quality

Google says ClusterFuzzLite will be offered as part of Google’s OSS-Fuzz program, which since its announcement in 2016 has helped over 500 critical open source projects catch over 6,500 vulnerabilities and fix over 21,000 functional bugs.

Popular open source projects such as systemd and curl have already inculcated ClusterFuzzLite into their code review process.

“When the human reviewers nod and have approved the code and your static code analyzers and linters can't detect any more issues, fuzzing is what takes you to the next level of code maturity and robustness. OSS-Fuzz and ClusterFuzzLite help us maintain curl as a quality project, around the clock, every day and every commit,” notes Daniel Stenberg, author of curl.

ClusterFuzzLite currently supports GitHub Actions and Google Cloud Build, though Google adds that it has written the tool to be extensible, and it can be used with other Continuous integration (CI) systems without much effort.

Want to code? Check out our roundup of the best laptops for programming

Mayank Sharma

With almost two decades of writing and reporting on Linux, Mayank Sharma would like everyone to think he’s TechRadar Pro’s expert on the topic. Of course, he’s just as interested in other computing topics, particularly cybersecurity, cloud, containers, and coding.