← Back to Feed CACHED · 2026-08-03 16:50:46 · CACHE_KEY CVE-2026-18574
CVE-2026-18574 · CWE-288 · Disclosed 2026-08-03

An authentication bypass vulnerability in Check Point Security Management Server and Multi-Domain Security…

ASSESSED — NOISGATE V0.5
Vendor
Reassessed
Verdict:
Do you agree?
01 · The Real Story

Someone found yet another way to walk into Check Point's control tower and rewrite every flight plan without a badge

CVE-2026-18574 is a management-plane authentication bypass (CWE-288) in Check Point Security Management Server and Multi-Domain Security Management Server (MDS), disclosed August 3, 2026 via sk185222. It is the third management-auth-bypass CVE disclosed against Check Point management infrastructure in under two weeks, following CVE-2026-16232 (CVSS 9.3, KEV-listed, actively exploited, public PoC) and CVE-2026-62144 (CVSS 9.3). The affected product is the single pane of glass that pushes security policy to every Check Point gateway in the enterprise. Affected versions almost certainly span R81.20 and R82.10 based on the sibling CVEs’ version matrices, and likely extend back through R77.30–R81.10.

There is no vendor CVSS score yet. Based on the CWE (authentication bypass via alternate path/channel), the attack surface (management ports TCP 18190 and 19009), and the direct analogy to CVE-2026-16232 which scored 9.3 and was exploited within days, a CRITICAL assessment is warranted. The management server is not a leaf node — it is the root of trust for every managed gateway. An unauthenticated bypass here is an extinction-level event for the perimeter.

"Auth bypass on the box that writes every firewall rule in your estate. Act now."
02 · The Attack Path

5 steps from start to impact.

STEP 01

Reach the management plane

The attacker needs network connectivity to the Check Point Management Server on TCP 18190 (CPMI/FWM) or TCP 19009 (CPM/DLE). In default configurations without Trusted Client restrictions, these ports may be reachable from any IP. In hardened environments they are locked to specific administrator workstations, but CheckMates forum threads confirm many customers leave them open.
Conditions required:
  • Network path to management server on TCP 18190 or 19009
  • No Trusted Client IP restriction configured (default)
Where this breaks in practice:
  • Best-practice hardening guides recommend restricting Trusted Clients to named IPs
  • Many deployments place the SMS on an isolated management VLAN, not routable from the internet
Detection/coverage: Shodan/Censys scans for port 18190 or 19009 can identify internet-exposed instances. Check Point IPS signature CPAI-2026-9769 covers the sibling CVE-2026-16232 and may partially detect similar traffic patterns.
STEP 02

Exploit the alternate authentication path

CWE-288 indicates the vulnerability uses an alternate path or channel to bypass the primary authentication mechanism. Given the pattern from CVE-2026-16232 (which abused SIC DN spoofing to mint application tokens), this CVE likely exploits a related but distinct flaw in management authentication — possibly in a different service endpoint, API path, or protocol handler within the same management stack. The attacker sends crafted requests that skip normal credential validation entirely.
Conditions required:
  • Target runs an unpatched version of Security Management Server or MDS
  • The specific alternate authentication path has not been disabled by compensating controls
Where this breaks in practice:
  • No public PoC exists yet (as of August 4, 2026)
  • Check Point may have deployed IPS protections that cover this variant
Detection/coverage: Audit logs showing unexpected administrative sessions or ‘Authentication method: application token’ entries (as documented for CVE-2026-16232) are strong IOCs.
STEP 03

Obtain full administrative privileges

Successful exploitation grants the attacker an authenticated administrative session on the Security Management Server or MDS. This is equivalent to logging in as a super-administrator via SmartConsole. The attacker can read all security policies, VPN configurations, user databases, and certificate material.
Conditions required:
  • Successful exploitation of CVE-2026-18574
Where this breaks in practice:
  • None — once the auth bypass succeeds, no further barriers exist
Detection/coverage: SmartConsole audit log entries from unexpected source IPs. SIEM correlation of management login events against known administrator workstation IPs.
STEP 04

