CVE-2026-82238 PUBLISHED

filebrowser 2.24.0 Race Condition via TUS concurrent PATCH uploads

Assigner: VulnCheck
Reserved: 28.08.2026 Published: 28.08.2026 Updated: 28.08.2026

filebrowser from version 2.24.0 contains a race condition in the TUS upload handler that allows authenticated users to write past the declared Upload-Length by sending concurrent PATCH requests. Attackers can send multiple simultaneous PATCH requests at the same offset to bypass length validation, resulting in files that exceed their declared size and triggering completion hooks for oversized uploads.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N
CVSS Score: 2.3

Product Status

Vendor filebrowser
Product filebrowser
Versions Default: affected
  • unaffected from 0 to 2.24.0 (excl.)

Credits

  • skeletonsec reporter

References

Problem Types

  • Time-of-check Time-of-use (TOCTOU) Race Condition CWE