CVE-2026-63358

Summary

FileGator accepts arbitrary Unix permission values via the '/chmoditems' API endpoint and passes the value directly to PHP's native 'chmod()' function through 'octdec()' conversion, with no validation. This allows an authenticated user with 'chmod' permission to upgrade their privileges to root.

Affected Software

VendorProductVersion RangeStatus
FileGatorFileGator0 < 7.14.2affected
FileGatorFileGator7.14.2unaffected

Weaknesses

  • CWE-732: CWE-732 Incorrect Permission Assignment for Critical Resource

References