
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-23835 is an improper authorization vulnerability in LobeHub's file upload feature (Knowledge Base > File Upload) that allows authenticated users to manipulate upload request parameters to create arbitrary files in unintended paths and bypass monthly storage quotas. It affects all versions of the @lobehub/chat npm package prior to 1.143.3. The vulnerability was published on January 30, 2026, with a patch released the same day. It carries a CVSS v4.0 base score of 5.7 (Medium) (GitHub Advisory, GitHub Security Advisory).
The root cause is classified as CWE-73 (External Control of File Name or Path): the server's POST /trpc/lambda/file.createFile?batch=1 endpoint trusted client-supplied name and size parameters without server-side validation against the actual file stored in S3. An authenticated attacker could intercept this request using a proxy tool (e.g., Burp Suite), modify the size field to misrepresent the actual file size (e.g., reporting a 1 GB file as 10 MB), and modify the name/path field to write files to unintended storage locations. The fix introduced server-side verification by querying S3 directly via HeadObjectCommand to retrieve the actual ContentLength, replacing the client-provided value before recording file metadata (GitHub Security Advisory, Patch Commit).
Exploitation allows an authenticated attacker to bypass monthly upload quotas by underreporting file sizes, causing a discrepancy between actual resource consumption and billing calculations that results in direct financial harm to service operators. Excessive unaccounted uploads can exhaust storage resources, leading to failed uploads, delayed content delivery, or temporary suspension of upload functionality for legitimate users — effectively an indirect denial of service across shared subscription plans. Additionally, manipulated file paths can place files in abnormal locations, and the resulting distortion of monitoring metrics can overload downstream systems such as backup processes, malware scanning, and media processing pipelines (GitHub Advisory).
No public proof-of-concept exploit code has been confirmed, and there is no evidence of in-the-wild exploitation at this time (Feedly). The vulnerability requires low privileges (an authenticated account) and no user interaction, making it relatively easy to abuse by any registered user. The EPSS score is approximately 0.042% (13th percentile), indicating a low near-term exploitation probability. The CVE is not listed in the CISA Known Exploited Vulnerabilities catalog. Qualys has added detection for this vulnerability (detection ID 5007294) (GitHub Advisory).
/trpc/lambda/file.createFile?batch=1 generated after the file is uploaded to S3.size field to a value significantly lower than the actual file size (e.g., change 1073741824 [1 GB] to 10485760 [10 MB]) to bypass quota enforcement. Optionally, modify the name field to specify an unintended file path for arbitrary file placement./trpc/lambda/file.createFile?batch=1 from a single user account with anomalous or inconsistent size values relative to actual S3 object sizes; high-frequency upload requests from a single authenticated session.size field is significantly smaller than the actual S3 object ContentLength; discrepancies between billing/quota logs and actual S3 storage consumption metrics.Upgrade LobeHub (@lobehub/chat npm package) to version 1.143.3 or later, which validates actual file size by querying S3 via HeadObjectCommand instead of trusting the client-supplied size parameter. Additionally, the patch adds a userId authorization check in removeFilesFromKnowledgeBase to prevent cross-user file removal. Until patching is complete, operators should monitor upload activity and storage usage for anomalies, and consider implementing WAF rules or rate limiting on the /trpc/lambda/file.createFile endpoint (Patch Commit, GitHub Advisory).
The vulnerability was reported by security researcher uko3211 and published by LobeHub maintainer arvinxx via GitHub's security advisory process on January 30, 2026. Red Hat has tracked the CVE in their security database. No significant broader media coverage or notable community commentary beyond the advisory itself has been identified (GitHub Security Advisory, Red Hat CVE).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."