▲ | stickfigure 5 days ago | |||||||
I have recently come to the conclusion that everything I ever thought was "contrived" is currently standard practice in some large presently existing organization. | ||||||||
▲ | tptacek 5 days ago | parent [-] | |||||||
Take that to the Apple bounty program with your crasher bug and tell them they should pay out as if you'd confirmed RCE, see how it goes. This is an engineering question; it's not about vibes. It's not even always the case that corrupted data structures (or even pointers) in C code are exploitable. You need attacker control of data and where it goes in memory. It's far less often the case in Python or Go --- in fact, it's basically never the case. As evidence for that claim: the zero memory corruption RCEs in all of shipping Go code, of which there is a lot. | ||||||||
|