Modify security policy across all managed gateways

With administrative access, the attacker can push policy changes to every managed Security Gateway. This includes adding permissive firewall rules, disabling IPS blades, adding VPN tunnels for persistent access, or modifying NAT rules to redirect traffic. Policy installation propagates changes to all managed gateways within minutes. The attacker effectively controls the entire perimeter.
Conditions required:
  • Administrative session on SMS/MDS
  • Managed gateways reachable for policy push
Where this breaks in practice:
  • Policy installation generates audit trail and may trigger change-management alerts in mature environments
  • SmartConsole notifications may alert other logged-in administrators
Detection/coverage: Policy installation audit logs, SmartEvent alerts on policy changes, change management system discrepancies.
STEP 05

Establish persistence and lateral movement

The attacker can extract SIC certificates, VPN pre-shared keys, LDAP bind credentials, and administrator password hashes from the management database. These credentials enable lateral movement into Active Directory (if LDAP integration is configured), VPN infrastructure, and other managed appliances. The attacker can also install backdoor administrator accounts that survive a policy revert.
Conditions required:
  • Administrative session on SMS/MDS
Where this breaks in practice:
  • Credential extraction requires knowledge of Check Point database internals
  • Organizations with MFA on SmartConsole may detect anomalous sessions faster
Detection/coverage: Database export operations in audit logs, new administrator account creation alerts, credential use from unexpected sources.
03 · Intelligence Metadata

The supporting signals.

In-the-Wild ExploitationNot confirmed for CVE-2026-18574 specifically. However, sibling CVE-2026-16232 (same product, same CWE class) is actively exploited and KEV-listed since July 22, 2026. Threat actors are already targeting Check Point management planes.
Proof-of-ConceptNo public PoC as of August 4, 2026. However, CVE-2026-16232 has a public PoC by Rapid7 researcher sfewer-r7. Given the same attack surface, a PoC for CVE-2026-18574 is likely imminent.
EPSS ScoreNot yet scored (disclosed August 3, 2026). Expect rapid increase given the sibling CVE pattern.
KEV StatusNot KEV-listed. Sibling CVE-2026-16232 was added to KEV on July 22, 2026 with a federal remediation deadline of July 25.
CVSS Vector (estimated)CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H — estimated based on CWE-288 (unauthenticated bypass) and analogy to CVE-2026-16232 (9.3). Actual vector pending vendor publication.
Affected VersionsConfirmed: Security Management Server and Multi-Domain Security Management (MDS). Likely versions (by analogy to CVE-2026-16232/62144): R77.30, R80.x, R81.x, R81.10, R81.20, R82, R82.10.
Fixed VersionsCheck Point sk185222 advisory is live but full details behind portal auth. Hotfix likely available or imminent via Jumbo Hotfix takes for R81.20 and R82.10.
Scanning/Exposure DataCheckMates forum threads confirm many customers expose management ports (TCP 18190, 19009) to the internet without Trusted Client restrictions. Exact Shodan/Censys counts not published for this CVE, but the exposure population for CVE-2026-16232 was described as affecting “a handful of customers” by Check Point.
Disclosure DateAugust 3, 2026 (sk185222 published)
Reporting ResearcherNot publicly attributed yet. Check Point internal or coordinated disclosure.
04 · The Call

noisgate verdict.

Final Verdict
= UNCHANGED to CRITICAL (9.0/10)

The single most decisive factor is role identity: the affected component IS the firewall management plane, meaning 100% of installs occupy the highest-value network-edge-management role by definition — compromise equals fleet-wide policy control. An unauthenticated authentication bypass (CWE-288) on this component creates a direct path to modify every managed gateway’s security posture without credentials.

HIGH Severity assessment (CRITICAL floor enforced by role)
MEDIUM Exact exploitation mechanics (no public PoC yet, reasoning by analogy to CVE-2026-16232)
MEDIUM Affected version range (inferred from sibling CVEs, not confirmed for this CVE)

