Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2023+ Articles
153+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-16606: Critical Pre-Auth RCE in Fujitsu openFT (CVSS 9.8)
CVE-2026-16606: Critical Pre-Auth RCE in Fujitsu openFT (CVSS 9.8)

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-16606

CVE-2026-16606: Critical Pre-Auth RCE in Fujitsu openFT (CVSS 9.8)

A critical unauthenticated remote code execution vulnerability in Fujitsu Software openFT allows attackers to execute arbitrary code on Linux and Solaris systems without any authentication.

Dylan H.

Security Team

July 23, 2026
5 min read

Affected Products

  • Fujitsu Software Linux openFT < 12.1D00
  • Fujitsu Software Oracle Solaris openFT < 12.1D00

Executive Summary

A critical pre-authentication remote code execution vulnerability (CVE-2026-16606) has been disclosed in Fujitsu Software openFT, a file transfer software used in enterprise Linux and Oracle Solaris environments. The vulnerability carries a CVSS 3.1 score of 9.8 (Critical) and a CVSS 4.0 score of 9.3 (Critical), and requires no authentication to exploit.

Unauthenticated remote attackers can trigger arbitrary code execution on any affected openFT installation by sending a specially crafted request to the openFT service. A patch is available in version 12.1D00.


Vulnerability Overview

AttributeValue
CVE IDCVE-2026-16606
CVSS 3.1 Score9.8 (Critical)
CVSS 4.0 Score9.3 (Critical)
TypePre-Authentication Remote Code Execution
WeaknessCWE-94 — Improper Control of Code Generation (Code Injection)
Attack VectorNetwork
Privileges RequiredNone
User InteractionNone
PublishedJuly 22, 2026
Vendor AdvisoryFsasTech-PSIRT-FTI-FG-2026-042411

Affected Versions

ProductAffected VersionsFixed Version
Fujitsu Software Linux openFT< 12.1C96 (all versions prior to 12.1D00)12.1D00
Fujitsu Software Oracle Solaris openFT< 12.1C95 (all versions prior to 12.1D00)12.1D00

Attack Vector

The flaw resides in the openFT file transfer daemon. Because no authentication is required prior to triggering the code injection condition (CWE-94), an attacker reachable over the network can exploit the vulnerability to execute arbitrary commands with the privileges of the openFT service process.

1. Attacker identifies host running Fujitsu openFT (any pre-12.1D00 version)
2. Crafted network request sent to openFT service — no credentials required
3. Code injection condition triggered in the openFT daemon
4. Arbitrary code executes under the openFT service account
5. Full host compromise — lateral movement, data exfiltration, persistence

Potential Impact

ImpactDescription
Remote Code ExecutionExecute arbitrary commands on the target host
Privilege EscalationEscalate from openFT service account to root if misconfigured
Data ExfiltrationAccess and exfiltrate files visible to the openFT process
PersistenceDeploy backdoors or scheduled tasks for sustained access
Lateral MovementUse compromised host as pivot within enterprise networks

Immediate Remediation

Step 1: Upgrade to openFT 12.1D00

The patch is available directly from Fujitsu / Fsas Technologies. Upgrade all affected Linux and Solaris openFT installations to version 12.1D00 or later immediately.

Consult the Fujitsu PSIRT advisory (FsasTech-PSIRT-FTI-FG-2026-042411) for upgrade packages and instructions.

Step 2: Restrict Network Access (Immediate Workaround)

If patching is not immediately possible, restrict network access to the openFT service at the firewall or host-based firewall level. Allow connections only from explicitly trusted source IP addresses.

# Example: restrict openFT port using iptables (verify actual port in your config)
iptables -I INPUT -p tcp --dport <openFT-port> ! -s <trusted-ip-range> -j DROP
 
# Or using nftables
nft add rule inet filter input tcp dport <openFT-port> ip saddr != <trusted-ip-range> drop

Step 3: Identify Exposed Instances

# Check for openFT processes running on the system
ps aux | grep -i openft
 
# Check which ports openFT is listening on
ss -tlnp | grep openft
# or
netstat -tlnp | grep openft

Step 4: Check for Signs of Exploitation

# Review openFT service logs for unexpected connections or errors
journalctl -u openft --since "7 days ago"
 
# Check for unexpected processes spawned by the openFT service
# (adjust service user as needed)
ps aux | grep <openft-user>
 
# Look for unexpected cron jobs or scheduled tasks
crontab -l -u <openft-user>

Detection Indicators

IndicatorDescription
Unexpected inbound connections to openFT portPotential pre-exploitation scanning or active attack
Processes spawned by openFT service userPost-exploitation activity
New cron jobs or systemd unitsPersistence mechanism installed post-compromise
Outbound connections from openFT service userData exfiltration or C2 callback
Modified files in openFT installation directoryBackdoor or tampered binary

Post-Remediation Checklist

  1. Confirm patch applied — verify openFT version reports 12.1D00 or later
  2. Review firewall rules — ensure openFT port not exposed to untrusted networks
  3. Audit service logs — look for anomalous connections or errors prior to patch
  4. Check for persistence — review cron jobs, systemd units, and startup scripts
  5. Rotate credentials — change passwords for accounts accessible from the openFT host
  6. Scan for lateral movement — review adjacent systems for anomalous activity if compromise is suspected

References

  • NIST NVD — CVE-2026-16606
  • Fsas Technologies PSIRT Advisory: FsasTech-PSIRT-FTI-FG-2026-042411

Related Reading

  • Critical RCE in WPvivid Backup Plugin Threatens 900,000+
  • WinRAR CVE-2025-8088 Actively Exploited
#CVE-2026-16606#Fujitsu#RCE#Linux#Critical#Pre-Auth

Related Articles

BeyondTrust Remote Support Pre-Authentication RCE Under

A critical pre-authentication OS command injection vulnerability in BeyondTrust Remote Support and Privileged Remote Access with CVSS 9.9 is being...

3 min read

CVE-2026-48062: CodeIgniter File Upload Validation Bypass (CVSS 9.8)

CodeIgniter versions prior to 4.7.3 contain a critical file upload validation flaw where the ext_in rule checks MIME-derived extensions instead of...

5 min read

CVE-2026-46339: 9Router Unauthenticated Plugin Registration & MCP Command Execution

A critical CVSS 10 vulnerability in 9Router AI router versions 0.4.30–0.4.36 allows unauthenticated attackers to register custom plugins and execute...

3 min read
Back to all Security Alerts