# Critical RCE Flaws Patched Across SAP, Fortinet, VMware, Ivanti, and n8n in Major Security Update
## The Threat
A coordinated wave of security patches has arrived for critical vulnerabilities affecting enterprise software across cloud, on-premises, and hybrid infrastructure. The advisory patch set includes remote code execution (RCE) flaws in SAP, Fortinet, n8n, and privilege escalation issues in VMware Fusion—some of which can be exploited without authentication, posing an immediate risk to organizations worldwide.
The vulnerabilities span infrastructure management, enterprise resource planning, authentication systems, and automation platforms. Most concerning are the unauthenticated RCE flaws in Fortinet FortiAuthenticator and FortiSandbox, which could allow attackers to gain immediate code execution on critical security infrastructure. Meanwhile, SAP's missing authentication check in Commerce Cloud (CVE-2026-34263) bypasses the entire authentication layer, enabling attackers to inject code and execute arbitrary commands before any credential validation occurs.
The breadth of affected vendors—including net-new automation tools like n8n—suggests that defenders face a complex patching landscape. Organizations running multiple products from this list face compounding exposure, particularly in environments where legacy systems connect to modern cloud automation. N8n's prototype pollution flaws, while requiring authenticated workflow access, are especially dangerous in multi-tenant or externally-accessible instances where compromised workflows could become a beachhead for lateral movement across the platform.
## Severity and Impact
| CVE | Product | CVSS Score | CWE | Attack Vector | Auth Required |
|---------|-----------|---|---|---|---|
| CVE-2026-8043 | Ivanti Xtraction | 9.6 | CWE-434 (Unrestricted Upload) | Network | Authenticated |
| CVE-2026-44277 | Fortinet FortiAuthenticator | 9.1 | CWE-284 (Improper Access Control) | Network | None |
| CVE-2026-26083 | Fortinet FortiSandbox / Cloud / PaaS | 9.1 | CWE-862 (Missing Authorization) | Network | None |
| CVE-2026-34260 | SAP S/4HANA | 9.6 | CWE-89 (SQL Injection) | Network | Authenticated (Low-Privilege) |
| CVE-2026-34263 | SAP Commerce Cloud | 9.6 | CWE-287 (Improper Authentication) | Network | None |
| CVE-2026-41702 | VMware Fusion | 7.8 | CWE-367 (TOCTOU) | Local | Local (Non-Admin) |
| CVE-2026-42231 | n8n | 9.4 | CWE-1321 (Prototype Pollution) | Network | Authenticated |
| CVE-2026-42232 | n8n | 9.4 | CWE-1321 (Prototype Pollution) | Network | Authenticated |
## Affected Products
Ivanti Xtraction
Fortinet FortiAuthenticator
Fortinet FortiSandbox (On-Premises)
Fortinet FortiSandbox Cloud
Fortinet FortiSandbox PaaS
SAP S/4HANA
SAP Commerce Cloud
VMware Fusion
n8n
## Mitigations
Immediate Actions (Critical Priority):
Network Segmentation:
Compensating Controls:
Vendor Patch Status:
## References
---
## HackWire Analysis
This patch batch reveals a critical vulnerability pattern: unauthenticated RCE in authentication and security infrastructure itself. When Fortinet FortiAuthenticator—the security layer protecting enterprise networks—can be compromised without credentials, the entire perimeter collapses. Similarly, SAP Commerce Cloud's missing authentication check means attackers can inject code before any identity verification occurs.
What's particularly concerning is the convergence of legacy enterprise software (SAP, Fortinet, VMware) with modern automation platforms (n8n). Organizations building hybrid architectures that connect legacy ERP systems to cloud automation tools now face cascading risks. A compromised n8n instance with workflow creation permissions could become a bridge into SAP systems. A breached Fortinet authenticator could become the pivot point for stealing API tokens used by automation.
The VMware Fusion TOCTOU bug, while lower severity, highlights another troubling trend: endpoint security through hypervisor isolation is increasingly complex, and race conditions in privilege escalation are harder to audit than traditional vulnerabilities. Developers may not recognize that their SETUID binaries contain timing windows exploitable by local users.
For defenders: Treat this as a complete patch event—apply all fixes in sequence rather than selectively. Fortinet and SAP must be prioritized for internet-facing instances; n8n for multi-user deployments. If you run automation orchestration connected to enterprise systems, audit workflow permissions immediately to ensure only trusted users can modify them.
The broader lesson: authentication infrastructure and automation platforms deserve the same security rigor as perimeter defenses. A gap in either becomes a systemic risk.
— HackWire Editorial
## Related Coverage