Vulnerability Description
Budibase is an open-source low-code platform. Prior to 3.34.8, the processUrlFile function in packages/server/src/automations/steps/ai/extract.ts uses fetch(fileUrl) directly without the IP blacklist validation that is consistently applied to all other automation steps. This allows an authenticated user to trigger server-side requests to internal network addresses. This vulnerability is fixed in 3.34.8.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/Budibase/budibase/releases/tag/3.38.4
- https://github.com/Budibase/budibase/security/advisories/GHSA-rpj4-7x2v-wjrf
- https://github.com/Budibase/budibase/security/advisories/GHSA-rpj4-7x2v-wjrf
FAQ
What is CVE-2026-45548?
CVE-2026-45548 is a vulnerability with a CVSS score of 7.7 (HIGH). Budibase is an open-source low-code platform. Prior to 3.34.8, the processUrlFile function in packages/server/src/automations/steps/ai/extract.ts uses fetch(fileUrl) directly without the IP blacklist ...
How severe is CVE-2026-45548?
CVE-2026-45548 has been rated HIGH with a CVSS base score of 7.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-45548?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.