/java-demo

Simple Java project showcases two vulnerabilities - a SQL injection and a RCE that although simplified were inspired from two real-word CVEs

Primary LanguageJava

Simple Java Demo

This simple Java project showcases two vulnerabilities - a SQL injection and a RCE. Although these have been distilled into simple examples they were inspired by two real CVEs that were detected.

You will be able see the two vulnerabilities that CI Fuzz detected and step into the code directly to see the underlying cause. The fixed branch is re-fuzzed and the vulnerabilities are resolved.

Inspired by: