85%
Fortune 500 companies run ServiceNow AI Platform, placing enterprise workflow data within reach of CVE-2026-6875 exploitation
100,000+
Enterprise AI applications deployed on ServiceNow AI Platform globally
9.5
CVSS 4.0 critical score for CVE-2026-6875, the maximum rating for a pre-authentication remote code execution vulnerability
5 days
Time from ServiceNow patch release on July 13 to confirmed active exploitation on July 18, 2026

SponsoredHorizon3.ai

Proactive Security for the AI Era

NodeZero continuously and autonomously pentests infrastructure, identity, cloud, and now web applications, chaining weaknesses across every domain the way real attackers do. Every finding ships with replayable proof showing exploitable business impact, not theoretical risk.

See NodeZero WebApp in action

CVE-2026-6875, a critical CVSS 9.5 ServiceNow AI Platform sandbox escape, reached active in-the-wild exploitation on July 18, 2026 -- five days after patches were released -- with unauthenticated attackers targeting self-hosted instances that have not applied the July 13 updates. ServiceNow powers enterprise workflows at 85% of all Fortune 500 companies and hosts over 100,000 enterprise AI applications, making this one of the highest-impact unpatched vulnerabilities in circulation today.

The vulnerability resides in ServiceNow's scripting sandbox, a containment layer that runs across most of the company's IT service management and workflow automation tools. Researcher Adam Kues of Searchlight Cyber reported the flaw to ServiceNow on April 1, 2026. The bug allows unauthenticated remote attackers to send a crafted request to the /assessment_thanks.do endpoint, trigger a sandbox isolation boundary failure, and execute arbitrary code within the ServiceNow platform without credentials, without phishing, and without any prior foothold in the target organization.

ServiceNow deployed patches to all cloud-hosted instances automatically throughout June 2026. The critical gap is self-hosted customers running vulnerable release families: Brazil, Australia, Yokohama, and Zurich all require specific patch versions applied immediately per advisory KB3137947. Threat intelligence firm Defused confirmed active in-the-wild exploitation starting July 18. Attackers are using a sandbox-escape route that differs from the published proof-of-concept, meaning they developed or acquired an independent working exploit. Every self-hosted ServiceNow instance running below the patched thresholds is a live compromise candidate right now.

How Does the CVE-2026-6875 Sandbox Escape Work?

CVE-2026-6875 is classified as CWE-94 (Improper Control of Generation of Code), a code injection flaw in ServiceNow's script execution sandbox. The ServiceNow AI Platform includes a sandboxed scripting layer that is supposed to isolate custom application code from the underlying host operating system. Under specific conditions, this isolation boundary fails, allowing attacker-controlled input to escape containment and execute directly on the server.

The attack path starts at the /assessment_thanks.do endpoint, a pre-authentication URL reachable by any network-connected client without logging in. Searchlight Cyber's published research identifies this URI as the vulnerable sink where attacker-controlled input reaches the sandbox handling code. A crafted payload sent to this endpoint triggers the escape condition, granting code execution rights within the ServiceNow application context.

Post-exploitation access is extensive. A successful CVE-2026-6875 exploit gives the attacker full access to the ServiceNow instance: ITSM tickets, incident records, change management data, HR workflows, and any credentials or API keys stored in the platform. Proxy servers connected to the ServiceNow instance fall within reach as well. For most organizations, a compromised ServiceNow instance gives the attacker visibility into every operational workflow the platform manages, including integrations with Active Directory, cloud infrastructure providers, and third-party vendors.

Defused confirmed that active in-the-wild attackers use a different sandbox-escape gadget than the one Searchlight Cyber published. This matters operationally: signature-based detection tuned to the public PoC will not catch these attacks. Threat actors invested in independently developing an exploitation path, which indicates higher attacker motivation and a more deliberate campaign than opportunistic scanning.

1

Unauthenticated Request to /assessment_thanks.do

Attacker sends a crafted HTTP request to the pre-authentication endpoint without any credentials, reachable from any network-accessible IP.

2

Sandbox Isolation Boundary Failure

Attacker-controlled payload triggers CWE-94 code injection within the ServiceNow scripting sandbox, causing the isolation containment to break under specific conditions.

3

Remote Code Execution on ServiceNow Host

