...
| Code Block |
|---|
/dev/mouse
/dev/console
/dev/tty0
/dev/zero
etc.
|
A web browser that failed to check for these devices would allow an attacker to create a website with image tags such as <IMG src="file:///dev/mouse" > that would lock the user's mouse.
...