CVE-2026-44443

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.
Configurations

No configuration.

History

20 Jul 2026, 20:10

Type Values Removed Values Added
Summary
  • (es) Lumiverse es una aplicación de chat de IA con todas las funciones. Antes de la versión 0.9.7, consumeNonce() solo verifica que la variable a nivel de módulo esté establecida y no haya caducado. No valida ningún valor de la solicitud HTTP entrante ni vincula el nonce a la sesión del administrador. Si la llamada auth.api.signUpEmail() del administrador falla antes de que se active el gancho de pre-ejecución (p. ej., BetterAuth rechaza un correo electrónico duplicado en la capa de validación), el nonce se establece pero nunca se consume. Cualquier solicitud POST /api/auth/sign-up/email que llegue durante la ventana restante se registra con éxito, independientemente de quién la haya enviado. Un atacante que pueda observar o predecir cuándo el administrador está creando usuarios (debe ser un usuario duplicado) puede aprovechar la ventana de 10 segundos para registrar una cuenta no autorizada. Esta vulnerabilidad se corrige en la versión 0.9.7.

28 May 2026, 16:16

Type Values Removed Values Added
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 -

26 May 2026, 21:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-26 21:16

Updated : 2026-07-20 20:10


NVD link : CVE-2026-44443

Mitre link : CVE-2026-44443

CVE.ORG link : CVE-2026-44443


JSON object : View

Products Affected

No product.

CWE
CWE-362

Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')