Skip to main content
Cyber News & CTI Reports :: 2026-08-28 | Three CVSS 10.0 ServiceNow Flaws Could Let Unauthenticated Attackers Execute Code and SQL
Contact Page | Privacy Policy

2026-08-28 | Three CVSS 10.0 ServiceNow Flaws Could Let Unauthenticated Attackers Execute Code and SQL

1. AI Summary

ServiceNow patches four security flaws in AI Platform, including three rated CVSS 10.0, exploitable by unauthenticated attackers for code injection, SQL injection, and privilege escalation. Exploitation observed in-the-wild for CVE-2026-6875.

2. IOCs

IOC Type Value Description Relevant MITRE ATT&CK Techniques
Vulnerability CVE-2026-18885 Code injection vulnerability in GraphQL Composite Data API allowing arbitrary code execution. T1190
Vulnerability CVE-2026-18886 Improper access control in system configuration image upload processor enabling privilege escalation. T1068
Vulnerability CVE-2026-74820 SQL injection vulnerability through dynamic ORDER BY clause allowing arbitrary SQL execution. T1505.003
Vulnerability CVE-2026-6876 Sandbox escape in Now Platform allowing arbitrary code execution by unauthenticated users. T1608.006
Vulnerability CVE-2026-6875 Critical pre-auth sandbox-escape RCE in ServiceNow AI Platform T1190|T1203|T1068

3. MITRE ATT&CK

Code Title
T1190 Exploitation for Client Execution - Unauthenticated code injection in GraphQL API.
T1505.003 Server-Side Exploit - SQL injection via dynamic ORDER BY clause.
T1068 Exploitation for Privilege Escalation - Improper access control in image upload processor.
T1608.006 Steal or Forge Authentication Tokens - Sandbox escape in Now Platform.
T1059 Command and Scripting Interpreter - Arbitrary code execution.
T1190.001 Exploitation for Client Execution via Web Services - Exploitation through ServiceNow APIs.
T1203 Exploitation for Client Execution - In-the-wild exploitation observed for CVE-2026-6875.
T1046 Network Service Scanning - Detection of exploitable ServiceNow instances.
T1566.001 Phishing: Spearphishing Attachment - Spearphishing Attachment - Potential delivery vector via image upload processor.
T1078 Valid Accounts - Potential bypass of authentication through sandbox escape.

4. Targets

Type Value
Company ServiceNow
Sector IT Services and Software

5. Article Details

6. Original text

ServiceNow
has released patches for four security flaws impacting the
ServiceNow
AI Platform, three of them rated 10.0 on the CVSS scoring system and exploitable, in certain circumstances, by an unauthenticated attacker. The company said it deployed a security update to hosted instances and provided the update to its partners and self-hosted customers, which leaves organizations that run their own instances to apply the fixes themselves. The advisory was published on August 27, 2026, and the four vulnerabilities are listed below -
CVE-2026-18885
(CVSS score: 10.0) - A code injection vulnerability in the GraphQL Composite Data API that could enable an unauthenticated user to execute arbitrary code and gain access to, or modify, instance data
CVE-2026-18886
(CVSS score: 10.0) - An improper access control vulnerability in the system configuration image upload processor that could enable an unauthenticated user to create or modify instance data, resulting in privilege escalation
CVE-2026-74820
(CVSS score: 10.0) - A SQL injection vulnerability reached through a dynamic schema ORDER BY clause that could enable an unauthenticated user to execute arbitrary SQL statements against the instance's underlying database
CVE-2026-6876
(CVSS score: 8.7) - A sandbox escape in the Now Platform that could allow an unauthenticated user to execute arbitrary code The three maximum-severity flaws share the vector CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H , describing a network-reachable attack of low complexity that requires no privileges and no user interaction, and that carries high impact to confidentiality, integrity, and availability in both the vulnerable component and the systems connected to it. The advisory follows
CVE-2026-6875
, a pre-authentication sandbox escape in the same platform. Searchlight Cyber reported that flaw to
ServiceNow
on April 1, 2026.
ServiceNow
published the advisory for it on July 13.

Threat intelligence firm Defused said days after the July advisory that it was observing in-the-wild exploitation of

CVE-2026-6875
. It subsequently issued a correction stating that the captured payload matched Searchlight Cyber's published proof-of-concept (PoC) exploit . "
ServiceNow
is aware of a cybersecurity company's recent publication regarding exploitation activity associated with a previously disclosed security vulnerability, identified as
CVE-2026-6875
," a
ServiceNow
spokesperson told The Hacker News. "Based on our investigation to date, we have not observed evidence that this activity is related to instances that
ServiceNow
hosts." "We have provided updates and patches designed to address this issue, and we encourage our self-hosted and
ServiceNow
-hosted customers to apply the relevant patches if they have not already done so. In addition, we will continue to work directly with customers who need assistance in applying the patches," the spokesperson said. The 10.0 ratings are
ServiceNow
's own. The company is the CVE Numbering Authority for its products, and since April 15, 2026, NIST has enriched only vulnerabilities that appear in CISA's Known Exploited Vulnerabilities catalog , affect federal government software, or are designated critical under Executive Order 14028. None of the four flaws appeared in the catalog as of August 28, 2026, leaving
ServiceNow
's ratings as the only severity assessment on record.
ServiceNow
rated all three of the new maximum-severity flaws at low attack complexity. It scored the sandbox escape reported exploited in July at 9.5 under the same version of the scoring system, with every metric identical to the three except attack complexity, which it set to high.

ServiceNow
lists the following versions as affected in its August advisory - Xanadu - any version before Patch 11 Hot Fix 7a Yokohama - any version before Patch 12 Hot Fix 3b, and any version before Patch 13 Hot Fix 4 Zurich - any version before Patch 7b Hot Fix 3, Patch 8 Hot Fix 5, Patch 9 Hot Fix 6, Patch 10 Hot Fix 2m (m-branch), Patch 10 Hot Fix 3 (standard), Patch 11, or Patch 12 Australia - any version before Patch 2 Hot Fix 3, Patch 3 Hot Fix 2, Patch 3m, Patch 4, or Patch 5 The record for
CVE-2026-18886
marks "Any version before Australia Patch 5" with a status of unknown, where the records for the other three mark the same version as affected. All four set a default product status of unaffected, so a release the list does not name falls outside the affected set.
ServiceNow
describes
CVE-2026-6876
as an issue that could allow an unauthenticated user to execute arbitrary code within the Now Platform, while the CVSS vector it assigned to the same flaw specifies PR:L , or low privileges required. That vector also records no impact to systems beyond the vulnerable component, unlike the three rated 10.0.
ServiceNow
said in each of the four records that it is not currently aware of exploitation. The Hacker News found no public exploit code for the three maximum-severity flaws as of August 28, 2026. Searchlight Cyber had published no technical write-up for the flaws disclosed in August at the time of writing. Adam Kues, a security researcher at the firm, wrote in July that
ServiceNow
was "enhancing instance security by severely restricting the type of code that can run in sandbox contexts."