Lucene search
+L

71 matches found

Cvelist
Cvelist
added 2026/08/17 8:28 p.m.33 views

CVE-2026-35219 Budibase: SSRF in Automation Steps - Webhook, Zapier, N8N, Slack, Discord Bypass IP Blacklist

Budibase is an open-source low-code platform. Prior to 3.41.3, automation steps in packages/server/src/automations/steps/outgoingWebhook.ts, packages/server/src/automations/steps/zapier.ts, packages/server/src/automations/steps/n8n.ts, packages/server/src/automations/steps/slack.ts, and...

7.1CVSS0.00465EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/17 8:28 p.m.4 views

CVE-2026-35219 Budibase: SSRF in Automation Steps - Webhook, Zapier, N8N, Slack, Discord Bypass IP Blacklist

Budibase is an open-source low-code platform. Prior to 3.41.3, automation steps in packages/server/src/automations/steps/outgoingWebhook.ts, packages/server/src/automations/steps/zapier.ts, packages/server/src/automations/steps/n8n.ts, packages/server/src/automations/steps/slack.ts, and...

7.1CVSS5.5AI score
SaveExploits0References6
OSV
OSV
added 2026/08/14 7:18 p.m.7 views

GHSA-5FPJ-28RV-84R7 Budibase: SSRF in Automation Steps - Webhook, Zapier, N8N, Slack, Discord Bypass IP Blacklist

Summary Budibase automation steps outgoing webhook, Zapier, n8n, Slack, Discord, Make.com make server-side HTTP requests to user-provided URLs using node-fetch directly, completely bypassing the IP blacklist protection that exists in the REST API integration. Additionally, the REST API blacklist...

7.1CVSS5.5AI score0.00465EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/01 1:17 p.m.9 views

CVE-2026-67311

Budibase before 3.38.1 contains a server-side request forgery vulnerability in the REST datasource integration that fails to validate HTTP redirects against the IP blacklist. Attackers with Builder role can configure a REST datasource pointing to an external server that returns a redirect to...

8.2CVSS0.00256EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/01 12:22 p.m.10 views

CVE-2026-67311

Budibase before 3.38.1 contains a server-side request forgery vulnerability in the REST datasource integration that fails to validate HTTP redirects against the IP blacklist. Attackers with Builder role can configure a REST datasource pointing to an external server that returns a redirect to...

8.2CVSS5.5AI score0.00256EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/01 12:22 p.m.42 views

CVE-2026-67311

Budibase before 3.38.1 is affected by a server-side request forgery in the REST datasource integration. The vulnerability arises because redirects are not validated against the IP blacklist, enabling an attacker with Builder role to configure a REST datasource that returns a redirect to internal ...

8.2CVSS5.5AI score0.00256EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/01 12:22 p.m.9 views

CVE-2026-67311 Budibase before 3.38.1 SSRF Blacklist Bypass via HTTP Redirect

Budibase before 3.38.1 contains a server-side request forgery vulnerability in the REST datasource integration that fails to validate HTTP redirects against the IP blacklist. Attackers with Builder role can configure a REST datasource pointing to an external server that returns a redirect to...

8.2CVSS5.5AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/01 12:22 p.m.38 views

CVE-2026-67311 Budibase before 3.38.1 SSRF Blacklist Bypass via HTTP Redirect

Budibase before 3.38.1 contains a server-side request forgery vulnerability in the REST datasource integration that fails to validate HTTP redirects against the IP blacklist. Attackers with Builder role can configure a REST datasource pointing to an external server that returns a redirect to...

8.2CVSS0.00256EPSS
SaveExploits0References2
NVD
NVD
added 2026/05/27 6:16 p.m.25 views

CVE-2026-45548

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 fetchfileUrl directly without the IP blacklist validation that is consistently applied to all other automation steps. This allows an authenticated...

7.7CVSS0.00258EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/05/27 5:11 p.m.66 views

CVE-2026-45548 Budibase: SSRF in AI Extract File Automation Step via Missing IP Blacklist Validation

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 fetchfileUrl directly without the IP blacklist validation that is consistently applied to all other automation steps. This allows an authenticated...

7.7CVSS0.00258EPSS
SaveExploits0References2
CVE
CVE
added 2026/05/27 5:11 p.m.38 views

CVE-2026-45548

The CVE-2026-45548 entries describe a Server-Side Request Forgery (SSRF) in Budibase where processUrlFile (AI Extract File step) calls fetch(fileUrl) without the IP blacklist, bypassing protections used by other automation steps. This allowed an authenticated builder to trigger server-side reques...

7.7CVSS5.8AI score0.00258EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/05/27 5:10 p.m.16 views

EUVD-2026-32603

Budibase is an open-source low-code platform. Prior to 3.38.1, the REST datasource integration packages/server/src/integrations/rest.ts follows HTTP redirects without re-checking the IP blacklist, allowing an authenticated Builder to access internal services cloud metadata, databases by redirecti...

7.7CVSS5.8AI score0.00258EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/05/27 4:50 p.m.18 views

EUVD-2026-32586

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 thi...

7.7CVSS5.8AI score0.00263EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/15 5:53 p.m.38 views

GHSA-FGQV-JH4G-PVG2 Budibase: SSRF Bypass via HTTP Redirect in REST Datasource Integration

Summary The REST datasource integration follows HTTP redirects without re-checking the IP blacklist, allowing an authenticated Builder to access internal services cloud metadata, databases by redirecting through an attacker-controlled server. The same vulnerability class was already patched in...

7.7CVSS5.8AI score0.00258EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/05/15 5:53 p.m.25 views

Budibase: SSRF Bypass via HTTP Redirect in REST Datasource Integration

Summary The REST datasource integration follows HTTP redirects without re-checking the IP blacklist, allowing an authenticated Builder to access internal services cloud metadata, databases by redirecting through an attacker-controlled server. The same vulnerability class was already patched in...

7.7CVSS5.8AI score0.00258EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/05/15 5:47 p.m.17 views

GHSA-RPJ4-7X2V-WJRF Budibase: SSRF in AI Extract File Automation Step via Missing IP Blacklist Validation

Vulnerability Details CWE-918: Server-Side Request Forgery SSRF The processUrlFile function in packages/server/src/automations/steps/ai/extract.ts uses fetchfileUrl directly without the IP blacklist validation that is consistently applied to all other automation steps. This allows an authenticate...

7.7CVSS5.8AI score0.00258EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/05/15 12:00 a.m.37 views

PT-2026-41394

Name of the Vulnerable Software and Affected Versions Budibase versions prior to 3.34.8 Description An authenticated user can trigger server-side requests to internal network addresses. This occurs because the processUrlFile function in packages/server/src/automations/steps/ai/extract.ts uses...

7.7CVSS5.8AI score0.00258EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/04/03 3:41 p.m.4 views

CVE-2026-31818

Budibase is an open-source low-code platform. Prior to version 3.33.4, a server-side request forgery SSRF vulnerability exists in Budibase's REST datasource connector. The platform's SSRF protection mechanism IP blacklist is rendered completely ineffective because the BLACKLISTIPS environment...

9.6CVSS5.8AI score0.00377EPSS
SaveExploits1References5Affected Software1
EUVD
EUVD
added 2025/10/07 12:30 a.m.14 views

EUVD-2015-1115

Malware in sbrugna...

9.8CVSS6.9AI score0.00966EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:07 p.m.7 views

EUVD-2022-45535

Malicious code in bioql PyPI...

4.8CVSS5.3AI score0.00392EPSS
SaveExploits0References1
Rows per page
Query Builder