Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

CVE-2026-32825

Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
20/07/2026
Última modificación:
21/07/2026

Descripción

*** Pendiente de traducción *** dataCycle is a data management system for centrally storing, managing, searching, finding, and distributing data. In dataCycle-CORE, the module handling core processing and framework rules, before and including version 25.07.3, the application accepts unlimited password guesses against both the browser login flow and the JSON login endpoint. The source code enables Devise&amp;#39;s `:lockable` module on the user model but explicitly disables both lock and unlock strategies, and no request throttling or rate-limiting layer was identified in the Rails code. This creates a direct online password-guessing risk:<br /> - valid user accounts can be attacked continuously without temporary lockout<br /> - the same weakness is reachable through both `/users/sign_in` and `/api/v4/auth/login`<br /> - successful guessing yields a normal session cookie in the HTML flow or a fresh JWT in the API flow<br /> - the API endpoint is especially attractive for automation because it requires no CSRF token<br /> <br /> This has been patched in version 26.06.08.