CyberRota Analysis
AI-GeneratedBudibase's low-code platform versions prior to 3.40.1 are vulnerable to unauthorized credential exposure due to improper validation of request origins in the RestIntegration._req function. An unauthenticated attacker can exploit this flaw by sending a crafted POST request to access sensitive authentication credentials, potentially leading to unauthorized access to data or services. Organizations using affected versions should prioritize upgrading to 3.40.1 to mitigate this critical security risk.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Budibase is an open-source low-code platform. Prior to 3.40.1, RestIntegration._req in packages/server/src/integrations/rest.ts attached credentials from getAuthHeaders and defaultHeaders without requiring the final request destination to match the datasource origin. An unauthenticated caller of a PUBLIC POST /api/v2/queries/:queryId query could supply an absolute or parameterized path to an attacker-controlled host and receive the stored bearer, basic, or static-header credentials. This issue is fixed in version 3.40.1.