CVE-2026-24767
BaseFortify
Publication date: 2026-01-28
Last updated on: 2026-02-04
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| nocodb | nocodb | to 0.301.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a blind Server-Side Request Forgery (SSRF) in NocoDB versions prior to 0.301.0. It occurs in the 'uploadViaURL' feature where an unprotected HEAD request is made without validation. Although later file retrieval steps enforce SSRF protections, this initial metadata request can make limited outbound requests to arbitrary URLs before those protections apply.
How can this vulnerability impact me? :
The vulnerability allows an attacker to make limited outbound requests from the server to arbitrary URLs, potentially exposing internal resources or causing information disclosure. Since it is a blind SSRF, the attacker may not see the response directly but can still influence server behavior or access internal services.
What immediate steps should I take to mitigate this vulnerability?
Upgrade NocoDB to version 0.301.0 or later, as this version contains a patch that fixes the blind SSRF vulnerability in the uploadViaURL functionality.