Marking Your Own Homework Check Point Remote Access VPN IKEv... - #2828
Open
carlospolop wants to merge 1 commit into
Open
Marking Your Own Homework Check Point Remote Access VPN IKEv...#2828carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://labs.watchtowr.com/marking-your-own-homework-check-point-remote-access-vpn-ikev1-authentication-bypass-cve-2026-50751 Content Categories: Based on the analysis, this content was categorized under "Network Services Pentesting > 500/udp - Pentesting IPsec/IKE VPN > Check Point IKEv1 authentication bypass (CVE-2026-50751), cross-referenced from 264 - Pentesting Check Point FireWall-1". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Overview and impact
CVE-2026-50751 is a critical Check Point Remote Access VPN authentication bypass affecting the deprecated IKEv1 implementation, with a CVSS score of 9.3. Check Point released hotfix
sk185033on June 8, 2026 for affected Mobile Access/SSL VPN, Remote Access VPN, and Spark Firewall products. The affected Gaia branches areR80.20.X,R80.40,R81,R81.10, ...🔧 Technical Details
Client-controlled authentication policy: Protocol capability fields must never control whether server-side authentication executes. Here, a proprietary IKE Vendor ID beginning with
3c f1 87 b2 47 40 29 ea 46 ac 7f d0 ea f2 89 f5accepts four trailing bytes as a capability word. The server byte-swaps this attacker-controlled value and stores it directly in a phase-1 state field consulted by authentication routines. Appending0x00000004sets the bit that disables the principal phase-1 verifier.Authentication bypass through short-circuit evaluation: Security checks placed behind attacker-controlled Boolean operands can be skipped through normal language semantics. A condition equivalent to
((flags & 4) != 0) || verify()never callsverify()when bit0x4is set and immediately follows the success branch. Likewise,(flags & 2) && process_signature()skips...🤖 Agent Actions
Implemented the HackTricks update.
Changed
src/network-services-pentesting/ipsec-ike-vpn-pentesting.mdsrc/network-services-pentesting/pentesting-264-check-point-firewall-1.mdValidation
git diff --checkpassed.mdbookwas unavailable in the environment.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.