Escaped payload executes on the underlying server with ServiceNow application privileges, granting full access to instance data, connected proxy servers, and stored credentials.

Which ServiceNow Versions Are Affected by CVE-2026-6875?

All four active ServiceNow AI Platform release families contain the vulnerability. Cloud-hosted instances managed by ServiceNow are already patched. Self-hosted, private cloud, and partner-managed deployments must verify and apply patches manually.

The patched versions required per release family are as follows. Brazil family: Brazil EA and Brazil GA are both patched, so any Brazil deployment must confirm it has applied at least one of these builds. Australia: Patch 2 or later. Yokohama: Patch 12 Hot Fix 1b or Patch 13 or later. Zurich: Patch 7b or Patch 9 or later.

Any release version below these thresholds remains vulnerable. ServiceNow advisory KB3137947 provides the authoritative version-to-patch mapping for all families and is the source you should cross-reference against your current deployment version.

The CVSS 4.0 vector is CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H. The high attack complexity rating (AC:H) reflects that exploitation requires meeting specific technical conditions. Do not treat AC:H as meaningful risk reduction: active exploitation confirmed on July 18 demonstrates that threat actors have met those conditions and are actively scanning for vulnerable instances.

ServiceNow's Guarded Script feature, which restricts executable code in sandbox contexts, serves as a partial mitigation. Organizations that cannot complete patching today should enable Guarded Script immediately as an emergency control, then complete patching under normal change management as soon as the window allows.

Free daily briefing

Briefings like this, every morning before 9am.

Threat intel, active CVEs, and campaign alerts, distilled for practitioners. 50,000+ subscribers. No noise.

Confirmed Exploitation: What Attackers Are Doing Right Now

Defused threat intelligence confirmed active exploitation attempts against CVE-2026-6875 starting July 18-19, 2026. The five-day gap between patch release and confirmed exploitation matches the pattern seen in previous high-profile enterprise platform CVEs: attackers monitor vendor security advisories, reverse-engineer the fix to reconstruct the vulnerability, and begin scanning for unpatched instances within days of public disclosure.

Searchlight Cyber's Adam Kues stated that in-the-wild attackers exploit via "a different route" than the published PoC, targeting the same /assessment_thanks.do pre-authentication endpoint but using an independent sandbox-escape gadget. This means detection rules tuned specifically to the public PoC payload will miss active attacks.

No specific threat actor group has been formally attributed to this exploitation wave as of July 21, 2026. Prior ServiceNow vulnerabilities including CVE-2024-4879 and CVE-2024-5217 were exploited by ransomware operators and data theft actors within weeks of disclosure. That same threat actor profile is the expected population for CVE-2026-6875, given the value of ServiceNow data and the confirmed large number of self-hosted deployments globally.

Organizations should treat any unexpected process spawning from the ServiceNow application server, unusual outbound connections from ServiceNow hosts, and unexplained changes to ServiceNow administrator accounts as active compromise indicators pending investigation. This follows the same threat pattern documented in the ServiceNow sandbox escape exploitation that followed the SonicWall SMA1000 zero-day and SharePoint RCE CVE-2026-45659 campaigns earlier this month.

Subscribe to unlock Indicators of Compromise

Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.

Sigma Detection Rules for ServiceNow AI Platform RCE

No CVE-2026-6875-specific Sigma detection rule exists in the SigmaHQ community repository yet. This is expected for a vulnerability disclosed July 13 and actively exploited as of this week. Dedicated CVE-specific rules typically arrive one to four weeks after active exploitation is confirmed.

Until a dedicated rule ships, two behavioral rules provide the strongest available coverage for ServiceNow RCE post-exploitation. ServiceNow runs on a Java application server. On Windows-hosted deployments, successful CVE-2026-6875 exploitation and subsequent attacker activity produces java.exe spawning unusual child processes: shells, enumeration utilities, or lateral movement tools. The "Suspicious Processes Spawned by Java.EXE" rule fires on this behavior and directly covers post-exploitation on Windows ServiceNow deployments. Deploy it to endpoint detection logs on any Windows host running ServiceNow.

The second rule, "Windows Webshell Strings," targets web server access logs. Attackers executing commands via the sandbox-escape endpoint produce characteristic URL query string patterns in ServiceNow's access logs that match the GET-based command injection signatures this rule detects. Point this rule at your web application or reverse proxy access logs for the ServiceNow host.

Subscribe to unlock Sigma Detection Rules

Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.

How to Patch CVE-2026-6875 Before Attackers Find Your Instance

Patch remediation for CVE-2026-6875 requires upgrading to a fixed release version per your ServiceNow release family. ServiceNow advisory KB3137947 is the authoritative source for all version-specific patch instructions. For organizations that cannot complete the upgrade today, enabling the Guarded Script feature is a documented temporary mitigation that reduces exploitability.

The six steps below apply to self-hosted, private cloud, and partner-managed ServiceNow deployments. Cloud-hosted instances managed by ServiceNow directly are already patched and require no action.

Subscribe to unlock Remediation & Mitigation steps

Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.

Why CVE-2026-6875 ServiceNow RCE Matters for Your Organization

Enterprise service management platforms are not commonly treated as primary attack targets in the same category as firewalls or identity providers. CVE-2026-6875 demonstrates why that assumption is operationally dangerous. ServiceNow holds a category of operational data that spans the entire IT and business workflow layer of the organizations it serves: every IT incident ticket, every privileged change request, every HR workflow containing employee records, and every API integration credential stored in the platform.

A fully compromised ServiceNow instance gives an attacker an operational map of the target organization more comprehensive than most network reconnaissance tools produce. Change management records reveal infrastructure topology and documented vulnerabilities. Incident tickets describe unresolved security findings. HR workflows contain employee PII. Service account credentials stored in ServiceNow extend attacker reach to every downstream system the platform integrates with, including Active Directory, cloud infrastructure platforms, and third-party vendors.

Prior ServiceNow vulnerability exploitation, including the 2024-2025 campaign targeting CVE-2024-4879, CVE-2024-5178, and CVE-2024-5217, showed that ransomware operators and data theft actors prioritized unpatched ServiceNow instances specifically for this data value. Those attacks used ServiceNow's native scripting mechanisms to establish persistence that survived standard incident response procedures.

The ITSM platform attack surface is real and actively targeted. Treat self-hosted ServiceNow instances below the patched threshold as exposed to a confirmed active exploitation campaign. Patching is the only complete remediation. Start the upgrade process today.

The bottom line

CVE-2026-6875 ServiceNow RCE is a CVSS 9.5 critical pre-authentication sandbox escape confirmed under active exploitation since July 18, 2026. Unauthenticated attackers can access the full ServiceNow instance, connected proxy servers, and all integrated credentials without any prior foothold. 85% of Fortune 500 companies run this platform. Cloud-hosted instances are already patched. Self-hosted Brazil, Australia, Yokohama, and Zurich deployments must apply patches from advisory KB3137947 immediately. Enable Guarded Script as an emergency control if patching cannot complete today, and audit /assessment_thanks.do access logs and admin accounts for evidence of pre-patch compromise.

This analysis is generic. create a free account to score threats like this against your own stack.

Frequently asked questions

What is CVE-2026-6875?

CVE-2026-6875 is a critical CVSS 9.5 code injection vulnerability (CWE-94) in the ServiceNow AI Platform that allows unauthenticated remote attackers to escape the application's script sandbox and execute arbitrary code on the underlying server. Researcher Adam Kues of Searchlight Cyber discovered and reported the flaw on April 1, 2026. ServiceNow published patches on July 13, 2026. Active in-the-wild exploitation was confirmed by Defused on July 18, 2026.

Can CVE-2026-6875 be exploited without credentials?

Yes. CVE-2026-6875 is a pre-authentication vulnerability. An attacker with network access to a vulnerable ServiceNow instance can send a crafted request to the /assessment_thanks.do endpoint and trigger remote code execution without any valid login credentials, without phishing a user, and without any prior foothold inside the target organization. This makes automated scanning-based exploitation straightforward for attackers.

Is my ServiceNow cloud instance affected by CVE-2026-6875?

ServiceNow-managed cloud-hosted instances received automatic patches throughout June 2026. If your organization uses ServiceNow as a pure SaaS product hosted by ServiceNow directly, your instance is already patched and no action is required. If your organization hosts ServiceNow on-premises, in a private cloud, or through a partner-managed deployment, you must verify your version against advisory KB3137947 and apply patches manually.

