Skip to content

Tags: abdulniyaspm/libssh2

Tags

libssh2-1.10.0

Toggle libssh2-1.10.0's commit message

Verified

This tag was signed with the committer’s verified signature.
bagder Daniel Stenberg
1.10.0

libssh2-1.9.0

Toggle libssh2-1.9.0's commit message
1.9.0

libssh2-1.8.2

Toggle libssh2-1.8.2's commit message
1.8.2

libssh2-1.8.1

Toggle libssh2-1.8.1's commit message
More 1.8.0 security fixes (libssh2#316)

* Defend against possible integer overflows in comp_method_zlib_decomp.

* Defend against writing beyond the end of the payload in _libssh2_transport_read().

* Sanitize padding_length - _libssh2_transport_read(). https://libssh2.org/CVE-2019-3861.html

This prevents an underflow resulting in a potential out-of-bounds read if a server sends a too-large padding_length, possibly with malicious intent.

* Prevent zero-byte allocation in sftp_packet_read() which could lead to an out-of-bounds read. https://libssh2.org/CVE-2019-3858.html

* Check the length of data passed to sftp_packet_add() to prevent out-of-bounds reads.

* Add a required_size parameter to sftp_packet_require et. al. to require callers of these functions to handle packets that are too short. https://libssh2.org/CVE-2019-3860.html

* Additional length checks to prevent out-of-bounds reads and writes in _libssh2_packet_add(). https://libssh2.org/CVE-2019-3862.html

libssh2-1.8.0

Toggle libssh2-1.8.0's commit message
1.8.0 release

libssh2-1.7.0

Toggle libssh2-1.7.0's commit message
1.7.0 release

libssh2-1.6.0

Toggle libssh2-1.6.0's commit message
1.6.0 release

libssh2-1.5.0

Toggle libssh2-1.5.0's commit message
1.5.0

libssh2-1.4.3

Toggle libssh2-1.4.3's commit message
RELEASE-NOTES: fixed for 1.4.3

libssh2-1.4.2

Toggle libssh2-1.4.2's commit message
RELEASE-NOTES: synced with 92a9f95