Google Says Its AI Found SQLite Vulnerability That Fuzzing Missed

November 4, 2024 at 08:16AM Google revealed that its Big Sleep LLM agent discovered a previously unknown memory safety vulnerability in SQLite, which traditional fuzzing methods failed to identify. This highlights the advanced capabilities of AI in enhancing security measures. ### Meeting Takeaways: 1. **Big Sleep LLM Agent**: Google has demonstrated its Big Sleep large … Read more

Google Open Sources AI-Aided Fuzzing Framework

February 5, 2024 at 06:06PM Google has released an AI-aided fuzzing framework in open source to help find vulnerabilities faster. The tool leverages large language models to generate fuzz targets and has resulted in a 30% increase in code coverage for over 300 projects. The framework allows experimentation and testing of fuzz targets and also … Read more

Hot fuzz: Cascade finds dozens of RISC-V chip bugs using random data storm

October 24, 2023 at 05:48PM Researchers from ETH Zurich have developed Cascade, a novel fuzzer designed to find bugs in RISC-V chips. Unlike other fuzzers, Cascade constructs long random programs that manage the control flow during execution, allowing for more thorough testing of the silicon. It was able to find 37 new bugs in six … Read more