Hacker News new | ask | show | jobs
by __david__ 5408 days ago
Perhaps, but almost all buffer overflow, remote code execution bugs are very similar to XSS attacks--feed the program something it doesn't expect along with some junk for it to execute. The mechanism is different but the concept it the same.
1 comments

No, the concept is not the same. C programs aren't designed to execute code from third parties.