CVE-2026-44632: Yamcs: Server-Side Code Injection (RCE) via Janino Expression Engine in `JavaExprAlgorithmExecutionFactory`
Yamcs is a mission control framework. Prior to 5.12.7, a server-side code injection vulnerability existed in the Yamcs algorithm evaluation engine org.yamcs.algorithms.JavaExprAlgorithmExecutionFactory, which dynamically compiled and evaluated user-controlled algorithm text through the Janino compiler without enforcing a secure sandbox, so an authenticated user with the ChangeMissionDatabase privilege could override an existing algorithm's text via the mission database REST API and inject Java code (for example using java.lang.Runtime) to achieve remote code execution on the underlying host operating system. This issue is fixed in versions 5.12.7 and 5.13.0, which disable algorithm editing by default.
Security readout for executives and security teams
Plain-English summary
Yamcs before 5.12.7 allowed a highly privileged authenticated user to turn editable mission database algorithms into server-side Java execution. In practical terms, a trusted Yamcs user with the right privilege could potentially run code on the host. Fixed versions disable algorithm editing by default.
Executive priority
Treat as urgent for any operational Yamcs environment. The required privilege narrows exposure, but successful abuse could compromise the mission control host. Prioritize upgrades and privilege review, especially where Yamcs is reachable by multiple operators or integrated service accounts.
Technical view
The flaw is CWE-94 code injection in org.yamcs.algorithms.JavaExprAlgorithmExecutionFactory. User-controlled algorithm text was dynamically compiled through Janino without a secure sandbox. An authenticated user with ChangeMissionDatabase could override algorithm text through the mission database REST API, leading to host-level remote code execution.
Likely exposure
Exposure is limited to Yamcs deployments before 5.12.7 where authenticated users or service accounts have ChangeMissionDatabase privilege. The source bundle identifies yamcs/yamcs versions below 5.12.7 as affected. No other products or CPEs are provided.
Exploitation context
The bundle does not show KEV listing or active exploitation evidence. Exploitation requires valid authentication and the high-impact ChangeMissionDatabase privilege, but CVSS indicates network reachability, low attack complexity, no user interaction, changed scope, and high confidentiality, integrity, and availability impact.
Researcher notes
Evidence supports a Janino-based server-side code injection path in JavaExprAlgorithmExecutionFactory, fixed by disabling algorithm editing by default in 5.12.7 and 5.13.0. The bundle does not provide proof of exploitation, detailed indicators, or affected downstream distributions.
Mitigation direction
Upgrade Yamcs to 5.12.7 or 5.13.0.
Confirm algorithm editing is disabled by default after upgrade.
Review and restrict ChangeMissionDatabase privilege assignments.
Check vendor advisory and release notes for environment-specific guidance.
Review logs for recent mission database algorithm text changes.
Validation and detection
Inventory Yamcs instances and record exact versions.
Identify users or service accounts with ChangeMissionDatabase privilege.
Review mission database API activity for algorithm overrides.
Verify upgraded systems reject unauthorized algorithm editing.
Confirm change management captured any algorithm edits before patching.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-94: Code execution behavior lookup
Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
6Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-94 · source CWE mapping
Improper Control of Generation of Code ('Code Injection')
Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.