Check Point SmartConsole Authentication Bypass Technical Ana... - #2567
Open
carlospolop wants to merge 1 commit into
Open
Check Point SmartConsole Authentication Bypass Technical Ana...#2567carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://rapid7.com/blog/post/ra-check-point-smartconsole-authentication-bypass-technical-analysis-cve-2026-16232 Content Categories: Based on the analysis, this content was categorized under "Network Services Pentesting > 264 - Pentesting Check Point Firewall-1 > SmartConsole/Security Management Server authentication bypasses". 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-16232 is an authentication bypass in the Check Point SmartConsole login process affecting Security Management Server and Multi-Domain Security Management Server (MDS). Check Point published its advisory on July 22, 2026, and the vulnerability was reported as exploited in the wild as a zero-day at disclosure. Rapid7 reproduced the issue against affected R81.20 and R82.10 systems.
An unauthenticated attacker with network access to the ...
🔧 Technical Details
Certificate identity substitution: If a protocol accepts both an identity supplied inside application data and an identity obtained from the authenticated transport certificate, authorization must always be bound to the transport-authenticated identity. In this case,
suppliedSicDnoverridesgetCertificateDnName(). An attacker can learn a trusted DN from unauthenticated bootstrap traffic and replay it as a string in an FwSet:DNfield, impersonating the trusted application without its certificate or private key.Cross-protocol session-token reuse: Tokens returned by a legacy service may also be recognized by newer management interfaces. Here, the binary FwSet response to
open-databasecontains a 43-character DLE token that can be supplied as the SOAPDLESESSIONID. This converts a forged native application session into authenticated access to selected CPM/DLE SOAP methods and provi...🤖 Agent Actions
Updated
src/network-services-pentesting/pentesting-264-check-point-firewall-1.md.What I added:
19009/TCPin Check Point management-plane enumeration.open-databasetoken reuse as SOAPDLESESSIONIDgen-sso-tokenabuse to mint privileged SmartConsole SSO ticketsloginNew/UserSSOTokenAuthenticationInfoAlso updated the file’s
## Referencessection with:Validation:
mdbook build, butmdbookis not installed in this environment.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.