XOOMAR
Dark data center with breached digital shields and locks symbolizing exploited RCE in an AI platform.
CybersecurityJuly 20, 2026· 6 min read· By XOOMAR Insights Team

ServiceNow CVE-2026-6875 Hands Hackers an RCE Path

Share
Updated on July 20, 2026

ServiceNow CVE-2026-6875 has crossed from disclosed enterprise bug to active exploitation, putting unpatched ServiceNow AI Platform instances on an immediate incident-response clock. Attackers have begun exploiting the critical pre-authentication remote code execution flaw, according to threat intelligence firm Defused, as reported by Help Net Security.

XOOMAR Intelligence

Analyst Take

71/ 100
High
3 sources analyzedMedium confidenceTrend20Freshness92Source Trust82Factual Grounding90Signal Cluster40

ServiceNow CVE-2026-6875 is now being used in live attacks

The core risk is brutally simple: attackers don't need credentials to try exploiting this bug. CVE-2026-6875 is a code injection vulnerability in the ServiceNow AI Platform that can let an unauthenticated attacker escape ServiceNow's script sandbox and execute code remotely on a targeted instance. ServiceNow AI is a Platform-as-a-Service used to build and automate digital workflows, which makes the location of the flaw more sensitive than a narrow single-purpose application bug.

Searchlight Cyber researchers found the vulnerability and reported it to ServiceNow in early April 2026. ServiceNow pushed a security update to hosted instances the next day, while patches and security updates for self-hosted customers and partners were made available last week, according to Help Net Security. The existence of ServiceNow CVE-2026-6875 was publicly revealed on July 13.

Defused researchers said the first exploitation attempts appeared on Friday and confirmed active in-the-wild abuse over the weekend. The observed payloads targeted the same pre-authentication endpoint, /assessment_thanks.do, that Searchlight Cyber documented publicly. The twist is worse for defenders: attackers reached the same code-execution primitive through a different sandbox-escape route than the one in the published proof-of-concept.

The strongest counterpoint is that this is not described as a low-effort exploit. Searchlight Cyber researcher Adam Kues characterized it as exploitable in high-complexity attacks, Help Net Security reported. But the same research described the payoff as unauthenticated code execution and full compromise of the ServiceNow instance and any connected proxy servers, which is why high complexity doesn't make this safe to park in a normal patch queue.


Pre-authentication RCE puts workflow systems directly in the blast radius

The pre-authentication angle is what turns ServiceNow CVE-2026-6875 from a vendor advisory into a live enterprise exposure problem. A vulnerable internet-facing instance can be probed before an attacker has a username, password, token, or foothold. That sharply raises urgency for self-hosted deployments that have not yet applied the July 13th update.

The NVD record for CVE-2026-6875 lists the vulnerability as CWE-94, improper control of code generation, and shows a CVSS-B 9.5 CRITICAL score from ServiceNow under CVSS 4.0. NVD says its own enrichment is still pending, but the vendor-supplied vector includes network attackability, no privileges required, and no user interaction required. That aligns with the operational concern now emerging from Defused's exploitation report.

“This vulnerability could enable an unauthenticated user, in certain circumstances, to execute code within the ServiceNow platform.”

That ServiceNow language in the CVE record also says the company was “not currently aware of exploitation against ServiceNow instances.” Defused's weekend finding changes the live-risk picture after that earlier advisory text. XOOMAR analysis: this is the normal compression cycle for serious enterprise bugs, disclosure, technical write-up, attacker adaptation, and then a race between patching and exploitation.

Deployment path Source-backed status Immediate security implication
Hosted ServiceNow instances ServiceNow pushed a security update after the early April report Customers should verify update status and review logs
Self-hosted instances Patches and security updates were made available last week Unpatched systems should be treated as high-priority exposure
Publicly reachable instances Exploitation hits /assessment_thanks.do Logs for that endpoint deserve immediate review

Sandbox escape matters because sandboxing is supposed to limit what scripts can do inside the platform. If attackers can break that boundary, the scripting layer stops being a containment line and becomes a path to code execution. The security updates also carry Guarded Script, a new ServiceNow feature that restricts the type of code that can run in sandbox contexts, making future sandbox escapes less likely, according to Help Net Security.

For teams tracking how patch deadlines collide with operational risk, this sits near the same security-operations problem XOOMAR covered in Windows 10 Security Updates Now Trap One in Six PCs. The ServiceNow case is different, but the pressure is familiar: a public fix exists, attackers are moving, and defenders need clean visibility into what was exposed before patching.


Security teams should patch first, then hunt for sandbox-escape traces

The priority is not debate, it's verification. Administrators of self-hosted ServiceNow AI Platform instances that have not applied the July 13th update should do so now, especially where instances are reachable from the public internet. Hosted customers should confirm their update status rather than assuming the deployment path is enough.

Security teams should also reduce exposure where they can. XOOMAR analysis: until patch status and compromise status are both clear, access restrictions, tighter network controls, and review of unnecessary integrations are practical containment moves. Those steps don't replace patching, but they can shrink the number of paths an attacker can test while teams investigate.

Immediate hunting should focus on evidence tied to the reported exploitation path and the risk model of the bug:

  • Endpoint activity: Review requests to /assessment_thanks.do, especially anomalous pre-authentication traffic.
  • Script behavior: Check for unexpected script execution or signs that sandbox limits were bypassed.
  • Admin changes: Look for new privileged users, altered roles, or unexplained configuration changes.
  • Integrations: Review new or modified integrations that could move data or extend access.
  • Outbound traffic: Investigate unusual connections from ServiceNow infrastructure after suspicious requests.

This is also a reminder that workflow platforms can become high-value intrusion points when they sit close to tickets, employee processes, automation, and operational records. We saw a different side of breach response pressure in Fairlife Cyberattack Turns Coke Unit Into 17th US Cyber Hit, where the lesson for security teams was the same at a higher level: speed matters once attackers have a path in.

The near-term watch item is whether exploitation remains focused on opportunistic scanning of unpatched instances or starts appearing inside broader ransomware, espionage, or supply chain campaigns. There is no source-backed confirmation of that broader pattern yet. What would prove the risk is contained is a patching wave, limited exploit telemetry, and no credible reports of post-exploitation activity beyond initial attempts.

Impact Analysis

  • CVE-2026-6875 allows pre-authentication remote code execution, meaning attackers do not need valid credentials.
  • Active exploitation raises urgency for unpatched ServiceNow AI Platform instances.
  • Attackers are using a different sandbox-escape route than the public proof-of-concept, complicating detection and response.

ServiceNow CVE-2026-6875 patch availability

Deployment typeUpdate timingImplication
Hosted ServiceNow instancesSecurity update pushed the next day after the early April 2026 reportLower exposure if ServiceNow-managed updates were applied
Self-hosted customers and partnersPatches and security updates made available last weekMust verify deployment immediately
XOOMAR

Written by

XOOMAR Insights Team

Research and Editorial Desk

The XOOMAR Insights Team pairs automated research with human editorial judgment. We track hundreds of sources across technology, fintech, trading, SaaS, and cybersecurity, cross-check the facts, and explain what happened, why it matters, and what to watch next. We do not just rewrite headlines. Every article is fact-checked and scored for reliability before it goes live, and we link back to the original sources so you can verify anything yourself.

Related Articles

Text 'Cyber Attack' on textured dark paper highlights digital security threat concept.Cybersecurity

Hackers Mass-Exploit Patched SharePoint Flaw After Public PoC

Attackers are actively exploiting a critical Microsoft SharePoint vulnerability (CVE-2026-55040) using public proof-of-concept code, targeting organizations tha

Aug 13, 20265 min
Conceptual image showing the words 'Ethical Hacking' on a textured abstract background.Cybersecurity

Critical Gitea Bug Hijacks Systems for Crypto Mining

A critical Gitea vulnerability is under active attack, letting hackers hijack servers for cryptocurrency mining, confirmed by CISA's urgent patch order.

Aug 26, 20267 min
Chain-locked book, phone, and laptop symbolizing digital and intellectual security.Cybersecurity

Feds Set Deadline as Hackers Hit AI Tool, Web Server Code

The US government has issued a mandatory remediation deadline after confirming attackers are actively exploiting critical bugs in Langflow, Apache Tomcat, and N

Aug 6, 20265 min
Close-up of a smartphone displaying a bank alert notification on a wooden table.Cybersecurity

Citrix Patch Fail Forces U.S. 72-Hour Crisis Ultimatum

A previously patched Citrix NetScaler flaw is being actively exploited, prompting a formal U.S. government emergency order giving all federal agencies just 72 h

Aug 27, 20268 min
A hacker in a black hoodie using a tablet displaying a skull, surrounded by chalk symbols and 'Hacker Attack' text.Cybersecurity

AI Wrote a Zoom Hack in Under 20 Prompts

Researchers weaponized a critical Zoom flaw using fewer than 20 AI prompts, collapsing the barrier to sophisticated cyberattacks and turning screen-sharing into

Aug 11, 20265 min
The Eiffel Tower at dusk with cinematic lighting, representing a global news event and international connections.Global Trends

Eiffel Tower Shuts Over Staff Alleging Women Were Sidelined

In a dramatic protest, the Eiffel Tower closed after management allegedly sidelined female staff during a private visit by the Hindu group BAPS, triggering a ci

Sep 8, 20266 min
A parched, desolate French vineyard under a harsh, dusty orange heatwave sky, depicting extreme drought impacting wine harvest.Global Trends

French Wine Harvest Plummets to Historic 30-Year Low

France's 2026 wine harvest is forecast to drop to its lowest level in 30 years due to extreme heat and drought, with Champagne yields cut in half.

Sep 8, 20265 min
Split view of a digital finance app and a stock ticker in a modern Tokyo office, symbolizing interest rate decisions.Fintech

Japan's Growth Beat Voids BOJ's Final Rate Hike Excuse

Japan's revised GDP growth to 1.4% provides the Bank of Japan with the necessary cover to proceed with a widely expected interest rate hike in September, shifti

Sep 8, 20267 min
Silhouetted American flag overshadowing a Bombardier jet on a North American map, symbolizing trade tensions.Global Trends

Trump Arms Trade War With Bombardier Jet Ban Threats

President Trump has threatened to ban Bombardier from selling jets in the US unless it moves production there, directly targeting a key Canadian firm as billion

Sep 8, 20267 min
Dynamic trading floor scene with holographic market data visualizations and traders analyzing vibrant stock charts.Trading

BITB Holdings Flat After $24.2 Million Monday Inflow

The Bitwise Bitcoin ETF (BITB) recorded no net flow Monday, a pause that followed a notable $24.2 million inflow on Friday, the fund's largest positive movement

Sep 7, 20266 min

Don't miss the signal

Get our weekly roundup of the stories that matter across tech, fintech, and trading. No noise, just signal.

Free forever. No spam. Unsubscribe anytime.