Fortinet and Ivanti Rush to Patch Critical Vulnerabilities Before Attackers Strike + Video

Listen to this Post

Featured Image

Introduction

Cybersecurity vendors continue to face intense pressure as threat actors relentlessly search for weaknesses in enterprise infrastructure. This week, two major security companies, Fortinet and Ivanti, released emergency security updates addressing multiple vulnerabilities across their product portfolios. Several of these flaws carry critical severity ratings and could allow attackers to execute commands remotely, gain administrator privileges, or fully compromise affected systems.

While neither company has reported active exploitation of these vulnerabilities, the technical details reveal risks significant enough to demand immediate attention from organizations worldwide. The updates serve as another reminder that even security-focused products can become attractive targets when vulnerabilities emerge.

Fortinet Addresses Critical FortiSandbox Command Injection Flaw

Fortinet published three separate security advisories covering vulnerabilities affecting FortiSandbox, FortiOS, FortiProxy, and FortiPortal.

The most serious issue, tracked as CVE-2026-25089, received a CVSS severity score of 9.8 out of 10. The vulnerability is classified as an operating system command injection flaw affecting FortiSandbox, FortiSandbox Cloud, and FortiSandbox PaaS web interfaces.

According to Fortinet, attackers do not require authentication to exploit the weakness. By sending specially crafted HTTP requests, a remote threat actor could execute arbitrary commands on vulnerable appliances. This type of vulnerability is particularly dangerous because it can potentially lead to complete system compromise without requiring valid credentials.

Security experts often consider command injection flaws among the most dangerous software vulnerabilities because they allow attackers to interact directly with the underlying operating system. Once command execution is achieved, attackers may install malware, deploy ransomware, steal data, or establish long-term persistence inside corporate networks.

Fortinet Releases Immediate Security Updates

To address the critical vulnerability, Fortinet included patches in the following releases:

Updated FortiSandbox Versions

Organizations are urged to upgrade to:

FortiSandbox 5.0.6

FortiSandbox 4.4.9

FortiSandbox Cloud 5.0.6

FortiSandbox PaaS 5.0.6

These updates eliminate the command injection risk and prevent unauthorized remote code execution attempts against exposed systems.

Additional Fortinet Vulnerabilities Fixed

Beyond the critical FortiSandbox issue, Fortinet also addressed two medium-severity vulnerabilities.

Script Execution Risk in FortiOS and FortiProxy

One vulnerability could allow authenticated users to perform unauthorized script execution activities. While exploitation requires valid credentials, insider threats or compromised accounts could leverage the flaw to expand their capabilities within an organization.

Sensitive Data Exposure Through FortiPortal API

Another vulnerability impacts the FortiPortal API and may expose sensitive network configuration information to authenticated users. Such disclosures can provide attackers with valuable intelligence about internal environments and security architecture.

At the time of publication, Fortinet stated that it has not observed evidence suggesting active exploitation of any of these vulnerabilities.

Ivanti Fixes Critical Security Issues in Sentry and EPMM

Alongside

The company published Sentry versions 10.5.2, 10.6.2, and 10.7.1, while EPMM customers received updates through versions 12.9.0.1, 12.8.0.3, and 12.7.0.2.

The vulnerabilities addressed by Ivanti are particularly concerning because several allow remote compromise without requiring authentication.

CVE-2026-10520 Creates Root-Level Remote Code Execution Risk

The most severe Ivanti vulnerability, CVE-2026-10520, received a perfect CVSS score of 10.0.

This operating system command injection vulnerability can allegedly be exploited remotely without authentication. Successful exploitation enables attackers to execute arbitrary code with root privileges, granting complete control over affected systems.

A flaw with a perfect CVSS score typically indicates minimal attack complexity and maximum potential impact. If weaponized, such vulnerabilities can rapidly become priorities for cybercriminal groups and nation-state operators alike.

Authentication Bypass Could Grant Full Administrative Control

Another critical Ivanti vulnerability, CVE-2026-10523, received a CVSS score of 9.9.

The flaw enables remote attackers to bypass authentication mechanisms and create administrative accounts without authorization. Once administrator privileges are obtained, attackers could gain unrestricted access to appliance functionality, security settings, user accounts, and connected infrastructure.

Authentication bypass vulnerabilities are frequently exploited because they eliminate the need for password theft or credential harvesting. Instead, attackers simply circumvent the login process entirely.

High-Severity EPMM Vulnerabilities Expand Enterprise Risk

Ivanti’s Endpoint Manager Mobile platform also received patches for two high-severity vulnerabilities.

Apache Directive Abuse

The vulnerability identified as CVE-2026-6973 could allow authenticated attackers to achieve remote code execution through the misuse of arbitrary Apache directives.

Root Command Execution Vulnerability

The second flaw, CVE-2026-10727, could enable authenticated users to execute arbitrary commands with root privileges, significantly increasing the potential impact of compromised accounts.

Although these vulnerabilities require authentication, modern attack chains often combine credential theft with privilege escalation flaws to achieve complete network compromise.

Growing Pressure on Security Vendors

The simultaneous release of patches from Fortinet and Ivanti highlights a broader trend within the cybersecurity industry. Security products themselves have become highly attractive targets because compromising a trusted security appliance can provide attackers with deep visibility into enterprise environments.

Over the past several years, threat actors have increasingly focused on VPN gateways, network firewalls, endpoint management systems, and secure access solutions. Successful exploitation often grants privileged access that would otherwise require multiple attack stages.

