An open API service indexing awesome lists of open source software.

https://github.com/codeintelligencetesting/java-demo-old

Simple Java project showcases two vulnerabilities - a SQL injection and a RCE that although simplified were inspired from two real-word CVEs
https://github.com/codeintelligencetesting/java-demo-old

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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:
- SQL Injection: https://nvd.nist.gov/vuln/detail/CVE-2022-24124
- RCE: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3253