Why this verdict

  • Unauthenticated remote attack vector: CWE-288 indicates no credentials are required. Network access to management ports is the only prerequisite, matching the pattern of CVE-2026-16232.
  • Role multiplier: The Security Management Server / MDS is *the* canonical high-value-role component for Check Point environments. It is not *sometimes* deployed in a high-value role — it IS the high-value role. 100% of installs are the central policy authority for all managed firewalls. Blast radius: fleet-scale. A successful chain ends in attacker-controlled firewall policy across the entire perimeter. This enforces a CRITICAL floor.
  • Sibling CVE precedent: CVE-2026-16232 (identical product, identical CWE class, CVSS 9.3) went from disclosure to active exploitation and KEV listing within days. A public PoC exists. Attackers are already scanning for and exploiting Check Point management auth bypasses. The tooling and targeting are established.
  • No friction override available: While best-practice hardening restricts Trusted Clients, Check Point’s own documentation and community threads confirm the default is permissive. The “requires internet exposure” friction point does not break the CRITICAL floor because (a) the management server is the defining component of this role, and (b) demonstrated real-world exploitation of the sibling CVE proves the exposure population is actionable.

Why not higher?

A 9.0 rather than 10.0 because exploitation requires network reachability to management-specific ports (TCP 18190/19009), which are not universally internet-facing. Well-hardened environments with Trusted Client restrictions and management VLANs have meaningful friction. Additionally, no active exploitation or PoC exists for this specific CVE yet.

Why not lower?

Downgrading below CRITICAL would require evidence that the exposure population is negligible (<1% of installs in the high-value role). Since the affected component IS the management plane by definition (100% of installs are high-value), and since the sibling CVE with identical characteristics was actively exploited within days, the CRITICAL floor holds. The “requires management port access” friction is real but insufficient to break floor given demonstrated attacker interest in this exact attack surface.

05 · Compensating Control

What to do — in priority order.

  1. Restrict Trusted Clients to named administrator IPs immediately — In SmartConsole, navigate to Manage & Settings > Blades > Management API > Advanced Settings and set Trusted Clients to specific IP addresses of administrator workstations only. This is the single most effective control — it eliminates remote exploitation from untrusted networks. Deploy within the noisgate mitigation SLA of 3 days for CRITICAL.
  2. Block TCP 18190 and 19009 at the perimeter firewall — Ensure no external route exists to management ports. Add explicit deny rules at the perimeter for these ports. If management is co-hosted on a gateway, add implied rules or topology restrictions. Deploy within 3 days.
  3. Isolate the management server on a dedicated management VLAN — Network segmentation ensures only authorized jump hosts can reach the SMS/MDS. This limits the blast radius even for internal attackers. If not already in place, prioritize as a 3-day mitigation.
  4. Enable MFA for SmartConsole logins — While the auth bypass may circumvent SmartConsole’s native login, MFA via RADIUS/TACACS+ integration adds a layer that token-based bypasses may not automatically defeat. Deploy within 3 days.
  5. Monitor audit logs for anomalous management sessions — Alert on SmartConsole logins from unexpected IPs, ‘Authentication method: application token’ entries, and policy installations outside change windows. Feed logs to SIEM with <1hr alert SLA.
  6. Apply the sk185222 hotfix as soon as available — Check the Check Point support portal (sk185222) daily for hotfix availability. Apply within the noisgate remediation SLA of 90 days, but target immediate application given the threat landscape.
What doesn't work
  • IPS blade alone — The IPS signature CPAI-2026-9769 covers CVE-2026-16232 specifically, not CVE-2026-18574. A new signature may not exist yet. Do not rely on IPS as the sole control.
  • Disabling SmartConsole remote access — This CVE may exploit a different management service endpoint (CPMI, CPM, or API), not solely the SmartConsole login path. Disabling SmartConsole remote login does not necessarily close the alternate authentication channel.
  • WAF or reverse proxy in front of management — Management protocols use proprietary binary framing (FwSet objects), not HTTP. Standard WAF rules cannot inspect or block these protocol-level attacks.
06 · Verification

Crowdsourced verification payload.

