CVE-2026-46551
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedNocoDB is software for building databases as spreadsheets. Prior to 2026.04.4, the uploadViaURL path in the v1/v2 attachment API did not enforce NC_ATTACHMENT_FIELD_SIZE against the remote content-length or against the response stream. An authenticated user (Editor+) could direct the server to download arbitrarily large files, exhausting disk space and causing denial of service. In packages/nocodb/src/services/attachments.service.ts, the HEAD probe read content-length but never compared it to NC_ATTACHMENT_FIELD_SIZE; the subsequent storageAdapter.fileCreateByUrl() performed the download without maxContentLength. This vulnerability is fixed in 2026.04.4.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceIn NocoDB prior to 2026.04.4, the uploadViaURL endpoint in the v1/v2 attachment API fails to validate the remote file size against NC_ATTACHMENT_FIELD_SIZE before downloading. An authenticated Editor+ user can supply a URL to an arbitrarily large file, causing the server to download the full content and exhaust disk space, resulting in denial of service.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check NocoDB versionAccess the NocoDB administration panel or check the running container/package version to determine the installed version. Compare it against the affected range (any version prior to 2026.04.4).Affected if The installed version is earlier than 2026.04.4 (e.g., 2026.03.0, 2025.x.x, etc.)
-
Verify uploadViaURL endpoint existsConfirm that the v1/v2 attachment API with the uploadViaURL endpoint is exposed in the NocoDB instance. This is typically accessible at /api/v1/db/data/attachment/uploadViaURL or similar paths under the API base.Affected if The endpoint is present and reachable without additional security restrictions
-
Check user role permissionsReview the role-based access control settings to determine if Editor-level or higher users exist in the system. The vulnerability requires an authenticated Editor+ user.Affected if Editor, Owner, or Super Admin roles are enabled and users with these roles can access the attachment API
-
Inspect NC_ATTACHMENT_FIELD_SIZE configurationExamine the NocoDB environment variables or configuration files for the NC_ATTACHMENT_FIELD_SIZE setting. This parameter should limit attachment sizes but is not being checked by the vulnerable endpoint.Affected if NC_ATTACHMENT_FIELD_SIZE is set to a permissive value or is not enforced on the uploadViaURL endpoint
A user is affected if NocoDB version is earlier than 2026.04.4, the uploadViaURL endpoint is accessible, and Editor+ users can access the attachment API without proper file size validation.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade to NocoDB version 2026.04.4 or later, which implements content-length validation in the HEAD probe and enforces maxContentLength during file download.
2026.04.4
- Backup the NocoDB database and configuration files before proceeding with the upgrade
- Stop the NocoDB service to prevent data corruption during upgrade
- Upgrade NocoDB to version 2026.04.4 (use the appropriate method for your installation: Docker image tag, npm install, or binary release)
- Verify the upgrade was successful by checking the installed version
- Start the NocoDB service
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation1.0 h
- Implementation2.0 h
- Testing4.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,144.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-46551 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-46551 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data