CVE-2026-26058 PUBLISHED

Zulip: Path Traversal in Import

Assigner: GitHub_M
Reserved: 10.02.2026 Published: 03.04.2026 Updated: 03.04.2026

Zulip is an open-source team collaboration tool. From version 1.4.0 to before version 11.6, ./manage.py import reads arbitrary files from the server filesystem via path traversal in uploads/records.json. A crafted export tarball causes the server to copy any file the zulip user can read into the uploads directory during import. This issue has been patched in version 11.6.

Metrics

CVSS Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:N
CVSS Score: 6.1

Product Status

Vendor zulip
Product zulip
Versions
  • Version >= 1.4.0, < 11.6 is affected

References

Problem Types

  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') CWE