Description
NocoDB is software for building databases as spreadsheets. Prior to 2026.05.1, the spreadsheet-fetch endpoint (axiosRequestMake) accepted URLs whose path contained a permitted extension anywhere in the string, and applied a hand-rolled regex blocklist that omitted 127.0.0.0/8 and 169.254.0.0/16, allowing the cloud-metadata endpoint to be reached with a crafted URL This vulnerability is fixed in 2026.05.1.
Published: 2026-06-23
Score: 5.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a Server‑Side Request Forgery within NocoDB’s spreadsheet‑fetch endpoint (axiosRequestMake). Before version 2026.05.1, the endpoint accepted URLs whose path could contain any permitted file extension and only applied a narrow regex blocklist filtering out 127.0.0.0/8 and 169.254.0.0/16. This flaw allowed an attacker to craft a URL that reaches internal cloud‑metadata services, exposing sensitive internal data and enabling lateral movement. The weakness is classified as CWE‑918 and has been corrected in 2026.05.1.

Affected Systems

NocoDB deployments running any version earlier than 2026.05.1 are vulnerable. The defect is present in the spreadsheet‑fetch endpoint (axiosRequestMake). No specific minor versions are listed beyond the cutoff date, so any installation whose last release precedes 2026‑05‑01 is at risk.

Risk and Exploitability

The CVSS base score of 5.1 signifies a moderate impact; internal confidentiality and integrity risks exist if the application can reach the cloud‑metadata endpoint. The EPSS score is unavailable, so the current likelihood of exploitation cannot be quantified. The vulnerability is not included in the CISA KEV catalog, suggesting limited public exploitation evidence to date. Attackers would typically submit a specially crafted request to the spreadsheet‑fetch endpoint over HTTP or HTTPS, potentially from a remote network or compromised user account, to trigger the SSRF behavior. The prevention lies in validating or stripping internal URLs before making outbound requests.

Generated by OpenCVE AI on June 24, 2026 at 10:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update NocoDB to version 2026.05.1 or later, where the spreadsheet‑fetch logic has been corrected.
  • If an immediate patch is unavailable, block or disable the spreadsheet‑fetch endpoint or enforce stricter URL validation so that only external, non‑local addresses are permitted.
  • Apply firewall rules on the host to reject outbound traffic to the internal ranges 127.0.0.0/8 and 169.254.0.0/16, preventing access to cloud‑metadata or other internal services.

Generated by OpenCVE AI on June 24, 2026 at 10:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-gprh-27j3-g5h4 NocoDB: Server-Side Request Forgery via Spreadsheet Fetch URL
History

Wed, 24 Jun 2026 00:00:00 +0000

Type Values Removed Values Added
First Time appeared Nocodb
Nocodb nocodb
Vendors & Products Nocodb
Nocodb nocodb

Tue, 23 Jun 2026 20:30:00 +0000

Type Values Removed Values Added
Description NocoDB is software for building databases as spreadsheets. Prior to 2026.05.1, the spreadsheet-fetch endpoint (axiosRequestMake) accepted URLs whose path contained a permitted extension anywhere in the string, and applied a hand-rolled regex blocklist that omitted 127.0.0.0/8 and 169.254.0.0/16, allowing the cloud-metadata endpoint to be reached with a crafted URL This vulnerability is fixed in 2026.05.1.
Title NocoDB: Server-Side Request Forgery via Spreadsheet Fetch URL
Weaknesses CWE-918
References
Metrics cvssV4_0

{'score': 5.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-06-24T12:38:17.340Z

Reserved: 2026-06-11T15:46:12.317Z

Link: CVE-2026-53927

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-24T10:15:05Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)