CVE-2026-6875: ServiceNow AI Platform Pre-Auth RCE Exploited

Red | Vulnerability
Download Now
CVE-2026-6875: ServiceNow AI Platform Pre-Auth RCE Exploited | TA2026206 | HivePro Threat Advisory
Threat Advisory • Vulnerability Report

CVE-2026-6875: ServiceNow AI Platform Pre-Auth RCE Exploited

A critical code injection flaw, CVE-2026-6875, in the ServiceNow AI Platform (formerly the Now Platform) lets an unauthenticated attacker escape the script sandbox and run arbitrary code, with threat intelligence reporting active in-the-wild exploitation against self-hosted instances.

Pre-Auth RCE CVE-2026-6875 Reported Exploitation Fix Available Admiralty Code: A1 TA2026206
Date of Publication
July 21, 2026
TA Number
TA2026206
Admiralty Code
A1
First Seen
April 2026
CVE ID
CVE-2026-6875
Affected Product
ServiceNow AI Platform
Vulnerability Type
Code Injection
CWE ID
CWE-94
Report Type
Vulnerability Report

Summary

First Seen: April 2026

Affected Products: ServiceNow AI Platform (formerly the Now Platform)

CVE-2026-6875 is a critical flaw in the ServiceNow AI Platform, a widely used service for building and automating business workflows. The cause is a code injection weakness: an attacker with no login can break out of the ServiceNow AI Platform's script sandbox and run their own code on a targeted instance. The impact is severe, because a successful attack can fully take over the affected ServiceNow AI Platform instance and any proxy servers connected to it, exposing sensitive data and disrupting critical workflows. A fix is available: ServiceNow patched its own hosted instances back in April 2026 and, on July 13, 2026, released updates for self-hosted customers and partners, so upgrading to the latest patched release closes the hole. Threat intelligence reports the flaw is now being exploited in the wild, while ServiceNow says it has not confirmed any exploitation of the instances it hosts.

CVE at a Glance
CVENameAffected Product
CVE-2026-6875ServiceNow AI Platform Remote Code Execution VulnerabilityServiceNow AI Platform

Vulnerability Details

#1 — Sandbox-Escape Code Injection

CVE-2026-6875 is a critical flaw in the ServiceNow AI Platform that hands an unauthenticated attacker the ability to run their own code on a target instance. In plain terms, it is a code injection weakness, tracked as CWE-94 (Improper Control of Generation of Code): a crafted request reaches the ServiceNow AI Platform's server-side script engine and escapes the sandbox that is supposed to contain it, turning what should be harmless input into attacker-controlled code execution on the instance.

#2 — Reachable Without Authentication

The flaw is reachable before authentication. The exploit path targets a pre-authentication endpoint, /assessment_thanks.do, and from there abuses a sandbox-escape gadget to reach a code-execution primitive. This means an attacker who can send requests to an exposed ServiceNow AI Platform instance does not need valid credentials to attempt exploitation.

#3 — High Complexity, Severe Consequences

The vulnerability is described as exploitable only in high-complexity attacks, but with severe consequences when successful: unauthenticated code execution and full compromise of the ServiceNow AI Platform instance along with any proxy servers connected to it.

#4 — Affected Releases and Available Fixes

The vulnerability affects the ServiceNow AI Platform across multiple release families. ServiceNow addressed it in the following fixed releases: Australia Patch 2, Yokohama Patch 12 Hot Fix 1b, Yokohama Patch 13, Zurich Patch 7b, Zurich Patch 9, Brazil EA, and Brazil GA. Instances running versions before these fixed releases are affected. ServiceNow remediated its own hosted instances starting in April 2026 and made the corresponding security updates available to self-hosted customers and partners on July 13, 2026. The updates additionally ship a new feature called Guarded Script, which restricts the type of code that can run in sandbox contexts and is intended to make future sandbox escapes less likely.

#5 — Contested Exploitation Evidence

Evidence of active exploitation of CVE-2026-6875 is contested. A threat intelligence firm reported that the first exploitation attempts appeared on Friday, July 17, 2026, and confirmed active in-the-wild abuse over the following weekend. The observed payloads hit the same pre-authentication sink, but the attackers' sandbox-escape gadget reaches the same code-execution primitive through a different route than the published proof-of-concept. ServiceNow, by contrast, has not flagged the vulnerability as actively abused; its official advisory still states that it is not currently aware of exploitation against ServiceNow-hosted instances.

Affected Versions, CPE, and CWE
CVE IDAffected ProductsAffected CPECWE ID
CVE-2026-6875ServiceNow AI Platform (before Australia Patch 2, Yokohama Patch 12 Hot Fix 1b, Yokohama Patch 13, Zurich Patch 7b, Zurich Patch 9, Brazil EA, and Brazil GA)cpe:2.3:a:servicenow:ai_platform:*:*:*:*:*:*:*:*CWE-94

Recommendations

01
Apply the ServiceNow Security Update Immediately

Self-hosted users and partners should upgrade affected ServiceNow AI Platform instances to a patched family release without delay. Confirm your instance is running Australia Patch 2, Yokohama Patch 12 Hot Fix 1b, Yokohama Patch 13, Zurich Patch 7b, Zurich Patch 9, Brazil EA, Brazil GA, or later, as these releases contain the fix for CVE-2026-6875.

02
Prioritize Self-Hosted and Partner Instances

ServiceNow has already remediated the instances it hosts, so the remaining risk is concentrated in self-hosted and partner-managed deployments. Inventory every self-hosted ServiceNow AI Platform instance and treat any that has not received the July 13, 2026 update as a priority for patching.

03
Hunt for Exploitation Attempts

Review web and application logs for requests targeting the pre-authentication endpoint /assessment_thanks.do, particularly unusual or malformed payloads sent to it. Focus detection on the targeted endpoint and on post-exploitation signs such as unexpected code execution, new processes, or outbound connections from the instance and any connected proxy servers.

04
Enable Guarded Script

The security updates introduce Guarded Script, a feature that restricts the type of code allowed to run in sandbox contexts and reduces the likelihood of future sandbox escapes. After patching, enable and validate this hardening feature as an additional layer of defense against this class of flaw.

05
Reduce External Exposure

Limit direct internet exposure of ServiceNow AI Platform instances where possible, and place them behind appropriate access controls or a web application firewall. Restricting who can reach the vulnerable pre-authentication endpoint lowers the practical opportunity for an unauthenticated attacker to attempt exploitation.


Potential MITRE ATT&CK TTPs

Initial Access
T1190Exploit Public-Facing Application
Execution
T1059Command and Scripting Interpreter
Resource Development
T1588Obtain Capabilities
T1588.006: Vulnerabilities

References & Patch Links