Skip to content

Bump phpseclib/phpseclib from 2.0.11 to 2.0.52#5

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/phpseclib/phpseclib-2.0.52
Open

Bump phpseclib/phpseclib from 2.0.11 to 2.0.52#5
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/phpseclib/phpseclib-2.0.52

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 19, 2026

Bumps phpseclib/phpseclib from 2.0.11 to 2.0.52.

Release notes

Sourced from phpseclib/phpseclib's releases.

2.0.52

  • fix for PHP 8.5 BC breaking changes on 32-bit machines (#2126)
  • make unpadding in CBC mode constant time (CVE-2026-32935)
  • X509: add support for organizationIdentifier (#2128)

2.0.51

  • more PHP 8.5 deprecations (#2113)
  • RSA: add support for OpenSSH pub keys with multiple spaces / tabs (#2116)

2.0.50

  • SCP: some downloads have an extra null byte tacked onto the end (#146)
  • SCP: uploading a file after trying to download a non existent file fails (#873)
  • more PHP 8.5 deprecations (#2103, #2113)

2.0.49

  • fix PHP 8.5 deprecations
  • SFTP: check if realpath succeeded when changing SFTP directory (#2098)
  • SSH2: server identification string handling enhancements (#2082, #2083)

2.0.48

  • BigInteger: workaround for regression in GMP that PHP introduced
  • X509: make the attributes section of new CSRs be blank (#1522)
  • X509: CRL version number wasn't correctly being saved (#2037)
  • SSH2: ignore kex-strict-s-v00@openssh.com in key re-exchanges (#2050)
  • SSH2: make it so phpseclib initiates key re-exchange after 1GB (#2050)
  • SSH2: if string is passed to setPreferredAlgorithms treat as array
  • SSH2: identification strings > 255 bytes didn't get parsed correctly
  • SSH2: fix possible infinite loop on packet timeout
  • SSH2: handle SSH2_MSG_EXT_INFO out of login (#2001, #2002)
  • SSH2/Agent: reset supported_private_key_algorithms for every key (#1995)

2.0.47

  • BigInteger: add getLength() and getLengthInBytes() methods
  • BigInteger: put guardrails on isPrime() and randomPrime() (CVE-2024-27354)
  • ASN1: limit OID length (CVE-2024-27355)

2.0.46

  • SSH2: implement terrapin attack countermeasures (#1972)
  • SSH2: only capture login info once (#1970)
  • SSH2: add support for RFC8308 (#1960)
  • Rijndael: fix for PHP 8.3+ compatability (#1944)
  • Crypt/Base: improve ARM detection code (#1949)
  • X509: fix for weird characters in subjaltname (#1943)

2.0.45

  • SFTP: make it so SFTP::RESUME also sets offset of local file (#1921)
  • SFTP: RESUME_START didn't work as described (#1921)
  • SFTP: fix SFTPv2 errors when logging errors (#1933)
  • SFTP: fix issue with get() downloading to files / streams (#1934)
  • Rijndael: fix E_DEPRECATED (#1935)

... (truncated)

Changelog

Sourced from phpseclib/phpseclib's changelog.

2.0.52 - 2026-03-18

  • fix for PHP 8.5 BC breaking changes on 32-bit machines (#2126)
  • make unpadding in CBC mode constant time (CVE-2026-32935)
  • X509: add support for organizationIdentifier (#2128)

2.0.51 - 2026-01-27

  • more PHP 8.5 deprecations (#2113)
  • RSA: add support for OpenSSH pub keys with multiple spaces / tabs (#2116)

2.0.50 - 2025-12-15

  • SCP: some downloads have an extra null byte tacked onto the end (#146)
  • SCP: uploading a file after trying to download a non existant file fails (#873)
  • more PHP 8.5 deprecations (#2103, #2113)

2.0.49 - 2025-10-05

  • fix PHP 8.5 deprecations
  • SFTP: check if realpath succeeded when changing SFTP directory (#2098)
  • SSH2: server identification string handling enhancements (#2082, #2083)

2.0.48 - 2024-12-14

  • BigInteger: workaround for regression in GMP that PHP introduced
  • X509: make the attributes section of new CSRs be blank (#1522)
  • X509: CRL version number wasn't correctly being saved (#2037)
  • SSH2: ignore kex-strict-s-v00@openssh.com in key re-exchanges (#2050)
  • SSH2: make it so phpseclib initiates key re-exchange after 1GB (#2050)
  • SSH2: if string is passed to setPreferredAlgorithms treat as array
  • SSH2: identification strings > 255 bytes didn't get parsed correctly
  • SSH2: fix possible infinite loop on packet timeout
  • SSH2: handle SSH2_MSG_EXT_INFO out of login (#2001, #2002)
  • SSH2/Agent: reset supported_private_key_algorithms for every key (#1995)

2.0.47 - 2024-02-25

  • BigInteger: add getLength() and getLengthInBytes() methods
  • BigInteger: put guardrails on isPrime() and randomPrime() (CVE-2024-27354)
  • ASN1: limit OID length (CVE-2024-27355)

2.0.46 - 2023-12-28

  • SSH2: implement terrapin attack countermeasures (#1972)
  • SSH2: only capture login info once (#1970)
  • SSH2: add support for RFC8308 (#1960)
  • Rijndael: fix for PHP 8.3+ compatability (#1944)
  • Crypt/Base: improve ARM detection code (#1949)
  • X509: fix for weird characters in subjaltname (#1943)

... (truncated)

Commits
  • 2552c40 Merge branch '1.0' into 2.0
  • 56fa436 CHANGELOG: add 1.0.27 release
  • e4271d8 Merge branch '1.0' into 2.0
  • 3aa477c X509: add support for organizationIdentifier
  • 8e2122e .gitignore: add .phpunit.result.cache
  • b60d29c Merge branch '1.0' into 2.0
  • ccc21ae make unpadding constant time
  • 1d3eaab DES: square brackets..
  • 2ee2cbe Merge branch '1.0' into 2.0
  • 0a23867 more square bracket replacements
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) from 2.0.11 to 2.0.52.
- [Release notes](https://github.com/phpseclib/phpseclib/releases)
- [Changelog](https://github.com/phpseclib/phpseclib/blob/master/CHANGELOG.md)
- [Commits](phpseclib/phpseclib@2.0.11...2.0.52)

---
updated-dependencies:
- dependency-name: phpseclib/phpseclib
  dependency-version: 2.0.52
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Mar 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants