Horizon Alert
Summary of the vulnerability and why it matters
A security vulnerability has been identified in a deprecated VPN protocol used for remote and mobile access. This flaw could allow an unauthorized external attacker to bypass authentication and gain access to the network without a valid password. The primary concern is to confirm if our environment utilizes this specific deprecated protocol and is therefore exposed.
- Unauthenticated remote access bypass.
- Affects legacy VPN access methods.
- Confirm relevance and exposure.
Attack Path
How an attacker could exploit the issue
An unauthenticated attacker could exploit a weakness in how deprecated VPN protocols handle security keys to bypass login requirements. This allows them to establish a remote connection to the network without needing a password.
- No user authentication needed.
- Bypass deprecated key exchange.
- Gain unauthorized network access.
Live Threat
Current exploitation, exposure, and threat context
This vulnerability could allow an unauthenticated remote attacker to bypass user authentication and establish a remote access VPN connection without a valid password, provided the deprecated IKEv1 protocol is in use.
- Unauthorized VPN access.
- Bypass of user authentication.
- Establish remote VPN connection.
Priority actions
Operational Fix
Recommended remediation, mitigation, and detection steps
This critical vulnerability, affecting remote access VPN connections, likely falls under the purview of network or security teams responsible for the VPN infrastructure. The initial step should involve identifying all instances of the affected Check Point Security Gateway, assessing their exposure and criticality, and then coordinating remediation with the vendor and relevant system owners.
- Network and Security teams own this issue.
- Verify VPN gateway reachability and exposure.
- Plan vendor-coordinated remediation.
DETECT
How to detect the assets.
Nmap can perform an inventory check of exposed Check Point gateways by scanning UDP port 500 and UDP port 4500 for IKE/ISAKMP services. Utilizing the safe ike-version NSE script allows operators to determine if the deprecated IKEv1 protocol is enabled, though Nmap cannot verify if the specific certificate validation logic flaw is present or patched.
nmap -Pn -sU -p 500,4500 --script ike-version TARGET