Run this script on the Check Point management server itself as the admin user in Expert mode (expert command). It checks the installed Jumbo Hotfix take level against known-vulnerable baselines. Example: bash check_cve_2026_18574.sh. Requires Expert mode (root-equivalent) access.

noisgate-verify.sh
BASHREAD-ONLYSAFE
#!/bin/bash
# check_cve_2026_18574.sh
# Checks Check Point Management Server for CVE-2026-18574 vulnerability
# Run on the SMS/MDS in Expert mode
# Exit codes: 0=PATCHED, 1=VULNERABLE, 2=UNKNOWN

echo "=== CVE-2026-18574 Check (sk185222) ==="
echo "Date: $(date)"
echo "Hostname: $(hostname)"

# Check if this is a management server
if ! cpstat mg >/dev/null 2>&1; then
    echo "RESULT: UNKNOWN - This does not appear to be a Check Point Management Server."
    exit 2
fi

# Get installed version
VERSION=$(cpinfo -y fw1 2>/dev/null | grep -i 'fw1' | head -1)
if [ -z "$VERSION" ]; then
    VERSION=$(fw ver 2>/dev/null)
fi
echo "Installed version: $VERSION"

# Check Jumbo Hotfix take
JUMBO_TAKE=$(cpinfo -y fw1 2>/dev/null | grep -i 'jumbo' | grep -oP 'Take \K[0-9]+')
if [ -z "$JUMBO_TAKE" ]; then
    JUMBO_TAKE=$(installed_jumbo_take 2>/dev/null)
fi
echo "Jumbo Hotfix Take: ${JUMBO_TAKE:-not detected}"

# Check for sk185222 hotfix specifically
if cpinfo -y fw1 2>/dev/null | grep -qi 'sk185222'; then
    echo "RESULT: PATCHED - sk185222 hotfix detected."
    exit 0
fi

# Check Trusted Clients configuration as compensating control
TRUSTED=$(grep -c 'any' /opt/CPshrd-*/conf/sic_policy.conf 2>/dev/null || echo "unknown")
if [ "$TRUSTED" != "unknown" ] && [ "$TRUSTED" -gt 0 ]; then
    echo "WARNING: Trusted Clients appears to include 'any' - management ports may be widely accessible."
fi

# If we cannot confirm patch, assume vulnerable
echo "RESULT: VULNERABLE - sk185222 hotfix not detected. Apply hotfix from Check Point support portal."
exit 1
07 · Bottom Line

If you remember one thing.

TL;DR
CVE-2026-18574 is a management-plane authentication bypass on the single most critical component in your Check Point infrastructure — the server that writes and pushes policy to every firewall you own. It follows two sibling CVEs (CVE-2026-16232, CVE-2026-62144) that were actively exploited within days of disclosure. Monday morning, your first action is to verify that Trusted Clients on every SMS and MDS instance is restricted to named administrator IPs — this is the noisgate mitigation SLA of 3 days for CRITICAL. Block TCP 18190 and 19009 at the perimeter. Check sk185222 on the Check Point support portal for the hotfix and apply it under the noisgate remediation SLA of 90 days, though given the active threat landscape against Check Point management planes, you should target same-week patching. If you have not yet patched CVE-2026-16232, do both simultaneously — your management plane is already under active scanning by threat actors with working exploits for the sibling vulnerability.

Sources

  1. Check Point sk185222 — CVE-2026-18574 Advisory
  2. Rapid7 — CVE-2026-16232 SmartConsole Authentication Bypass (ETR)
  3. Rapid7 — CVE-2026-16232 Technical Analysis
  4. The Hacker News — Check Point SmartConsole Flaw Exploited
  5. Check Point Blog — July 2026 Security Advisory
  6. Check Point sk185169 — CVE-2026-16232 Advisory
  7. Help Net Security — Check Point Management Takeover
  8. CheckMates Forum — Management Ports Exposed Discussion
Peer Review

What defenders are saying.

Submit a review attribution: handle + country only
0 flags selected · stored anonymously
Validation Results

Crowdsourced verification outputs.

Results submitted by users who ran the verification payload against their environment.