CVE-2026-58269
Last modified
CVE-2026-58269 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. 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.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Sync-in | server | < 2.4.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-58269?
How severe is CVE-2026-58269?
How do I fix CVE-2026-58269?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-5826A flaw has been found in code-projects Simple IT Discussion …4.3
- CVE-2026-58262Klever-Go is the Go implementation of the Klever blockchain …7.1
- CVE-2026-58263Jodit Editor is a WYSIWYG editor with a built-in file browse…7.2
- CVE-2026-58264FluidSynth is a software synthesizer based on the SoundFont …9.8
- CVE-2026-58266Anki is a program for creating and reviewing flashcards. Pri…6.5
- CVE-2026-58268SIPGO is a library for writing SIP services in the GO langua…7.5
- CVE-2026-5827A vulnerability has been found in code-projects Simple IT Di…7.3
- CVE-2026-58270Sync-in Server is an open-source platform for file storage, …6.5
- CVE-2026-58271Sync-in Server is an open-source platform for file storage, …6.8
- CVE-2026-58272Sync-in Server is an open-source platform for file storage, …5.3
- CVE-2026-58275Missing authorization in Azure DNS allows an unauthorized at…9.8
- CVE-2026-58276Use after free in Microsoft Edge (Chromium-based) allows an …7.5
Are you affected by CVE-2026-58269?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
