Vulnerability Description
Lumiverse is a full-featured AI chat application. Prior to 0.9.7, consumeNonce() only checks that the module-level variable is set and unexpired. It does not validate any value from the incoming HTTP request or bind the nonce to the admin's session. If the admin's auth.api.signUpEmail() call fails before the before hook fires (e.g. BetterAuth rejects a duplicate email at the validation layer), the nonce is set but never consumed. Any POST /api/auth/sign-up/email request that arrives during the remaining window registers successfully regardless of who sent it. An attacker who can observe or predict when the admin is creating users (must be a dupplicate user) can race the 10-second window to register an unauthorized account. This vulnerability is fixed in 0.9.7.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/prolix-oc/Lumiverse/security/advisories/GHSA-6fcp-x253-wwv7
- https://github.com/prolix-oc/Lumiverse/security/advisories/GHSA-6fcp-x253-wwv7
FAQ
What is CVE-2026-44443?
CVE-2026-44443 is a vulnerability with a CVSS score of 4.8 (MEDIUM). Lumiverse is a full-featured AI chat application. Prior to 0.9.7, consumeNonce() only checks that the module-level variable is set and unexpired. It does not validate any value from the incoming HTTP ...
How severe is CVE-2026-44443?
CVE-2026-44443 has been rated MEDIUM with a CVSS base score of 4.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-44443?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.