I read that browsers are susceptible to an old vulnerability that accesses IP address 0.0.0.0
https://thehackernews.com/2024/08/00...d-browser.html
I've read that Chromium (and therefore Chrome, Edge, etc.) is currently being patched to remove this vulnerability.
But, it made me wonder: Should we, as a matter of course, block 0.0.0.0? (This is for a standard desktop user.)
Code:sudo ufw deny from 0.0.0.0 to any
Bookmarks