anthony.metzidi153b02d0
Member
- Joined
- Nov 26, 2023
- Messages
- 32
Seems like IPv6 security configuration is broken on GRAX66 . SSH is listening and available to internet on IPv6, despite "LAN-ONLY" setting.
There are other serious IPv6 Issues:
STEPS to REPRODUCE
1. enable IPv6 + ssh ( LAN-only ) setting
2. connect to SSH from internet
ACTUAL RESULTS
1. ssh connection works (this is bad)
EXPECTED RESULTS
1. ssh connection should fail
Example Config
See Advanced ➡Administration ➡System Management
TEST SSH FROM INTERNET
PORT SCAN FROM INTERNET
Firewall Configuration shows SSH listening on IPV6 ALL Interfaces
Preferred configuration should listen only on LAN interface
Device Information
Hardware = MSI AX6600-E / GRAX66
Firmware: 692763
There are other serious IPv6 Issues:
- * DNS/ port-53 is open to internet . this is a big risk since port-53 is unauthenticated.
- * Firewall does not support IPv6 configuration. There's no way to block IPv6 traffic on the router settings.
STEPS to REPRODUCE
1. enable IPv6 + ssh ( LAN-only ) setting
2. connect to SSH from internet
ACTUAL RESULTS
1. ssh connection works (this is bad)
EXPECTED RESULTS
1. ssh connection should fail
Example Config
See Advanced ➡Administration ➡System Management
TEST SSH FROM INTERNET
Bash:
ssh ubnt@$addr
ubnt@xxxxx: Permission denied (publickey).
Bash:
nmap -6 xxxxx
Starting Nmap 7.93 ( https://nmap.org ) at 2023-12-03 10:13 PST
Nmap scan report for xxxxxx
Host is up (0.019s latency).
Not shown: 993 closed tcp ports (conn-refused)
PORT STATE SERVICE
22/tcp open ssh
25/tcp filtered smtp
53/tcp open domain
135/tcp filtered msrpc
139/tcp filtered netbios-ssn
445/tcp filtered microsoft-ds
1080/tcp filtered socks
Firewall Configuration shows SSH listening on IPV6 ALL Interfaces
Preferred configuration should listen only on LAN interface
Bash:
netstat -l |grep 22
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 :::22 :::* LISTEN
udp 0 0 :::49622 :::*
Device Information
Hardware = MSI AX6600-E / GRAX66
Firmware: 692763
Last edited: