🔧 AI Nachrichten Major AI platforms go down in unprecedented simultaneous outage(03.09.2026 um 17:34 Uhr)
🔧 AI Nachrichten ChatGPT, Claude, and Grok Down? Users Report Widespread Outages(03.09.2026 um 19:14 Uhr)
🔧 AI Nachrichten OpenAI Launches GPT-6 Astra, Says We May Have Entered the AGI Era(03.09.2026 um 22:08 Uhr)
🔧 AI Nachrichten Claude Comes to CarPlay as Fifth Major AI Chatbot App(05.09.2026 um 05:31 Uhr)
🔧 AI Nachrichten OpenAI’s GPT-6 Astra Is AGI, Says NVIDIA CEO Jensen Huang(07.09.2026 um 06:31 Uhr)
🔧 AI Nachrichten Blame AI companies for Mac mini and Mac Studio shortage(31.08.2026 um 10:32 Uhr)
🔧 AI Nachrichten Major AI platforms go down in unprecedented simultaneous outage(03.09.2026 um 17:34 Uhr)
🔧 AI Nachrichten ChatGPT, Claude, and Grok Down? Users Report Widespread Outages(03.09.2026 um 19:14 Uhr)
🔧 AI Nachrichten OpenAI Launches GPT-6 Astra, Says We May Have Entered the AGI Era(03.09.2026 um 22:08 Uhr)
🔧 AI Nachrichten Claude Comes to CarPlay as Fifth Major AI Chatbot App(05.09.2026 um 05:31 Uhr)
🔧 AI Nachrichten OpenAI’s GPT-6 Astra Is AGI, Says NVIDIA CEO Jensen Huang(07.09.2026 um 06:31 Uhr)
🔧 AI Nachrichten Blame AI companies for Mac mini and Mac Studio shortage(31.08.2026 um 10:32 Uhr)

🔧 Programmierung 🕛 kürzlich 6 Min Lesezeit CVE-2026-6875
0

CVE-2026-6875: ServiceNow AI Platform Sandbox Escape Under Active Exploitation

Cyber Threat & Vulnerability Dossier CVSS 9.5 CRITICAL EPSS 86.7%
ANGRIPPSVEKTOR
🌐 Netzwerk (Remote)
AUTHENTIFIZIERUNG
🔓 Keine Authentifizierung nötig
SCHADENSPROFIL
RCE / Vollzugriff / Full Compromise
CWE-KLASSIFIZIERUNG
CWE-94: Code Injection
Handlungsempfehlung: Sicherheits-Update des Herstellers zeitnah einspielen und Netzwerksegmentierung prüfen.
Im CVE-Radar öffnen
↗ Quelle (dev.to)
🔬 IoC Intelligence (1 Indikatoren erkannt)
CVE-2026-6875
🗣️ Stimme:
📑 Inhaltsübersicht




TL;DR





  • what: Threat actors are actively exploiting CVE-2026-6875, a critical (CVSS 9.5) sandbox escape in the ServiceNow AI Platform that allows unauthenticated arbitrary code execution via a pre-auth endpoint.


  • impact: Successful exploitation yields complete compromise of the ServiceNow instance and all connected proxy servers, exposing ITSM data, credentials, and integrations across the environment.


  • fix: Apply the June 2026 ServiceNow patches now: Brazil EA/GA, Australia Patch 2, Zurich Patch 7b or 9, or Yokohama Patch 12 Hot Fix 1b or Patch 13.


  • who: Every organization running a self-hosted ServiceNow instance on an unpatched release is exposed to an unauthenticated, PoC-armed attack; ServiceNow-hosted customers should confirm patch status regardless.



Attackers are exploiting a critical sandbox escape in the ServiceNow AI Platform that hands them unauthenticated code execution on the instance. CVE-2026-6875 carries a CVSS score of 9.5, requires no credentials, and according to disclosure firm Searchlight Cyber leads to complete compromise of the ServiceNow instance and every proxy server connected to it. Threat intelligence firm Defused Cyber reported in-the-wild exploitation on July 21, 2026, with captured payloads matching Searchlight's public proof-of-concept. Patches have been available since June. If you run a self-hosted instance and have not applied them, treat this as an incident-prevention task for today, not a change-window item.






What the vulnerability is



CVE-2026-6875 is a sandbox escape in the ServiceNow AI Platform. ServiceNow, like most low-code and AI-enabled platforms, executes user- and workflow-supplied code inside a restricted sandbox to prevent that code from reaching the underlying host or instance internals. This flaw breaks out of that boundary. Once the sandbox constraint is gone, an attacker's input is no longer sandboxed script; it is arbitrary code running with the platform's own privileges.



The critical multiplier here is that the exploit is reachable pre-authentication. Defused Cyber observed exploitation against the endpoint '/assessment_thanks.do' using HTTP POST requests. That endpoint is exposed without a valid session, which means an attacker does not need stolen credentials, a phishing foothold, or an insider. Internet-facing exposure plus an unpatched build is the entire prerequisite.




⚠️ Pre-auth RCE means no login step to detect — Because CVE-2026-6875 is exploitable before authentication, there is no failed-login pattern, credential-stuffing spike, or MFA prompt to alert on. The first observable signal may be the code execution itself. Hunt on POST requests to /assessment_thanks.do and unexpected child processes or outbound connections from the ServiceNow application tier.







Why the blast radius is large



A ServiceNow instance is rarely an island. It typically holds IT service management data, asset and configuration records, workflow automation, and stored credentials for the systems it integrates with. Searchlight Cyber's disclosure states the flaw allows complete compromise of the instance as well as all connected proxy servers. That turns a single vulnerable platform into a pivot point into the rest of the environment.




  • Full instance compromise: read/write access to ITSM tickets, CMDB records, and any secrets stored in the instance.

  • Connected proxy servers: lateral reach into the network segments those proxies bridge.

  • Integration credentials: ServiceNow commonly stores API keys and service accounts for downstream systems, extending the attacker's reach beyond the platform itself.

  • Automation abuse: workflow and orchestration capabilities can be repurposed to execute actions across the estate under a trusted identity.






Timeline and disclosure



Searchlight Cyber reported the issue to ServiceNow on April 1, 2026. ServiceNow rolled out fixes throughout June across its supported release trains. Defused Cyber flagged active exploitation on July 21, roughly 111 days after the initial report and within weeks of patches becoming available. That compression, from vendor fix to in-the-wild exploitation, is the recurring pattern for high-severity enterprise flaws with a public PoC: the disclosure that helps defenders patch also arms attackers who reverse the fix.



Defused's reporting included one correction worth noting for accuracy. The firm initially suggested the observed payload reached the same code-execution primitive by a different route than the published PoC, then corrected itself to confirm the captured payload matches Searchlight Cyber's PoC. In practical terms, attackers are firing the public exploit, not a bespoke variant.






The vendor position



After publication, a ServiceNow spokesperson told The Hacker News the company has not observed evidence of exploitation to date, and specifically that it has seen no activity related to instances ServiceNow itself hosts. ServiceNow reiterated that patches are available and urged both self-hosted and ServiceNow-hosted customers to apply them, offering direct assistance to customers who need help. Note the scope of the statement: it addresses ServiceNow-hosted infrastructure. Self-hosted instances sit outside the vendor's telemetry, and Defused's exploitation reporting was not limited to hosted environments. Absence of evidence on the vendor's own fleet is not evidence of absence across every self-managed deployment.




Patch matrix — Apply the fixed build for your release family: Brazil EA and Brazil GA; Australia Patch 2; Zurich Patch 7b or Zurich Patch 9; Yokohama Patch 12 Hot Fix 1b or Yokohama Patch 13. ServiceNow is also hardening the platform by severely restricting the type of code permitted to run in sandbox contexts, per researcher Adam Kues.







What to do now




  • Patch immediately: move any self-hosted instance to a fixed build (Brazil EA/GA, Australia Patch 2, Zurich Patch 7b/9, or Yokohama Patch 12 Hot Fix 1b/Patch 13). This is the primary mitigation.

  • Hunt retroactively: review web and application logs for HTTP POST requests to /assessment_thanks.do, and check for unexpected processes, outbound connections, or new accounts on the ServiceNow application tier.

  • Assume the sandbox held nothing back: if you find evidence of exploitation, treat connected proxy servers and any credentials stored in the instance as compromised and rotate them.

  • Reduce exposure: restrict internet-facing access to the platform where business requirements allow, and put a WAF rule in front of the affected pre-auth endpoint as a stopgap, not a substitute for patching.

  • Confirm hosted status: even if you are ServiceNow-hosted, verify your instance is on a patched build rather than relying on the vendor's fleet-wide statement.



The through-line is simple. This is a CVSS 9.5, unauthenticated, PoC-armed remote code execution flaw in a platform that typically sits at the center of IT operations and holds the credentials to reach everything else. Patches exist. The gap between having a fix and applying it is the entire attack surface here, and attackers are already inside that gap.






Originally published on RedEye Threat Intelligence.

Vollständiger Original-Bericht
Ausführliche Details, Code-Beispiele & Hersteller-Stellungnahme auf dev.to.
↗ Original-Artikel auf dev.to lesen
Wie bewertest du diesen Beitrag?
1 Klick Feedback
Teilen mit Netzwerk & Team:
Community Threat-Level Barometer
Live Votum

Wie stufst du das Risiko dieser Schwachstelle / Bedrohung für dein Unternehmen ein?

Noch keine Stimmen — schätze das Risiko als Erster ein.

Community-Analysen & Experten-Meinungen 0

Verfasse deine eigene Analyse, teile Workarounds oder diskutiere diesen Vorfall im Blog.
Noch keine Community-Analyse verfasst. Markiere einen Textabschnitt oder klicke oben auf Eigene Analyse verfassen“!
Community Pulse: Relevanz-Einschätzung
1 Klick Experten-Votum
🔴 Akute Relevanz 0%
🟡 In Evaluierung 0%
🟢 Keine Auswirkung 0%
Spannende Innovation 0%
Verwandte Story-Cluster & Quellen (Vektor-KI)
Port 8095 Engine
3 Quellen
GPT-6 Astra Release Today? OpenAI’s Next Major AI Model Is Almost Here
1 Quelle
Apple accuses OpenAI of destroying evidence as trade-secrets fight intensifies
1 Quelle
Major AI platforms go down in unprecedented simultaneous outage
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten CVE-2026-6875: ServiceNow AI Platform Sandbox Escape Under Active Exploitation

Thematisch verwandte Begriffe: CVE20266875, ServiceNow, Platform, Sandbox · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...