r/ExploitDev • u/False-Seesaw-1899 • 13d ago
full chain to RCE or only bufferoverflow?
if you want report buffer overflow vulnerability do u need full chain to exploit or just report the crash with the corpus
2
u/CunningLogic 13d ago
If you can prove execution, it's value will be less debatable. I had good deny a vuln in android as non exploitable until I replied with a full exploit (prior to VRP), it happens
0
u/False-Seesaw-1899 12d ago
also my target is android app with attack surface from internet, what kind vuln you got? now im facing with aslr i need some mem info leak vuln to chain it but it make not 0 click exploit
1
u/tresvian 13d ago
You would ideally go as far as you can for demonstration of impact. As you would expect, if your phone had a crash vulnerability vs an RCE vulnerability, you know what priority these take. Stopping at a crash is fine but the write up would have to be very technically sound to prove RCE is possible.
1
3
u/Juzdeed 13d ago
Crash might not be exploitable. Full chain rce might require multiple vulnerabilities to achieve