Vulnerability Description
Lumiverse is a full-featured AI chat application. Prior to 0.9.7, when the primary toSmbPath(fullPath) call throws, the method falls back to a dirname/basename split and only validates the directory prefix. The basename is concatenated directly into the smbclient -c script without validation. smbclient interprets ; as a subcommand separator and !cmd as a local-shell escape that runs cmd on the host. A path whose directory component is clean but whose basename contains "; !<cmd>; echo " achieves arbitrary command execution on the Lumiverse server. This vulnerability is fixed in 0.9.7.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/prolix-oc/Lumiverse/security/advisories/GHSA-4v38-9hqq-7j53
- https://github.com/prolix-oc/Lumiverse/security/advisories/GHSA-4v38-9hqq-7j53
FAQ
What is CVE-2026-44449?
CVE-2026-44449 is a vulnerability with a CVSS score of 9.1 (CRITICAL). Lumiverse is a full-featured AI chat application. Prior to 0.9.7, when the primary toSmbPath(fullPath) call throws, the method falls back to a dirname/basename split and only validates the directory p...
How severe is CVE-2026-44449?
CVE-2026-44449 has been rated CRITICAL with a CVSS base score of 9.1/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-44449?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.