Google Chrome to block port 554 to stop NAT Slipstreaming attacks

Discussion in 'other software & services' started by stapp, Mar 9, 2021.

  1. stapp

    stapp Global Moderator

    Joined:
    Jan 12, 2006
    Posts:
    27,169
    Location:
    UK
  2. reasonablePrivacy

    reasonablePrivacy Registered Member

    Joined:
    Oct 7, 2017
    Posts:
    2,222
    Location:
    Member state of European Union
    They could do nothing as well. It was just a side-effect that in some cases it behaves in firewall-ish manner. NAT is not a proper firewall.
     
  3. Sampei Nihira

    Sampei Nihira Registered Member

    Joined:
    Apr 7, 2013
    Posts:
    3,800
    Location:
    Italy
    Ports locked by Chome:

    Code:
    69, 137, 161, 554, 1719, 1720, 1723, 5060, 5061, 6566.
    I checked if New Moon 28 has also implemented this port sequence.
    Unfortunately, port 69 was not blocked.
    So I blocked it:

    Many thanks to:

    @nicolaasjan

    for pointing out my mistake


    100.JPG

    ;):thumb::)

    P.S.

    I recommend W. members using Chrome-based browsers to check if port lock 10080 is active,and who uses Firefox-based browsers to check if blocking for port 69 is active.
    And in case you enable its blocking.
     
    Last edited: Apr 10, 2021
  4. Sampei Nihira

    Sampei Nihira Registered Member

    Joined:
    Apr 7, 2013
    Posts:
    3,800
    Location:
    Italy
    With Firefox-based browsers it is possible to enable ports that are disabled but also disable enabled ports:

    Block a port:


    Code:
    about:config
    
    new string
    
    network.security.ports.banned
    Unblock a port:

    Code:
    about:config
    
    new string
    
    network.security.ports.banned.override
    With Chrome-based browsers it seems to me that it is only possible to enable ports:

    Code:
    --explicitly-allowed-ports=69,137
    Of course, it is necessary to check if the flag actually works.;)

    P.S.

    If any member of W. knows a method for blocking a port that is currently enabled in Chrome I would be interested in knowing it.
     
    Last edited: Apr 10, 2021
  5. reasonablePrivacy

    reasonablePrivacy Registered Member

    Joined:
    Oct 7, 2017
    Posts:
    2,222
    Location:
    Member state of European Union
    Windows Firewall can deny packet flow based on destination TCP/UDP ports and process executable path.
     
  6. Sampei Nihira

    Sampei Nihira Registered Member

    Joined:
    Apr 7, 2013
    Posts:
    3,800
    Location:
    Italy
    TH.:)
    If you want to test, port 10080 is enabled in Chrome (Also in Edge Chromium and probably all other Chrome-based browsers).


    https://example.com:10080/
     
    Last edited: Apr 10, 2021
  7. wat0114

    wat0114 Registered Member

    Joined:
    Aug 5, 2012
    Posts:
    4,100
    Location:
    Canada
    Blocked by default-deny policy in Linux.

    Code:
    [UFW BLOCK] IN= OUT=wlp5s0 SRC=192.168.1.68 DST=93.184.216.34 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=26755 DF PROTO=TCP SPT=42570 DPT=10080 WINDOW=64240 RES=0x00 SYN URGP=0 
    Windows as well using WFC interface. I don't know if the port is enabled in Ungoogled-chromium but I don't care either, as the firewall takes care of this.
     
    Last edited: Apr 10, 2021
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.