The OpenID Connect implementation, in the affected SFTPGo versions, allows authenticated users to brute force session cookies and thereby gain access to other users' data, since the cookies are generated predictably using the xid library and are therefore unique but not cryptographically secure.
This issue was fixed in version v2.6.4, where cookies are opaque and cryptographically secure strings.
https://github.com/drakkan/sftpgo/commit/f30a9a2095bf90c0661b04fe038e3b7efc788bc6
{ "nvd_published_at": "2024-11-29T19:15:08Z", "cwe_ids": [ "CWE-327" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-12-02T17:16:34Z" }