oss-sec mailing list archives

Re: Thousands of vulnerabilities, almost no CVEs: OSS-Fuzz


From: Bob Friesenhahn <bfriesen () simple dallas tx us>
Date: Mon, 24 Jun 2019 11:42:17 -0500 (CDT)

On Mon, 24 Jun 2019, Stuart D. Gathman wrote:

Question: is fuzzing useful for languages like Java/python?  Obviously,
you eventually reach a native code module in both cases, but fuzzing the entire virtual machine is cumbersome. Maybe native code libraries
for "safe" languages should include fuzzing as part of testing.

There is nothing about languages like Java and Python which necessarily makes them safe. Access outside of memory bounds is just one issue which often afflicts C/C++. Java and Python can easily do something wrong such as use all available resources or never finish. In the case of Python, Python can easily make arbitrary calls into C code under control of the script.

Bob
--
Bob Friesenhahn
bfriesen () simple dallas tx us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/
Public Key,     http://www.simplesystems.org/users/bfriesen/public-key.txt


Current thread: