Live data from Hacker News

50 CVEs in 50 Days: Fuzzing Adobe Reader

research.checkpoint.com

1–10 of 173 posts

Re: 50 CVEs in 50 Days: Fuzzing Adobe Reader

#3

What about having continuous fuzzing servers for just about any software ? kinda like virustotal.

If you're talking about the developer of the software? Potentially. As to third parties, this article goes into painstaking detail on how difficult it is to set up fuzzing for closed source binaries.

You need to understand a certain amount of "rules" around each API call, and while you can duplicate their normal usage, there's a certain amount of thought that has to go into it.

Re: 50 CVEs in 50 Days: Fuzzing Adobe Reader

#6

What about having continuous fuzzing servers for just about any software ? kinda like virustotal.

Google does this with their oss-fuzz project (only for open source projects, since as Someone1234 noted it's very difficult otherwise):

https://github.com/google/oss-fuzz

Re: 50 CVEs in 50 Days: Fuzzing Adobe Reader

#8
Do people still use Adobe reader nowadays? Last time that I tried it in my school's library it took half a minute to load and render my document, and after that the whole UI was unresponsive.

I had a much better experience with Sumatra on windows and Zathura on Linux where my documents open almost instantly.

Re: 50 CVEs in 50 Days: Fuzzing Adobe Reader

#9
post #6

What about having continuous fuzzing servers for just about any software ? kinda like virustotal.

Google does this with their oss-fuzz project (only for open source projects, since as Someone1234 noted it's very difficult otherwise): https://github.com/google/oss-fuzz

Microsoft had 'project Springfield' which became 'Microsoft Security Risk Detection' (https://www.microsoft.com/en-us/security-risk-detection/). Kind of like Fuzzing as a Service.

Anyone on HN has any experience to report with this ?

Re: 50 CVEs in 50 Days: Fuzzing Adobe Reader

#10

Do people still use Adobe reader nowadays? Last time that I tried it in my school's library it took half a minute to load and render my document, and after that the whole UI was unresponsive. I had a much better experience with Sumatra on windows and Zathura on Linux where my documents open almost instantly.

.. tried Zathura on LUbuntu just now for the first time ; appears to be a VIM for documents viewing or something.. no interest in Zathura here!
Post reply on HN