# Three Enterprise Vendors Patch Critical Flaws as ServiceNow AI RCE Threatens Millions
## The Threat
Fortinet, Ivanti, and ServiceNow released a wave of critical security patches on Tuesday, addressing 15 vulnerabilities across enterprise infrastructure and AI platforms. The most urgent threat is a remote code execution vulnerability in ServiceNow's AI platform that requires no authentication—meaning any attacker on the internet can potentially take control of affected deployments without credentials or prior access.
ServiceNow's flaw (CVE-2026-6875) represents a critical failure in the AI platform's input validation, allowing attackers to inject and execute arbitrary code directly. Since ServiceNow AI handles sensitive business logic, automation workflows, and data processing for thousands of organizations worldwide, successful exploitation could grant attackers complete control over critical business processes. The company has already deployed patches to its hosted infrastructure, but organizations running self-hosted deployments remain vulnerable until they apply updates.
Alongside ServiceNow's critical vulnerability, Ivanti's data aggregation tool Xtraction and Fortinet's extensive product portfolio contain vulnerabilities ranging from information disclosure to authenticated code execution. Ivanti's issues allow attackers to redirect users to malicious sites and read sensitive files from affected systems. Fortinet's 12 vulnerabilities span authentication bypass, command injection, and filesystem manipulation—compounding the risk for organizations that rely on Fortinet's edge security, access control, and threat detection products. Together, these patches signal a broader pattern of vendor-side vulnerabilities that require urgent industry attention.
## Severity and Impact
| Vulnerability | Vendor | Product | CVE | CVSS Score | Attack Vector | Authentication | CWE |
|---|---|---|---|---|---|---|---|
| AI Platform RCE | ServiceNow | ServiceNow AI | CVE-2026-6875 | 9.5 (Critical) | Network | None Required | CWE-94 |
| Path Traversal | Ivanti | Xtraction | CVE-2026-14903 | High | Network | Possibly Required | CWE-22 |
| Open Redirect | Ivanti | Xtraction | CVE-2026-14902 | Medium | Network | None Required | CWE-601 |
| Information Disclosure (Multiple) | Fortinet | FortiAuthenticator, FortiSandbox | Multiple | High | Network | Not Required (FortiSandbox) | CWE-200 |
| Command Execution & Memory Leaks | Fortinet | FortiOS, FortiProxy, FortiSASE, Others | Multiple | Medium–High | Network | Varies | CWE-400, CWE-78 |
## Affected Products
ServiceNow
Ivanti
Fortinet
## Mitigations
Immediate Actions:
Longer-term Hardening:
## References
---
## HackWire Analysis
The convergence of three major vendor patches in a single day underscores a troubling reality: critical vulnerabilities are surfacing faster than organizations can patch them. ServiceNow's unauthenticated RCE is particularly alarming because it exposes the AI platform to the entire internet—no VPN bypass, no social engineering, no low-severity chain needed. An attacker simply sends a malicious request and gains code execution. For organizations with hundreds of ServiceNow instances across departments, this means the vulnerability surface is already massive, and many self-hosted customers won't even know they're exposed until attackers actively scan for the flaw.
What's instructive here is the pattern: all three vendors are releasing patches for vulnerabilities discovered through their own security research, not from active exploitation reports. This is good news in the short term (no zero-day chaos), but it also means vulnerability disclosure is increasingly dependent on vendor discipline, not external security research or bug bounty programs catching flaws first. Organizations that rely on external threat intelligence to prioritize patches are flying blind.
The Fortinet vulnerability bundle is worth special scrutiny. Twelve separate CVEs across ten products suggests either a sweeping code review that uncovered systemic issues or a concerning lack of input validation hygiene across the portfolio. The combination of authentication bypass, command injection, and file system deletion capabilities creates a nightmare scenario for incident responders: a single compromised FortiAuthenticator instance could lead to lateral movement across the entire Fortinet-protected network.
For defenders: patch ServiceNow within 48 hours if you run self-hosted deployments, not 30 days. Audit your Fortinet instances for abnormal API key usage and check FortiSandbox VNC logs. This patch cycle is not a routine Tuesday—treat it as emergency maintenance.
— HackWire Editorial
## Related Coverage