Description
A remote code execution (RCE) vulnerability in the UniscriptExecutionService.execute() function (/services/script-execution.service.ts) of Univer v1.0.0-alpha.2 allows attackers to execute arbitrary code via a crafted payload.
Published: 2026-09-21
Score: n/a
EPSS: n/a
KEV: No
Impact: Remote Code Execution
Action: Apply Patch
AI Analysis

Impact

A crafted payload sent to the UniscriptExecutionService.execute() function in Univer enables attackers to run arbitrary code on the host. The weakness lies in insufficient validation or sanitization, allowing code generation and execution, which qualifies as Command Injection or Improper Control of Code Execution.

Affected Systems

The affected product is Univer version 1.0.0-alpha.2. No vendor name is specified in the available data.

Risk and Exploitability

The vulnerability carries a high risk of exploitation because it permits remote code execution. No EPSS score is published, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. Attackers would need to deliver a crafted request to the vulnerable service endpoint, likely over the network, since the service is exposed via the /services/script-execution.service.ts path. Given the nature of the flaw, exploitation could compromise confidentiality, integrity, and availability of the affected system.

Generated by OpenCVE AI on September 21, 2026 at 22:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a fixed version of Univer that eliminates the vulnerability
  • If an upgrade is not immediately possible, block or restrict network access to the script-execution endpoint so that only trusted hosts can call it
  • Implement strict input validation or sanitize payloads before they reach UniscriptExecutionService.execute()
  • Monitor the system for signs of unauthorized code execution or abnormal process activity

Generated by OpenCVE AI on September 21, 2026 at 22:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Mon, 21 Sep 2026 23:15:00 +0000

Type Values Removed Values Added
Title Univer UniscriptExecutionService Remote Code Execution Vulnerability
Weaknesses CWE-94

Mon, 21 Sep 2026 21:00:00 +0000

Type Values Removed Values Added
Description A remote code execution (RCE) vulnerability in the UniscriptExecutionService.execute() function (/services/script-execution.service.ts) of Univer v1.0.0-alpha.2 allows attackers to execute arbitrary code via a crafted payload.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-09-21T20:53:26.804Z

Reserved: 2026-09-10T00:00:00.000Z

Link: CVE-2026-88404

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-21T21:17:14.507

Modified: 2026-09-21T21:17:14.507

Link: CVE-2026-88404

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-21T23:00:12Z

Weaknesses
  • CWE-94

    Improper Control of Generation of Code ('Code Injection')