CVE-2026-63358 PUBLISHED

FileGator privilege escalation

Assigner: cisa-cg
Reserved: 16.07.2026 Published: 21.07.2026 Updated: 21.07.2026

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.

Metrics

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

Product Status

Vendor FileGator
Product FileGator
Versions Default: unknown
  • affected from 0 to 7.14.2 (excl.)
  • Version 7.14.2 is unaffected

Credits

  • Abdul Moiz

References

Problem Types

  • CWE-732 Incorrect Permission Assignment for Critical Resource CWE