ServiceNow Patches Critical Unauthenticated RCE Flaws

ServiceNow Patches Three Critical CVSS 10.0 Flaws in AI Platform

CRITICAL
August 28, 2026
5m read
VulnerabilityPatch Management

Related Entities

CVE Identifiers

CVE-2026-18885
CRITICAL
CVSS:10
CVE-2026-18886
CRITICAL
CVSS:10
CVE-2026-74820
CRITICAL
CVSS:10
CVE-2026-6876
HIGH
CVSS:8.7

Full Report

Executive Summary

On August 27, 2026, ServiceNow released security updates for four vulnerabilities affecting its ServiceNow AI Platform and Now Platform. Three of these vulnerabilities are rated critical with a CVSS score of 10.0 out of 10.0. These flaws—a code injection (CVE-2026-18885), an improper access control flaw (CVE-2026-18886), and a SQL injection (CVE-2026-74820)—can be exploited by an unauthenticated remote attacker in low-complexity attacks. Successful exploitation could lead to arbitrary code execution, full privilege escalation, and complete database control. Given that ServiceNow's platforms underpin critical business operations for a majority of Fortune 500 companies, the potential impact is severe. ServiceNow has patched its hosted instances and provided updates for on-premise customers. No active exploitation has been reported.


Vulnerability Details

The three critical vulnerabilities pose a significant threat due to their high impact and ease of exploitation:

  • CVE-2026-18885: A code injection vulnerability in the GraphQL Composite Data API. An unauthenticated, remote attacker can send a specially crafted request to execute arbitrary code on the instance, allowing them to access or modify any data.
  • CVE-2026-18886: An improper access control vulnerability in the system configuration image upload processor. This flaw allows an unauthenticated attacker to upload malicious files, which can be leveraged to create or modify data, ultimately leading to a full privilege escalation to an administrator-level account.
  • CVE-2026-74820: A SQL injection vulnerability within a dynamic schema ORDER BY clause. An unauthenticated attacker can exploit this to execute arbitrary SQL commands, enabling them to read, modify, or delete data from the underlying database.

A fourth, high-severity vulnerability, CVE-2026-6876 (CVSS 8.7), was also patched. This flaw is a sandbox escape in the Now Platform that could also permit arbitrary code execution.

All three critical flaws were assigned the CVSS 4.0 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, signifying a network-based attack with no privileges or user interaction required, and a high impact on the confidentiality, integrity, and availability of both the vulnerable platform and logically separate systems.

Affected Systems

The vulnerabilities affect multiple versions of the ServiceNow AI and Now Platforms. Organizations using self-hosted (on-premise) instances must apply patches manually. The following versions are impacted:

  • Xanadu: Versions prior to Patch 11 Hot Fix 7a
  • Yokohama: Versions prior to Patch 12 Hot Fix 3b, Patch 13 Hot Fix 4
  • Zurich: Versions prior to Patch 7b Hot Fix 3, Patch 8 Hot Fix 5, Patch 9 Hot Fix 6, and Patch 10 Hot Fix 2m/3

ServiceNow has already applied the necessary security updates to all its cloud-hosted customer instances.

Exploitation Status

As of the disclosure on August 28, 2026, ServiceNow has stated that it is not aware of any malicious exploitation of these vulnerabilities in the wild. However, the publication of these details, combined with the critical 10.0 CVSS scores, significantly increases the likelihood of threat actors developing and deploying exploits. The low attack complexity makes these flaws prime targets for widespread scanning and automated attacks.

Impact Assessment

A successful exploit of any of the three critical vulnerabilities would grant an attacker complete control over a ServiceNow instance. This could lead to:

  • Data Theft: Exfiltration of sensitive business data, customer information, employee records, and intellectual property stored within the platform.
  • Business Disruption: Malicious modification or deletion of data, workflows, and configurations, potentially halting critical business processes that rely on ServiceNow for IT service management, HR, and customer service operations.
  • Lateral Movement: A compromised ServiceNow instance, which is often deeply integrated with other enterprise systems like Active Directory, ERPs, and cloud services, could serve as a powerful pivot point for attackers to move laterally across the corporate network.
  • Ransomware Deployment: Attackers could leverage their control to deploy ransomware across connected systems, causing widespread operational shutdown and financial damage.

Given that 85% of Fortune 500 companies use ServiceNow, a widespread exploitation campaign could have significant economic and operational consequences across multiple industries.

Cyber Observables — Hunting Hints

The following patterns may help identify vulnerable or compromised systems:

Security teams should monitor for unusual activity related to the following components:

Type
url_pattern
Value
/api/now/graphql
Description
Monitor for anomalous or malformed requests to the GraphQL API endpoint, which could indicate attempts to exploit CVE-2026-18885.
Type
url_pattern
Value
/sys_attachment.do
Description
Scrutinize file uploads, particularly from unauthenticated sources, to endpoints handling image or configuration uploads for signs of CVE-2026-18886 exploitation.
Type
log_source
Value
ServiceNow System Logs
Description
Search for SQL errors or unusually complex ORDER BY clauses in queries, which may indicate attempts to exploit CVE-2026-74820.
Type
process_name
Value
node or java
Description
Monitor for unexpected child processes spawned by ServiceNow's core processes, which could be a sign of successful code execution.

