Lucene search
+L

37 matches found

NVD
NVD
added 2026/08/28 12:16 p.m.7 views

CVE-2026-82241

Budibase backend-core @budibase/backend-core, as used by @budibase/server omits the shared address space range 100.64.0.0/10 from its default SSRF blacklist DEFAULTBLACKLIST used by REST datasource query previews. When the default blacklist is active i.e., a self-hosted deployment has not defined...

7.1CVSS0.00178EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/28 10:49 a.m.16 views

CVE-2026-82241

Budibase 's @budibase/backend-core (used by @budibase/server) contains a Server-Side Request Forgery (SSRF) vulnerability caused by an incomplete default SSRF blacklist. The DEFAULT_BLACKLIST omits the 100.64.0.0/10 shared address space range. In self-hosted deployments using the default blacklis...

7.1CVSS5.9AI score0.00178EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/28 10:49 a.m.33 views

CVE-2026-82241 Budibase backend-core SSRF via incomplete default blacklist

Budibase backend-core @budibase/backend-core, as used by @budibase/server omits the shared address space range 100.64.0.0/10 from its default SSRF blacklist DEFAULTBLACKLIST used by REST datasource query previews. When the default blacklist is active i.e., a self-hosted deployment has not defined...

7.1CVSS0.00178EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/17 8:27 p.m.35 views

CVE-2026-73410

Budibase versions prior to 3.40.0 have a DNS-rebinding SSRF flaw in the REST datasource integration. The guard fetchWithBlacklist pins a validated IP via a Node http(s).Agent, but rest.ts routes requests through undici's fetch, which silently ignores the agent option and uses its own dispatcher t...

8.5CVSS5.6AI score0.00171EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/17 8:27 p.m.5 views

CVE-2026-73410 Budibase: SSRF via DNS rebinding in the REST datasource integration

Budibase is an open-source low-code platform. Prior to 3.40.0, packages/backend-core/src/utils/outboundFetch.ts pinned a validated address through a Node agent, but the REST integration used getDispatcher from packages/backend-core/src/utils/fetch.ts, causing undici to ignore that agent and resol...

8.5CVSS5.7AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/17 8:27 p.m.31 views

CVE-2026-73410 Budibase: SSRF via DNS rebinding in the REST datasource integration

Budibase is an open-source low-code platform. Prior to 3.40.0, packages/backend-core/src/utils/outboundFetch.ts pinned a validated address through a Node agent, but the REST integration used getDispatcher from packages/backend-core/src/utils/fetch.ts, causing undici to ignore that agent and resol...

8.5CVSS0.00171EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/12 7:09 p.m.24 views

CVE-2026-73407 Budibase: Unauthenticated REST Datasource Credential Theft via Cross-Origin Auth Leak (bypass of CVE-2026-48152))

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

9CVSS0.00422EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/12 7:09 p.m.31 views

CVE-2026-73407

Budibase CVE-2026-73407: Unauthenticated REST datasource credential theft via cross-origin auth leak in RestIntegration._req (packages/server/src/integrations/rest.ts) prior to 3.40.1. An unauthenticated caller of a PUBLIC POST /api/v2/queries/:queryId could supply an absolute or parameterized pa...

9CVSS5.4AI score0.00422EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/12 7:09 p.m.5 views

CVE-2026-73407 Budibase: Unauthenticated REST Datasource Credential Theft via Cross-Origin Auth Leak (bypass of CVE-2026-48152))

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

9CVSS5.4AI score
SaveExploits0References6
NVD
NVD
added 2026/08/01 1:17 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.2CVSS0.00256EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/01 12:22 p.m.13 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.45 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.10 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
OSV
OSV
added 2026/07/24 9:44 p.m.14 views

GHSA-V42F-V8XC-J435 Budibase: SSRF via DNS rebinding in the REST datasource integration

Summary Budibase's central outbound-fetch guard fetchWithBlacklist prevents SSRF/DNS-rebinding by resolving the target hostname, checking every resolved IP against the blacklist, and pinning the connection to the validated IP. The pin is implemented as a Node https.Agent makePinnedAgent. The fix...

8.5CVSS6AI score0.00171EPSS
SaveExploits0References7
Snyk
Snyk
added 2026/07/24 9:44 p.m.17 views

Server-side Request Forgery (SSRF)

Overview @budibase/server is a Budibase Web Server Affected versions of this package are vulnerable to Server-side Request Forgery SSRF in the REST datasource integration due to improper handling of DNS rebinding protections. An attacker can access internal-only services, read sensitive data, or...

8.5CVSS5.9AI score
SaveExploits0References3
Snyk
Snyk
added 2026/07/24 9:44 p.m.21 views

Server-side Request Forgery (SSRF)

Overview @budibase/backend-core is a Budibase backend core libraries used in server and worker Affected versions of this package are vulnerable to Server-side Request Forgery SSRF in the REST datasource integration due to improper handling of DNS rebinding protections. An attacker can access...

8.5CVSS5.9AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/24 9:44 p.m.17 views

Budibase: SSRF via DNS rebinding in the REST datasource integration

Summary Budibase's central outbound-fetch guard fetchWithBlacklist prevents SSRF/DNS-rebinding by resolving the target hostname, checking every resolved IP against the blacklist, and pinning the connection to the validated IP. The pin is implemented as a Node https.Agent makePinnedAgent. The fix...

8.5CVSS6AI score0.00213EPSS
SaveExploits1References7Affected Software1
OSV
OSV
added 2026/07/24 9:22 p.m.7 views

GHSA-MQHR-6J6H-74P5 Budibase: Unauthenticated REST Datasource Credential Theft via Cross-Origin Auth Leak

Summary Budibase attaches a REST datasource's stored credentials Bearer/Basic tokens and static headers to an outgoing request before it decides which host the request goes to, and never checks that the destination host matches the datasource. A query's request path can be pointed at any host via...

9CVSS6AI score0.00422EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/06/12 3:08 p.m.24 views

Budibase: SSRF via User-Controlled queryId in Automation Execute Query Step

Summary The executeQuery automation step in Budibase accepts a queryId from automation step inputs and passes it directly to the query execution controller without additional validation. When combined with a REST datasource configured to target internal infrastructure, this creates a server-side...

5.1CVSS5.8AI score0.00329EPSS
SaveExploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2026/06/05 7:26 p.m.17 views

CVE-2026-48128

Budibase is an open-source low-code platform. Prior to 3.39.0, the executeQuery automation step in Budibase accepts a queryId from automation step inputs and passes it directly to the query execution controller without additional validation. When combined with a REST datasource configured to targ...

5.1CVSS5.7AI score0.00329EPSS
SaveExploits0References1
Rows per page
Query Builder