|
|
|
|
|
by Smerity
4095 days ago
|
|
Tangentially related, I was performing an analysis of the billions of links available in Common Crawl[1] and ran across an interesting error: there was one link where the port number was 18779690999[2]. The library I was using converted the port text into a 32 bit integer but the library didn't account for the possibility that someone supplied a port well over the 32 bit int limits. I was curious how many tools that use URLs would suffer similar fates and whether there might be any interesting security vulnerabilities. Just goes to show, no matter how much crazy you've seen, there's likely crazier things hidden from you across the Internet ;) [1]: http://commoncrawl.org/
[2]: https://twitter.com/Smerity/status/576339945041707008 |
|
http://en.wikipedia.org/wiki/Port_%28computer_networking%29