Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
ToolJet: Cross-tenant credential decryption (IDOR) in POST /api/data-sources/decrypt — any authenticated user can decrypt any organization's data-source secrets
Vulnerability Description
ToolJet is the open-source foundation am AI-native platform for building and deploying internal tools, workflows and AI agents. Prior to 3.20.1780-lts, the authenticated endpoint POST /api/data-sources/decrypt returns the decrypted plaintext for any credential whose credential_id is supplied in the request body. Unlike every neighbouring data-source route, this handler is not protected by ValidateDataSourceGuard, does not receive the calling @User(), and the underlying CredentialsService.getValue() looks the credential up by id only, with no organization scoping. As a result, any authenticated user of any organization can decrypt the data-source secrets of any other organization by supplying that organization's credential_id — a cross-tenant confidentiality breach. This vulnerability is fixed in 3.20.1780-lts.
CVSS Information
CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Vulnerability Type
通过用户控制密钥绕过授权机制
Vulnerability Title
ToolJet 授权问题漏洞
Vulnerability Description
ToolJet是ToolJet公司开源的一款用于构建业务应用程序的可扩展低代码框架。 ToolJet 3.20.1780-lts之前版本存在授权问题漏洞,该漏洞源于端点POST /api/data-sources/decrypt未受ValidateDataSourceGuard保护,且凭证查找按ID进行无组织范围限制,可能导致任何组织的认证用户通过提供其他组织的credential_id解密数据源秘密,造成跨租户机密性泄露。
CVSS Information
N/A
Vulnerability Type
N/A