A network administrator notices that remote workers connected via a full-tunnel VPN are causing severe bandwidth saturation at the corporate perimeter by streaming internet media through the corporate gateway. To alleviate congestion, the administrator plans to modify the client configuration to allow split tunneling. Which of the following describes the primary security risk introduced by enabling split tunneling?
- The remote client device can act as a dual-homed bridge, allowing threats from the local untrusted network to bypass perimeter controls into the corporate network.Answer
- BAll RADIUS authentication requests will bypass the VPN concentrator, causing authentication payloads to be transmitted across the internet in plain text.
- CEncapsulating Security Payload (ESP) headers will be stripped from IPsec packets, forcing fallback to unencrypted Authentication Header (AH) transport mode.
- DThe SSL/TLS VPN session negotiation will automatically default to port 80 instead of port 443 for external web traffic routing.
Answer
The primary security risk of split tunneling is that the remote device can act as a dual-homed bridge, allowing malicious traffic from the local untrusted network to pivot into the corporate environment.
Enabling split tunneling directs non-corporate internet traffic out of the remote user's local network connection while tunneling corporate traffic. The primary security vulnerability is that the endpoint host acts as a bridge between the untrusted public network and the protected corporate network, creating an unmonitored path for malware or unauthorized pivot attacks.
Step-by-Step Solution
Key Concept
Split Tunneling Security Implications