Skip to content

v0.2.15 - Security Release

Latest

Choose a tag to compare

@DeanWard DeanWard released this 28 Jan 20:05
· 1 commit to main since this release

Security Release

This release fixes critical path traversal vulnerabilities that could allow authenticated users to write files to arbitrary locations on the server, leading to Remote Code Execution (RCE).

Security Fixes

  • UploadsController: Sanitize filePaths input and validate resolved paths stay within share directory
  • TusdHooksController: Sanitize bundle manifest paths and validate extraction paths
  • EmailTemplatesController: Validate template IDs to prevent path traversal

Security Advisory

Upgrade Instructions

All users running Erugo v0.2.14 or earlier should upgrade immediately.

Credits

Thanks to Leon Phan of AWARE7 GmbH for responsibly disclosing this vulnerability.