CVE-2026-40194
LOW3.7EPSS 0.01%phpseclib has a variable-time HMAC comparison in SSH2::get_binary_packet() using != instead of hash_equals()
Published: 4/10/2026Modified: 5/27/2026
Description
phpseclib is a PHP secure communications library. Starting in 0.1.1 and prior to 3.0.51, 2.0.53, and 1.0.28, phpseclib\Net\SSH2::get_binary_packet() uses PHP's != operator to compare a received SSH packet HMAC against the locally computed HMAC. != on equal-length binary strings in PHP uses memcmp(), which short-circuits on the first differing byte. This is a real variable-time comparison (CWE-208), proven by scaling benchmarks. This vulnerability is fixed in 3.0.51, 2.0.53, and 1.0.28.
Affected packages (4)
- Debian/php-phpseclibfrom 0
- Debian/php-phpseclib3from 0, < 3.0.19-1+deb12u5
- Debian/phpseclibfrom 0
- Packagist/phpseclib/phpseclib>= 0.1.1, < 1.0.28
CVSS scores
| Source | Version | Severity | Vector |
|---|---|---|---|
| osv | CVSS 3.1 | LOW3.7 | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N |
References (8)
- ADVISORYhttps://nvd.nist.gov/vuln/detail/CVE-2026-40194
- ADVISORYhttps://security-tracker.debian.org/tracker/CVE-2026-40194
- PATCHhttps://github.com/phpseclib/phpseclib
- WEBhttps://github.com/phpseclib/phpseclib/commit/ffe48b6b1b1af6963327f0a5330e3aa004a194ac
- WEBhttps://github.com/phpseclib/phpseclib/releases/tag/1.0.28
- WEBhttps://github.com/phpseclib/phpseclib/releases/tag/2.0.53
- WEBhttps://github.com/phpseclib/phpseclib/releases/tag/3.0.51
- WEBhttps://github.com/phpseclib/phpseclib/security/advisories/GHSA-r854-jrxh-36qx