Back to overview

CVE-2026-44450

CRITICAL
9.9
CVSS 3.1
Description
Lumiverse is a full-featured AI chat application. Prior to 0.9.7, the MCP server creation endpoint validates the command field against an allowlist of binary names but forwards the args array to the child process without any validation. Every binary on the allowlist accepts an inline-code execution flag (-e for node/bun, -c for python3/deno), giving any logged-in user arbitrary OS-level code execution on the Lumiverse server. The route requires only requireAuth (not requireOwner). The server binds on all interfaces (::) and the host-header rebinding check is bypassed trivially by any HTTP client that sends Host: localhost:<port> directly, making this exploitable from any machine with network access to the server port. This vulnerability is fixed in 0.9.7.

Metadata

CVE ID
CVE-2026-44450
State
PUBLISHED
Assigner
GitHub_M
Reserved
2026-05-06 15:49 UTC
Published
2026-05-26 19:54 UTC
Last updated
2026-06-01 17:09 UTC
Primary CWE
CWE-88
CWE-88: Improper Neutralization of Argument Delimiters in a …
Vendor / Product
prolix-oc / Lumiverse
Sources
cve.org  ·  NVD

Severity & Metrics

9.9 CRITICAL CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
SSVC — CISA Coordinator
Exploitation
none
Automatable
no
Tech. Impact
total
Affected products (1)
VendorProductPlatformVersions
prolix-oc Lumiverse < 0.9.7
Weakness (CWE)
CWESourceDescription
CWE-88 cna CWE-88: Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')
CVSS scores (1)
ScoreSeverityVersionSourceVector
9.9 CRITICAL 3.1 cna CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
References (1)
Back to overview