Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-46553
Published:May 21, 2026
Updated:May 24, 2026
Summary The upload-by-URL path did not enforce "NC_ATTACHMENT_FIELD_SIZE" against either the remote file's advertised "Content-Length" or the decoded length of a "data:" URI, allowing an authenticated user to bypass the configured per-file size limit. Details The attachments service now checks "NC_ATTACHMENT_FIELD_SIZE" against both the HEAD response's "content-length" and the decoded length of a "data:" URI body before fetching. The local storage plugin additionally sets "maxContentLength" on the axios download so a malicious server cannot stream past the limit. Impact Authenticated users with upload permission could attach files larger than the operator-configured limit, defeating storage and bandwidth caps. Credit This issue was reported by "@bugbunny-research" (https://github.com/bugbunny-research).
Affected Packages
https://github.com/nocodb/nocodb.git (GITHUB):
Affected version(s) >=crea <2026.04.1
Fix Suggestion:
Update to version 2026.04.1
nocodb (NPM):
Affected version(s) >=0.0.1 <2026.04.1
Fix Suggestion:
Update to version 2026.04.1
Do you need more information?
Contact Us
CVSS v4
Base Score:
2.1
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
Exploit Maturity
POC
CVSS v3
Base Score:
4.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
LOW
Weakness Type (CWE)
Allocation of Resources Without Limits or Throttling