What is a sandbox escape vulnerability in ServiceNow?

ServiceNow's scripting sandbox is a containment layer that runs custom application code in an isolated environment, preventing scripts from accessing the underlying operating system. A sandbox escape vulnerability means an attacker can break out of this containment. CVE-2026-6875 exploits a code injection flaw where attacker-controlled input causes the sandbox isolation boundary to fail, granting the attacker direct code execution rights on the host server rather than just within the sandboxed script context.

Which ServiceNow versions are affected by CVE-2026-6875?

The vulnerability affects all four active release families below their patched thresholds: Brazil releases before Brazil EA or GA, Australia before Patch 2, Yokohama before Patch 12 Hot Fix 1b or Patch 13, and Zurich before Patch 7b or Patch 9. Cloud-hosted instances are already patched. Self-hosted and partner-managed deployments must verify their exact version against advisory KB3137947 at support.servicenow.com.

What can an attacker access after exploiting CVE-2026-6875?

A successful CVE-2026-6875 exploit grants the attacker full access to the ServiceNow instance and all data it holds: IT service management tickets, incident records, change management history, HR workflow data, employee PII, stored API credentials, OAuth tokens, service account passwords, and MID server configuration. Connected proxy servers are also reachable. For most enterprises, the compromised data includes operational infrastructure topology, known unresolved security findings, and credentials for downstream integrated systems.

What is the Guarded Script feature and does it fix CVE-2026-6875?

Guarded Script is a ServiceNow security feature that restricts which code can execute within the scripting sandbox by enforcing tighter constraints on script contexts. Enabling Guarded Script reduces the exploitability of CVE-2026-6875 by limiting the conditions under which the code injection can succeed. It is not a complete fix. The underlying CWE-94 vulnerability remains present until you upgrade to a patched release version. Use Guarded Script as a temporary control while completing your upgrade, not as a substitute for patching.

How do I detect if my ServiceNow instance was exploited before I patched?

Review web access logs for the last 14 days for unauthenticated POST or GET requests to /assessment_thanks.do from external IPs, particularly those with large or malformed payloads. Audit all ServiceNow administrator account grants since July 13 for accounts created without documented change tickets. On Windows-hosted deployments, search endpoint detection logs for java.exe spawning child processes like cmd.exe, powershell.exe, or whoami.exe. Any of these patterns warrants treating the instance as potentially compromised.

Sources & references

  1. BleepingComputer: Critical ServiceNow code execution flaw now exploited in attacks
  2. Help Net Security: ServiceNow pre-auth RCE exploited in the wild (CVE-2026-6875)
  3. NVD: CVE-2026-6875 Detail
  4. ServiceNow Security Advisory KB3137947
  5. CVE.org: CVE Record CVE-2026-6875

Free resources

25
Free download

Critical CVE Reference Card 2025–2026

25 actively exploited vulnerabilities with CVSS scores, exploit status, and patch availability. Print it, pin it, share it with your SOC team.

No spam. Unsubscribe anytime.

Free download

Ransomware Incident Response Playbook

Step-by-step 24-hour IR checklist covering detection, containment, eradication, and recovery. Built for SOC teams, IR leads, and CISOs.

No spam. Unsubscribe anytime.

Free newsletter

Get threat intel before your inbox does.

50,000+ security professionals read Decryption Digest for early warnings on zero-days, ransomware, and nation-state campaigns. Free, daily, no spam.

Unsubscribe anytime. We never sell your data.

Eric Bang
Author

Founder & Cybersecurity Evangelist, Decryption Digest

Cybersecurity professional with expertise in threat intelligence, vulnerability research, and enterprise security. Covers zero-days, ransomware, and nation-state operations for 50,000+ security professionals every morning.

Giveaway: InfoSec World 2026 All Access Pass ($3,895 value)

Details →
Daily Briefing

Subscribe to enter the giveaway

Every subscriber is automatically entered. You also get daily threat intel every morning: zero-days, ransomware, and nation-state campaigns. Free. No spam.

Already subscribed? You're already entered.

Giveaway

Win a $3,895 InfoSec World 2026 pass.