CVE-2026-88405 Details
Description
A remote code execution (RCE) vulnerability in the RemoteRegisterFunctionService function (/remote/remote-register-function.service.ts) of Univer v1.0.0-alpha.2 allows attackers to execute arbitrary code via a crafted payload.
A remote code execution vulnerability has been identified in Univer version 1.0.0-alpha.2. The issue arises in the RemoteRegisterFunctionService, specifically within the remote-register-function.service.ts file. This vulnerability allows attackers to execute arbitrary code by sending a crafted payload through the function registration process. The vulnerability is accessible via the public Facade API, which transmits user-defined functions that are then deserialized and executed in a remote process, such as a Web Worker or a Node.js child process.
To address this vulnerability, it is recommended to replace new Function() with a safe serialization mechanism that does not execute arbitrary code. Implement an allowlist-based validation for registered functions, use a sandboxed execution environment in Node.js scenarios, add integrity checks for functions transmitted via RPC, and consider using the structured clone algorithm instead of toString() serialization for function transfer.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 21, 2026CISA-ADP
Assessed Sep 24, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/czx1111/cve/issues/9 | CISA-ADP | ExploitIssue TrackingTechnical Analysis |
| https://github.com/czx1111/cve/issues/9 | [email protected] | ExploitIssue TrackingTechnical Analysis |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-94 | Improper Control of Generation of Code ('Code Injection') | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| Univer | 1.0.0-alpha.2 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 24, 2026 | CVE Modified | CISA-ADP |
| Sep 21, 2026 | New CVE Received | [email protected] |
Volerion