VYPR
Low severity3.7NVD Advisory· Published Apr 10, 2026· Updated May 8, 2026

CVE-2026-40194

CVE-2026-40194

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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
phpseclib/phpseclibPackagist
>= 0.1.1, < 1.0.281.0.28
phpseclib/phpseclibPackagist
>= 2.0.0, < 2.0.532.0.53
phpseclib/phpseclibPackagist
>= 3.0.0, < 3.0.513.0.51

Affected products

6

Patches

Vulnerability mechanics

References

7

News mentions

0

No linked articles in our index yet.