Results 1 to 3 of 3

Thread: Does this article imply that we should block IP 0.0.0.0?

  1. #1
    Join Date
    May 2008
    Location
    United Kingdom
    Beans
    5,336
    Distro
    Ubuntu

    Question Does this article imply that we should block IP 0.0.0.0?

    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
    Always make regular backups of your data (and test them).
    Visit Full Circle Magazine for beginners and seasoned Linux enthusiasts.

  2. #2
    currentshaft Guest

    Re: Does this article imply that we should block IP 0.0.0.0?

    .
    Last edited by currentshaft; September 2nd, 2024 at 12:54 AM. Reason: hehe

  3. #3
    Join Date
    May 2008
    Location
    United Kingdom
    Beans
    5,336
    Distro
    Ubuntu

    Re: Does this article imply that we should block IP 0.0.0.0?

    Thanks, @currentshaft. I didn't fully understand the problem, obviously.

    I use Chrome, and they're busy fixing the vulnerability, so I'll wait for them to do the job.

    I'll mark this thread as solved.
    Always make regular backups of your data (and test them).
    Visit Full Circle Magazine for beginners and seasoned Linux enthusiasts.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •