CVE Catalog

CVE-2026-58269

HighCVSS 8.1
Published: Translated: NVD NIST

Summary

Sync-in Server is an open-source platform for file storage, sharing, collaboration, and syncing. Prior to version 2.4.0, POST /api/auth/token authenticates with username and password only, then calls getTokens(), which returns full access and refresh JWTs without checking whether the account has TOTP 2FA enabled. An attacker with stolen or phished credentials can bypass 2FA in a single request. The parallel login endpoint (POST /api/auth/login) correctly enforces 2FA by calling setCookies(user, res, true), which gates on user.twoFaEnabled. Version 2.4.0 patches the issue.

Risk Assessment

An attacker with stolen or phished credentials can bypass two-factor authentication and gain full account access. This may lead to unauthorized access to organizational files and data.

Recommendation

Update Sync-in Server to version 2.4.0 or later. Additionally, monitor for unusual logins and consider enforcing strong, unique passwords and phishing protection.

Other vulnerabilities in Sync-in Server

See all
Original NVD description (English source)

Sync-in Server is an open-source platform for file storage, sharing, collaboration, and syncing. Prior to version 2.4.0, `POST /api/auth/token` authenticates with username and password only, then calls `getTokens()`, which returns full access and refresh JWTs without checking whether the account has TOTP 2FA enabled. An attacker with stolen or phished credentials can bypass 2FA in a single request. The parallel login endpoint (`POST /api/auth/login`) correctly enforces 2FA by calling `setCookies(user, res, true)`, which gates on `user.twoFaEnabled`. Version 2.4.0 patches the issue.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS