ProBackend
active vulnerability exploitation
just now5 min read

Active Exploitation of CVE-2026-6875: How ServiceNow Flaws Reshape AI Cybersecurity Threats

Threat actors are actively exploiting CVE-2026-6875, a critical RCE vulnerability in the ServiceNow AI Platform, using novel sandbox escape gadgets.

Sandbox Escapes and the Shift in AI Cybersecurity Threats

Threat actors don't wait around for self-hosted patch cycles to wrap up. Over the weekend of July 17–19, 2026, threat intelligence firm Defused detected in-the-wild exploitation of CVE-2026-6875, a critical remote code execution (RCE) flaw in the ServiceNow AI Platform. Attackers weaponized a pre-authentication sandbox escape to achieve arbitrary code execution across vulnerable environments.

This isn't a theoretical exercise. ServiceNow AI Platform—formerly known as the Now Platform—serves as underlying PaaS infrastructure for more than 100,000 enterprise AI applications across 85% of Fortune 500 organizations, processing over 100 billion workflows annually. When a flaw in an enterprise engine like this gets hit in the wild, the collateral risk for connected Agent systems and business-critical workflows shoots up immediately.

The discovery dates back to April 1, 2026, when cybersecurity researchers at Searchlight Cyber reported the vulnerability to ServiceNow. While ServiceNow patched its managed hosted instances in April, the vendor only issued patches for self-hosted instances on July 13, 2026. Less than a week later, active exploitation began. Security teams tracking current ai cybersecurity threats are witnessing a familiar race: attackers scanning and exploiting unpatched self-hosted installations before operational teams can complete their update cycles.

Anatomy of CVE-2026-6875 and the New Sandbox Bypass Route

The technical core of CVE-2026-6875 rests on an unauthenticated remote code execution vector. An attacker can hit the system without valid credentials, bypass internal sandbox constraints, and run code directly within the platform host environment.

What makes this active wave particularly dangerous is how the exploit payloads evolved. According to telemetry shared by Defused, threat actors are directing payloads at the exact pre-authentication sink documented by Searchlight Cyber—specifically the /assessment_thanks.do endpoint. However, the attacker's sandbox-escape gadget arrives at a complete remote code execution primitive through a different internal execution path than the proof-of-concept (PoC) originally published by researchers.

That difference matters. Traditional signature-based detection rules that rely solely on known PoC payload patterns miss these modified gadget paths entirely. When threat actors alter their gadget chains, security teams relying on basic pattern matching get caught flat-footed.

As reported by BleepingComputer, ServiceNow issued a statement indicating its investigation has not found evidence of active exploitation on vendor-hosted instances. But for organizations operating self-hosted ServiceNow infrastructure, the window of exposure is actively being probed by adversary groups.

Self-Hosted Risk vs Cloud Instance Isolation

Patch timelines between SaaS multi-tenant environments and self-hosted enterprise infrastructure regularly diverge. ServiceNow moved rapidly to secure its cloud-hosted infrastructure after Searchlight Cyber's April disclosure. Yet self-hosted enterprises remained exposed for months until official updates dropped on July 13, 2026.

That gap highlights a systemic issue in enterprise AI adoption. Organizations frequently deploy self-hosted PaaS engines to maintain control over sensitive corporate data, compliance boundaries, and proprietary workflows. But retaining control also means absorbing full responsibility for patch management and threat monitoring. When a pre-auth sandbox escape emerges, self-hosted perimeter controls are put to an immediate test.

This incident follows earlier security scrutiny surrounding ServiceNow endpoints. Just last month, ServiceNow privately disclosed a separate incident where external queries hit customer instances via a vulnerable API endpoint—though subsequent investigation tied that activity to researcher bug bounty testing rather than malicious threat actors. CVE-2026-6875, by contrast, represents active adversarial weaponization.

The breach pattern mirrors broader industry observations seen during the 2026 Hugging Face breach, where unauthenticated access and automated script execution exposed critical internal boundaries. Enterprise environments holding high-value administrative capabilities demand continuous network validation.

Securing Agentic Platforms Beyond Patching Tutorials

Applying a software patch is necessary, but treating platform security as a step-by-step Tutorial checklist is a mistake. Modern enterprise PaaS deployments host complex Agentic frameworks, automated ticket resolvers, and deep database integrations. Securing these environments requires defensive controls that survive single-point vulnerabilities.

Securing enterprise AI platforms requires looking beyond the web application firewall. Key defensive Practices include:

  • Endpoint Access Restrictions: Restrict administrative and assessment endpoints like /assessment_thanks.do to trusted internal IP ranges or require network-level authentication before traffic reaches the platform engine.
  • Sandbox Enforcement and Container Isolation: Ensure platform worker threads execute inside heavily restricted container boundaries with read-only root filesystems and minimal kernel privilege surface.
  • Egress Control: Block outbound connection attempts initiated by platform worker processes. If an attacker achieves code execution, rigid egress rules prevent them from downloading secondary stage payloads or establishing reverse shells.
  • Behavioral Monitoring: Monitor for unexpected process spawning (e.g., shell executions originating from Java/PaaS application workers) rather than relying exclusively on HTTP request signatures.

These measures align with broader cybersecurity frameworks advocated by CISA and leading enterprise security research groups like IBM, emphasizing defense-in-depth over passive reliance on vendor patches.

Enterprise Defenses for High-Complexity Platform Vulnerabilities

CVE-2026-6875 demonstrates how high-complexity vulnerabilities in core enterprise tools transition into weaponized exploits overnight. Once an attacker discovers an alternative gadget path, automated scanning scripts quickly scan global IPv4 space for vulnerable self-hosted instances.

Security leadership must treat self-hosted platform components with the same urgency as edge firewalls and VPN gateways. Organizations using self-hosted ServiceNow AI Platform instances must verify their build numbers immediately and apply the patches released on July 13, 2026. If immediate patching isn't feasible due to change-management windows, security teams must deploy targeted WAF rules and isolate vulnerable endpoints behind mutual TLS or VPN access.

As autonomous systems and agent workflows take on central roles in corporate operations, the attack surface expands. Implementing robust identity boundaries—similar to dedicated identity control planes for autonomous AI agents—ensures that even if code execution occurs, lateral access remains strictly contained.

Managing ai cybersecurity threats in 2026 demands relentless speed and structural resilience. When attackers bypass sandboxes using modified gadgets, only defense-in-depth, rapid patch deployment, and strict egress restrictions will protect enterprise operations.

Sandbox Escapes and the Shift in AI Cybersecurity Threats

More blogs