CodeIntelligenceTesting / jazzer

Coverage-guided, in-process fuzzing for the JVM
https://code-intelligence.com
Other
1.03k stars 137 forks source link

sanitizers: Reenable RCE reports for `readObject` calls #684

Closed fmeum closed 1 year ago

fmeum commented 1 year ago

readObject calls can directly result in RCE, see https://github.com/frohoff/ysoserial for examples. Since deserialization doesn't call constructors (see https://docs.oracle.com/javase/7/docs/platform/serialization/spec/input.html#2971), we emit a finding right in the readObject method.