Katalog CVE

CVE-2026-58271

ŚrednieCVSS 6.8
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W Sync-in Server przed wersją 2.4.0 mechanizm blokady konta po nieudanych próbach TOTP nie działa, ponieważ licznik passwordAttempts nie jest zwiększany. Atakujący może zgadywać kody TOTP bez ograniczeń, a po trafieniu uzyskać token klienta wymienialny na pełny JWT, a także trwale wyłączyć MFA.

Ocena ryzyka

Utrata skutecznej ochrony MFA umożliwia atakującemu przejęcie konta i trwałe osłabienie bezpieczeństwa uwierzytelniania w organizacji.

Rekomendacja

Zaktualizuj Sync-in Server do wersji 2.4.0 lub nowszej, a do czasu aktualizacji monitoruj nietypowe próby rejestracji klientów synchronizacji i wyłączanie MFA.

Inne podatności w Sync-in Server

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

Sync-in Server is an open-source platform for file storage, sharing, collaboration, and syncing. Prior to version 2.4.0, `POST /api/app/sync/register` accepts credentials and a TOTP code to register a desktop sync client. On a failed TOTP, `SyncClientsManager.register()` calls `updateAccesses(user, ip, false)`, which hits a freeze branch that writes `passwordAttempts` back unchanged. The counter never reaches `USER_MAX_PASSWORD_ATTEMPTS` (10) and the lockout gate never fires. A successful guess returns a `{clientId, clientToken}` pair. The token can be exchanged via `POST /api/app/sync/auth/cookie` for a full JWT. While the code is valid, the attacker can also call `POST /api/auth/2fa/disable` to permanently remove MFA. Version 2.4.0 patches the issue.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS