Download Latest Version sftpgo_v2.7.3_linux_x86_64.tar.xz (14.7 MB)
Email in envelope

Get an email when there's a new version of SFTPGo

Home / v2.7.3
Name Modified Size InfoDownloads / Week
Parent folder
sftpgo_v2.7.3_windows_portable.zip 2026-05-30 52.3 MB
sftpgo_v2.7.3_windows_arm64.exe 2026-05-30 14.5 MB
sftpgo_v2.7.3_windows_x86.exe 2026-05-30 14.9 MB
sftpgo_v2.7.3_windows_x86_64.exe 2026-05-30 16.5 MB
sftpgo_2.7.3-1_amd64.deb 2026-05-30 18.4 MB
sftpgo_2.7.3-1_armhf.deb 2026-05-30 16.5 MB
sftpgo_2.7.3-1_ppc64el.deb 2026-05-30 15.8 MB
sftpgo_2.7.3-1_arm64.deb 2026-05-30 16.0 MB
sftpgo-2.7.3-1.aarch64.rpm 2026-05-30 16.0 MB
sftpgo-2.7.3-1.armv7hl.rpm 2026-05-30 16.5 MB
sftpgo-2.7.3-1.ppc64le.rpm 2026-05-30 15.8 MB
sftpgo-2.7.3-1.x86_64.rpm 2026-05-30 18.4 MB
sftpgo_v2.7.3_macOS_arm64.tar.xz 2026-05-30 13.2 MB
sftpgo_v2.7.3_macOS_x86_64.tar.xz 2026-05-30 13.2 MB
sftpgo_v2.7.3_src_with_deps.tar.xz 2026-05-30 11.6 MB
sftpgo_v2.7.3_linux_arm64.tar.xz 2026-05-30 12.8 MB
sftpgo_v2.7.3_linux_armv7.tar.xz 2026-05-30 12.9 MB
sftpgo_v2.7.3_linux_bundle.tar.xz 2026-05-30 46.2 MB
sftpgo_v2.7.3_linux_ppc64le.tar.xz 2026-05-30 12.6 MB
sftpgo_v2.7.3_linux_x86_64.tar.xz 2026-05-30 14.7 MB
README.md 2026-05-30 2.0 kB
v2.7.3 source code.tar.gz 2026-05-30 4.9 MB
v2.7.3 source code.zip 2026-05-30 5.1 MB
Totals: 23 Items   378.6 MB 63

New features

  • Added a configurable minimum-entropy check (common.secret_min_entropy, default 80) for data-at-rest encryption secrets (CryptFs passphrase, S3 SSE-C key), to reject trivially weak key material at submission time.
  • Logs: added the virtual path to transfer/command logs and to event-log CSV exports.
  • WebClient: replaced glightbox with a custom lightbox implementation for better CSP compatibility.

Bug fixes

  • IP list: fixed matching when an IP is covered by multiple conflicting entries.
  • Fixed comparison of unordered slices.
  • Shares: enforce max_tokens atomically via a guarded conditional update, closing a check-then-write race that could let a usage-capped share be used more times than allowed under concurrent access.
  • In-memory reset-code manager: check code expiry at retrieval time instead of relying only on the background cleanup.

Security fixes

  • Fixed a path-confinement bypass in the public browsable-share partial ZIP download. CVE-2026-49244.
  • Fixed a stored XSS where the inline parameter on browsable-share and authenticated user file downloads suppressed Content-Disposition: attachment, allowing an attacker-supplied HTML file to execute in SFTPGo's web origin. These endpoints now always respond with Content-Disposition: attachment and the inline parameter has been removed. CVE-2026-49245.

Hardening

  • Neutralized CSV formula injection in the Event Manager and event-log CSV exports: cells starting with =, +, -, @, tab or CR are now prefixed with a single quote.
  • Username, folder, group and other object names now reject invisible Unicode formatting characters (e.g. zero-width joiners, bidirectional overrides, BOM) and line/paragraph separators, preventing the creation of invisible or visually confusable names and newline-like codepoints that could appear in paths and logs.
  • WebClient: trigger a defender event on share login failure.
Source: README.md, updated 2026-05-30