|
|
|
|
|
by seanmcdirmid
2853 days ago
|
|
When I was an undergrad in 1997, I created a fuzzer (well, we didn't know to call it that back then) to insert one byte changes into Java classfiles, and then used that to test our bytecode verifier along with Sun and Microsoft's. Suffice it to say, we found lots of bugs, the most famous one being what my grad advisor called the vacuum bug that could read a web client's environment variables (among other things): https://archive.nytimes.com/www.nytimes.com/library/cyber/un... |
|
1: https://lcamtuf.blogspot.com/2014/11/pulling-jpegs-out-of-th...