Organizations relying on these products should prioritize patch deployment immediately. Security teams should also review system logs for suspicious activity, monitor administrative account creation, and validate that exposed management interfaces are not unnecessarily accessible from the public internet.

Why These Vulnerabilities Matter

The technical characteristics of these flaws reveal several troubling patterns.

First, multiple vulnerabilities can be exploited remotely without authentication. Second, several grant command execution capabilities directly on underlying operating systems. Third, some vulnerabilities provide root-level access, effectively eliminating privilege barriers after exploitation.

These attributes represent exactly the types of weaknesses most commonly targeted by sophisticated ransomware groups and advanced persistent threat actors.

Even though no active exploitation has been reported, history shows that public disclosure of critical vulnerabilities often triggers rapid scanning and weaponization attempts across the internet.

What Undercode Say:

The latest patch cycle from Fortinet and Ivanti demonstrates a recurring cybersecurity reality.

Organizations often trust security products more than any other infrastructure component.

That trust creates a dangerous assumption that security appliances are inherently secure.

Attackers understand this better than most defenders.

A firewall, sandbox, or endpoint management server frequently holds elevated privileges.

Compromising one device can provide visibility into an entire organization.

The FortiSandbox vulnerability is particularly notable because it requires no authentication.

Unauthenticated attack paths dramatically reduce attacker effort.

Automated exploitation becomes easier.

Mass scanning campaigns become practical.

Internet-facing management portals increase exposure.

The Ivanti vulnerabilities present a similar challenge.

A CVSS 10 vulnerability instantly attracts threat intelligence teams.

It also attracts cybercriminals.

Perfect CVSS scores are rare.

When they appear, researchers and attackers typically begin analysis immediately.

Patch availability does not eliminate risk.

Many organizations delay updates.

Legacy deployments often remain unpatched for months.

Threat actors actively monitor vendor advisories.

Exploit development frequently begins within hours.

Another concern involves authentication bypass mechanisms.

Organizations often depend heavily on identity controls.

When authentication can be bypassed entirely, traditional security assumptions collapse.

The combination of command execution and administrator creation capabilities is particularly dangerous.

These flaws could theoretically become part of larger attack chains.

Security appliances increasingly represent high-value targets.

Threat actors seek efficiency.

One compromised security product can replace multiple attack stages.

Defenders should not focus exclusively on patching.

Log review remains essential.

Threat hunting remains essential.

Network segmentation remains essential.

Administrative account auditing remains essential.

Organizations should verify whether management interfaces are exposed externally.

Attack surface reduction remains one of the most effective defensive strategies.

The absence of known exploitation is encouraging.

However, absence of evidence is not evidence of absence.

Security teams should treat these updates as urgent.

History repeatedly shows that critical vulnerabilities eventually become targets.

Fast remediation remains the best defense.

Deep Analysis: Linux, Windows, and Incident Response Commands

Security teams investigating potential exposure should consider reviewing logs and system activity using commands such as:

Linux Security Investigation

last
who
w
journalctl -xe
journalctl -p err
ps aux
netstat -tulpn
ss -tulpn
lsof -i
find / -perm -4000 2>/dev/null
grep "Failed password" /var/log/auth.log
tail -f /var/log/syslog

Windows Security Investigation

Get-EventLog Security

Get-LocalUser
Get-Process
Get-NetTCPConnection
Get-Service
net user
net localgroup administrators
wevtutil qe Security

Network Monitoring

tcpdump -i any
iftop
nmap -sV
nmap -Pn

These commands can help identify suspicious logins, unauthorized administrative accounts, unusual network activity, privilege escalation attempts, and indicators of compromise following vulnerability disclosure.

✅ Fortinet disclosed and patched a critical OS command injection vulnerability affecting FortiSandbox products.

✅ Ivanti released updates addressing multiple critical and high-severity vulnerabilities in Sentry and EPMM products.

✅ Both vendors stated they had no evidence of active exploitation at the time the advisories were published, although organizations should still treat the vulnerabilities as high priority due to their severity and potential impact.

Prediction

(+1) Organizations that rapidly deploy patches will significantly reduce their exposure to opportunistic exploitation campaigns.

(+1) Security vendors will continue increasing investments in secure development practices and vulnerability discovery programs.

(-1) Public disclosure of these vulnerabilities may accelerate exploit development by threat actors seeking unpatched systems.

(-1) Internet-facing security appliances that remain unpatched could become targets for future ransomware and intrusion operations.

(+1) Increased awareness around appliance security will encourage stronger monitoring, segmentation, and patch management practices across enterprise environments.

▶️ Related Video (86% Match):

🕵️‍📝Let’s dive deep and fact‑check.

🎓 Live Courses & Certifications:

Join Undercode Academy for Verified Certifications

🚀 Request a Custom Project:

Secure, high-velocity infrastructure and disruptive technological engineering. Contact our engineering team for high-tier development and proprietary systems:
[email protected]
💎 Smart Architecture | 🛡️ Secure by Design | ⭐ Trusted by Thousands

References:

Reported By: www.securityweek.com
Extra Source Hub (Possible Sources for article):
https://www.digitaltrends.com
Wikipedia
OpenAi & Undercode AI

Image Source:

Unsplash
Undercode AI DI v2

🔐JOIN OUR CYBER WORLD [ CVE News • HackMonitor • UndercodeNews ]

💬 Whatsapp | 💬 Telegram

📢 Follow UndercodeNews & Stay Tuned:

𝕏 formerly Twitter 🐦 | @ Threads | 🔗 Linkedin | 🦋BlueSky | 🐘Mastodon | 📺Youtube