Detection & Response

Security teams should implement the following detection and response strategies:

  1. Log Analysis: Ingest and analyze ServiceNow transaction logs, system logs, and web server access logs. Look for requests to the GraphQL Composite Data API from unknown or suspicious IP addresses. Hunt for unusual file upload activities, especially those involving non-image file types or unexpected file names being uploaded via the image processor. For CVE-2026-74820, filter logs for SQL-related errors or queries with complex, nested ORDER BY statements that appear anomalous. D3FEND's File Analysis and Network Traffic Analysis are relevant here.

  2. Endpoint Detection and Response (EDR): On self-hosted ServiceNow servers, monitor for suspicious process execution. The ServiceNow application runs on Java and Node.js; any unexpected child processes spawned from these, such as shells (sh, bash, powershell.exe) or network utility tools (curl, wget), are strong indicators of compromise.

  3. Network Monitoring: Monitor network traffic to and from ServiceNow instances. A sudden increase in outbound traffic or connections to unusual IP addresses could indicate data exfiltration following a compromise.

Mitigation

Immediate action is required for all self-hosted customers.

  1. Patch Immediately: The primary mitigation is to apply the security patches released by ServiceNow as soon as possible. This is a critical application of D3FEND's Software Update countermeasure.

  2. Restrict Access: As a temporary compensating control if patching is delayed, restrict network access to ServiceNow instances. Ensure that management interfaces are not exposed to the public internet. Access should be limited to trusted internal networks and administrative jump boxes. This aligns with D3FEND's Network Isolation principle.

  3. Web Application Firewall (WAF): Deploy a WAF with rules designed to inspect and block malicious GraphQL and SQL injection patterns. While not a substitute for patching, a properly configured WAF can provide a valuable layer of defense against exploitation attempts.

  4. Regular Audits: Regularly audit ServiceNow configurations, user roles, and permissions to ensure adherence to the principle of least privilege. This can help limit the impact of a potential compromise.

Timeline of Events

1
August 27, 2026
ServiceNow releases security patches for four vulnerabilities, including three with a CVSS score of 10.0.
2
August 28, 2026
This article was published

MITRE ATT&CK Mitigations

Applying the vendor-supplied patches is the most effective way to remediate these vulnerabilities.

Mapped D3FEND Techniques:

Restrict access to the ServiceNow instance from the internet and limit it to trusted internal networks or VPNs.

Mapped D3FEND Techniques:

Use a Web Application Firewall (WAF) to filter malicious requests targeting the GraphQL API and other vulnerable components.

Mapped D3FEND Techniques:

While inherent to the platform, ensuring proper segmentation between the application and the underlying OS can help contain post-exploitation activity.

Mapped D3FEND Techniques:

D3FEND Defensive Countermeasures

Organizations with self-hosted ServiceNow instances must prioritize the immediate deployment of the patches provided by ServiceNow. This includes Xanadu Patch 11 Hot Fix 7a, Yokohama Patch 12 Hot Fix 3b, and others as specified in the advisory. A risk-based patching strategy should be adopted, prioritizing internet-facing instances first, followed by critical internal instances. Before deployment to production, patches should be tested in a staging environment to ensure no disruption to business-critical workflows. Use configuration management tools to automate and verify the deployment across all relevant servers. For cloud-hosted customers, ServiceNow has already applied these updates, but it is prudent to confirm the patched status via the customer portal. This action directly remediates the root cause of all four vulnerabilities.

As a compensating control and defense-in-depth measure, deploy a Web Application Firewall (WAF) in front of ServiceNow instances. Configure the WAF with specific rules to detect and block signatures associated with SQL injection, particularly those targeting ORDER BY clauses, and anomalous GraphQL queries that may indicate attempts to exploit CVE-2026-18885. The WAF should also be configured to inspect and restrict file uploads, blocking requests that attempt to upload executable or script files through the image upload processor related to CVE-2026-18886. Furthermore, implement strict IP allowlisting, ensuring that the ServiceNow platform is only accessible from trusted corporate IP ranges and VPN gateways, effectively shielding it from opportunistic internet-wide scanning and attacks. This technique helps block attack attempts before they reach the vulnerable application code.

Timeline of Events

1
August 27, 2026

ServiceNow releases security patches for four vulnerabilities, including three with a CVSS score of 10.0.

Sources & References

ServiceNow warns of three max severity security vulnerabilities
BleepingComputer (bleepingcomputer.com) August 28, 2026
ServiceNow fixes three critical AI Platform vulnerabilities
Secure-ISS (secure-iss.com) August 28, 2026
CVE-2026-74820 ServiceNow AI Platform sql injection
VulDB (vuldb.com) August 27, 2026

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Editorial Standards & Analyst Review

CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.

Tags

ServiceNowVulnerabilityCVSS 10RCESQL InjectionPrivilege EscalationPatch Management

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.

Sigma Generator

Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.