Lucene search
+L

28348 matches found

ATTACKERKB
ATTACKERKB
β€’added 2026/05/27 5:11 p.m.β€’18 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.7CVSS5.8AI score0.00258EPSS
SaveExploits0References3Affected Software1
OSV
OSV
β€’added 2026/05/27 5:11 p.m.β€’11 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.7CVSS5.9AI score
SaveExploits0References4
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
OSV
OSV
β€’added 2026/05/27 5:01 p.m.β€’12 views

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

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.1CVSS6.1AI score
SaveExploits0References3
ATTACKERKB
ATTACKERKB
β€’added 2026/05/27 5:01 p.m.β€’12 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.1CVSS6AI score0.00329EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
β€’added 2026/05/27 5:01 p.m.β€’48 views

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

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.1CVSS0.00329EPSS
SaveExploits0References1
CVE
CVE
β€’added 2026/05/27 5:01 p.m.β€’30 views

CVE-2026-48128

Budibase prior to 3.39.0 is vulnerable to SSRF via the executeQuery automation step. The executeQuery step accepts a queryId from automation inputs and forwards it to the query execution controller without additional validation. When a REST datasource targets internal infrastructure, this can cau...

5.1CVSS6AI score0.00329EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
β€’added 2026/05/27 5:01 p.m.β€’20 views

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

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.1CVSS6AI score0.00329EPSS
SaveExploits0References1
Cvelist
Cvelist
β€’added 2026/05/27 5:00 p.m.β€’55 views

CVE-2026-48146 Budibase: SSRF via OAuth2 Config Validation β€” Missing fetchWithBlacklist Protection

Budibase is an open-source low-code platform. Prior to 3.39.0, the OAuth2 token fetch function in packages/server/src/sdk/workspace/oauth2/utils.ts uses raw fetchconfig.url with no SSRF protection. The safe wrapper fetchWithBlacklist exists in the same codebase and is used in every other outbound...

7.7CVSS0.00217EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
β€’added 2026/05/27 5:00 p.m.β€’14 views

CVE-2026-48146

Budibase is an open-source low-code platform. Prior to 3.39.0, the OAuth2 token fetch function in packages/server/src/sdk/workspace/oauth2/utils.ts uses raw fetchconfig.url with no SSRF protection. The safe wrapper fetchWithBlacklist exists in the same codebase and is used in every other outbound...

7.7CVSS5.8AI score0.00217EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
β€’added 2026/05/27 5:00 p.m.β€’18 views

CVE-2026-48146 Budibase: SSRF via OAuth2 Config Validation β€” Missing fetchWithBlacklist Protection

Budibase is an open-source low-code platform. Prior to 3.39.0, the OAuth2 token fetch function in packages/server/src/sdk/workspace/oauth2/utils.ts uses raw fetchconfig.url with no SSRF protection. The safe wrapper fetchWithBlacklist exists in the same codebase and is used in every other outbound...

7.7CVSS5.8AI score0.00217EPSS
SaveExploits0References1
OSV
OSV
β€’added 2026/05/27 5:00 p.m.β€’14 views

CVE-2026-48146 Budibase: SSRF via OAuth2 Config Validation β€” Missing fetchWithBlacklist Protection

Budibase is an open-source low-code platform. Prior to 3.39.0, the OAuth2 token fetch function in packages/server/src/sdk/workspace/oauth2/utils.ts uses raw fetchconfig.url with no SSRF protection. The safe wrapper fetchWithBlacklist exists in the same codebase and is used in every other outbound...

7.7CVSS5.9AI score
SaveExploits0References3
Cvelist
Cvelist
β€’added 2026/05/27 4:56 p.m.β€’49 views

CVE-2026-48152 Budibase: Basic app users can exfiltrate stored REST datasource auth by rewriting datasource base URL

Budibase is an open-source low-code platform. Prior to 3.39.0, the single-datasource GET and PUT routes are guarded by generic TABLE READ, not by Builder/Admin permission or datasource-specific ownership/resource checks. The built-in Basic app user role maps to the WRITE permission set, which...

8.1CVSS0.00257EPSS
SaveExploits0References1
Cvelist
Cvelist
β€’added 2026/05/27 4:52 p.m.β€’55 views

CVE-2026-48153 Budibase: SSRF via OAuth2 token endpoint URL reaches internal hosts and cloud metadata

Budibase is an open-source low-code platform. Prior to 3.39.0, fetchToken in the OAuth2 SDK makes a POST to a builder-supplied URL with plain node-fetch, skipping the blacklist.isBlacklisted check that every other outbound fetch path in the codebase uses. The Joi schema for the OAuth2 URL has no...

8.5CVSS0.00175EPSS
SaveExploits0References1
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
Cvelist
Cvelist
β€’added 2026/05/27 4:50 p.m.β€’54 views

CVE-2026-45061 Budibase: SSRF via trivial `.tar.gz` substring bypass in Plugin URL upload (`/api/plugin`)

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.7CVSS0.00263EPSS
SaveExploits0References1
CVE
CVE
β€’added 2026/05/27 4:50 p.m.β€’32 views

CVE-2026-45061

CVE-2026-45061 : Budibase (open-source low-code platform) remains vulnerable to SSRF due to a trivial substring URL check in the Plugin URL upload endpoint (/api/plugin). Before 3.35.10, the code validates only that the URL contains β€œ.tar.gz” anywhere in the string (path, query, or fragment). The...

7.7CVSS5.8AI score0.00263EPSS
SaveExploits0References1
NVD
NVD
β€’added 2026/05/27 3:16 p.m.β€’20 views

CVE-2026-44971

GuardDog is a CLI tool to identify malicious PyPI packages. From 1.0.0 to 2.9.0, the programmatic remote project scanning path rewrites attacker-controlled repository URLs using a blind string replacement and then sends the caller's GitHub credentials with the resulting request. This allows an...

8.2CVSS0.00198EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
β€’added 2026/05/27 2:43 p.m.β€’17 views

CVE-2026-44971

GuardDog is a CLI tool to identify malicious PyPI packages. From 1.0.0 to 2.9.0, the programmatic remote project scanning path rewrites attacker-controlled repository URLs using a blind string replacement and then sends the caller's GitHub credentials with the resulting request. This allows an...

8.2CVSS5.8AI score0.00198EPSS
SaveExploits0References2Affected Software1
CVE
CVE
β€’added 2026/05/27 2:43 p.m.β€’33 views

CVE-2026-44971

CVE-2026-44971 affects GuardDog (CLI tool to identify malicious PyPI packages). From version 1.0.0 through 2.9.0, GuardDog’s remote project scanning path rewrites attacker-controlled repository URLs via a blind string replacement and then sends the caller’s GitHub credentials with the resulting r...

8.2CVSS5.8AI score0.00198EPSS
SaveExploits0References1
Rows per page
Query Builder