Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-46562 – Unauthenticated RCE via Unsandboxed JavaScript Engine – Yamcs Mission Control Fr…

Be the first to know when new zero-days emerge:

Summary

CVE-2026-46562 is a critical (CVSS 9.8) unauthenticated Remote Code Execution vulnerability in Yamcs, an open-source mission control framework used for spacecraft command, control, and communication. The flaw resides in the Nashorn ScriptEngine used to evaluate user-supplied JavaScript algorithm text, which was instantiated without a ClassFilter, allowing an attacker to invoke arbitrary Java classes and execute OS commands as the Yamcs process. In Yamcs’s default configuration — where no security.yaml is present — the built-in guest user carries superuser=true privileges, making the vulnerability fully exploitable without any credentials.

Technical details

  • Root cause: ScriptAlgorithmExecutorFactory.makeExecutor instantiates a Nashorn ScriptEngine without a ClassFilter, imposing no restriction on which Java classes user-supplied JavaScript may access.
  • Trigger conditions: An attacker sends a PATCH request to the /api/mdb-overrides/{instance}/{processor}/algorithms/{algorithm} endpoint (MdbOverrideApi.updateAlgorithm), supplying a malicious JavaScript body. The script flows through AlgorithmManager.overrideAlgorithmScriptAlgorithmExecutorFactory.makeExecutorscriptEngine.eval() with no sandboxing applied.
  • Unauthenticated access: In the default Yamcs deployment (no security.yaml), the built-in guest user has superuser=true, so no credentials are needed to reach the vulnerable endpoint and submit an algorithm override.
  • Attack vector: Remotely exploitable over the network, with no authentication, no user interaction, and no special network conditions required (AV:N/AC:L/PR:N/UI:N).
  • Impact: Full OS command execution as the Yamcs JVM process — for example via Java.type("java.lang.Runtime").getRuntime().exec(...) — enabling arbitrary command execution, file read/write, lateral movement within the network, and potential disruption of spacecraft or ground-station operations.

Affected software

  • Yamcs versions 4.7.3 through 5.12.6 (all releases from November 2018 through the latest 5.12.x line)

Severity

CVSS v3.1 base score: 9.8 (Critical)
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Mitigation and recommended actions

  • Immediate: Upgrade to Yamcs 5.12.7 or 5.13.0, which disable algorithm editing by default and eliminate the unsandboxed ScriptEngine code path.
  • If immediate patching is not feasible:
    • Deploy a security.yaml configuration to revoke the default guest superuser privilege and enforce authentication on all HTTP API endpoints.
    • Apply network-level controls to restrict access to the Yamcs HTTP API port (default: 8090) to trusted internal hosts only.

IONIX Status

The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge