Download Latest Version v1.13.11 - maintenance release source code.zip (176.1 kB)
Email in envelope

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

Home / v1.13.11
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-07-12 1.1 kB
v1.13.11 - maintenance release source code.tar.gz 2026-07-12 126.8 kB
v1.13.11 - maintenance release source code.zip 2026-07-12 176.1 kB
Totals: 3 Items   304.0 kB 1

This release bounds an unchecked pre-allocation in the SSH_FILEXFER_ATTRS decoder, updates dependencies, and includes minor code cleanups.

Security/robustness

The attribute decoder (unmarshalFileStat) allocated the extended-attribute slice directly from the wire-supplied extended_count without bounding it against the available bytes. A peer could advertise a huge extended_count in a small packet and force a multi-gigabyte allocation up front, crashing the process with fatal error: out of memory before a single entry was parsed.

What's Changed

New Contributors

Full Changelog: https://github.com/pkg/sftp/compare/v1.13.10...v1.13.11

Source: README.md, updated 2026-07-12