This issue received the ID CVE-2026-93616 and a CVSS score of 9.8.
Not Affected Products: Smart-1 Cloud (fix is already applied), Check Point Firewall Appliances, Check Point Spark Firewall.
Limit access to your Management Servers behind a Security Gateway/Check Point Firewall according to the Check Point Gateway and Management Hardening Administration Guide.
Make sure that access to port TCP/19009 is only possible from Trusted IP addresses.
Check for these two indicators of compromise on every Security Management, Multi-Domain Security Management, Log, Multi-Domain Log, and SmartEvent Server:
grep -nHP "login\(loginRequest=LoginRequest\{authenticationInfo=AuthenticationInfoBase\{username='[^'
]{1001,}'" "$MDS_FWDIR"/log/cpm.elg*
Output Example:
/opt/CPsuite-R82/fw1/log/cpm.elg.13:653:17/09/26 17:30:03,562 INFO coresvc.internal.LoginSvcImpl [qtp1491953039-6857]: login(loginRequest=LoginRequest{authenticationInfo=AuthenticationInfoBase{username='abcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdababcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcd'}, connectionMode=READ_WRITE, applicationName='SmartConsole', userAgent='null', actionOnOtherClientSession=NO_ACTION, workSessionId='null', workSessionMode=USE_EXISTING, workSessionType=PRIVATE, keepAliveTimeout=0, getDomainList=true, domain=null, domainName='null', domainIp='10.x.x.x', remoteIpAddr='null', VersionDetails=VersionDetails{majorVersion='R82', minorVersion='R82', officialName='R82', smartConsoleBuild='null'}})
If the above command returns an output, check if there is an FWM/MDS core dump file that was generated at the same time. Run:
ls -l /var/log/dump/usermode/ | grep -e fwm -e mds
If a core dump file was generated at the same time as the login attempt returned by the first command, there has been a potential attempt to exploit this vulnerability in your environment.
Run this command from Expert mode:grep -E "ERROR.*upgrade\.base\.ReflectionUtils.*Failed to load allResourceFiles map from" $MDS_FWDIR/log/cpm.elg*
If this command returns an output, this means that there has been a potential attempt to exploit this CVE in your environment.
Review the output for suspicious file paths containing directory traversal sequences (for example, ../).
Output Example:18/09/26 21:54:57,396 ERROR upgrade.base.ReflectionUtils [qtp700085606-66\]: Failed to load allResourceFiles map from /opt/CPupgrade-tools-../../../../tmp/003193_VULNCHECK/scripts/upgrade_files.conf
In this example, the path contains a
directory traversal sequence (../../../../), which may indicate an attempt to exploit the vulnerability.
This problem was fixed.
The fix is also included in:
Notes: