The URL http://a/%%30%30
crashes Google Chrome, even when just hovering over it.
Why does this happen?
Entering in the following 16-character link "http://a/%%30%30" (without the quotes) crashes Chrome. The bug, first discovered by Andris Atteka, allows a user to crash Chrome by adding a null character to a URL.
If your computer is low on RAM (which is often a problem due to Chrome's high memory usage), it may cause websites to crash. Try closing all tabs you're not using, pausing any Chrome downloads, and quitting any unnecessary programs running on your computer.
Browser Issue If websites can be accessed without issue in an alternative browser, try clearing out the cache and cookies stored by Chrome from the Settings page. Switching off the "Predict network actions to improve page load performance" option under the Privacy heading may also fix the problem.
Tom Scott explains this in his YouTube video:
http://a/%%30%30
is decoded as http://a/%00
because %30
is 0
http://a/%00
is then further decoded by another piece of code as http://a/<NULL>
because %00
is the NULL characterThe bug was originally demonstrated by Andris Atteka who simply added a null character to the string.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With