CVE-2026-45061
Last modified
CVE-2026-45061 is a high-severity vulnerability rated 7.7/10 on the CVSS scale. Budibase is an open-source low-code platform. Prior to 3.35.10, the Plugin URL upload endpoint (POST /api/plugin) validates the submitted URL with a single substring check: url.includes(".tar.gz"). EPSS estimates a 0.26% chance of exploitation in the next 30 days.
Description
Budibase is an open-source low-code platform. Prior to 3.35.10, the Plugin URL upload endpoint (POST /api/plugin) validates the submitted URL with a single substring check: url.includes(".tar.gz"). Any URL containing .tar.gz anywhere in the string — in the path, query string, or fragment — passes this check. The URL then proceeds directly to fetchWithBlacklist() with no further validation of host, scheme, or path. Standalone, this vulnerability is blocked by Budibase's default SSRF blacklist, which covers private IP ranges. But the URL validation layer itself is broken regardless, and it directly enables SSRF in two realistic situations: (1) when chained with the BLACKLIST_IPS bypass ([001]), where the blacklist is empty; and (2) when the plugin server follows HTTP redirects from an external URL to an internal target (the default node-fetch behavior with redirect: 'follow'). This vulnerability is fixed in 3.35.10.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-45061?
How severe is CVE-2026-45061?
How do I fix CVE-2026-45061?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- 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-45053CubeCart is an ecommerce software solution. Prior to 6.7.0, …9.1
- CVE-2026-45054CubeCart is an ecommerce software solution. Prior to 6.7.0, …4.9
- CVE-2026-45055CubeCart is an ecommerce software solution. Prior to 6.7.2, …8.1
- CVE-2026-45058electerm is an open-sourced terminal/ssh/sftp/telnet/serialp…9.4
- CVE-2026-4506A vulnerability was found in Mindinventory MindSQL up to 0.2…6.3
- CVE-2026-45060ClipBucket v5 is an open source video sharing platform. Prio…9.8
- CVE-2026-45062FrankenPHP is a modern application server for PHP. From vers…8.1
- CVE-2026-45063Symfony is a PHP framework for web and console applications …9.1
- CVE-2026-45064Symfony is a PHP framework for web and console applications …6.1
- CVE-2026-45065Symfony is a PHP framework for web and console applications …6.1
- CVE-2026-45066Symfony is a PHP framework for web and console applications …6.1
- CVE-2026-45067### Description `Symfony\Component\Mime\Address` is the val…6.3
Are you affected by CVE-2026-45061?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
