Live data from Hacker News

Finding the log4j RCE With Fuzzing

code-intelligence.com

1–2 of 2 posts

Re: Finding the log4j RCE With Fuzzing

#2
Hindsight is 20/20, but with a hook on javax.naming.Context#lookup and a generally useful improvement to the Map instrumentation, Jazzer reliably finds #log4j CVE-2021-44228 in ~5 min with a one-line fuzz target: log.error(data.consumeRemainingAsString());

https://github.com/CodeIntelligenceTesting/jazzer/pull/257