Skip to content

Update dependency cryptography to v48 [SECURITY]#183

Open
renovate[bot] wants to merge 1 commit into
8/edgefrom
renovate/pypi-cryptography-vulnerability
Open

Update dependency cryptography to v48 [SECURITY]#183
renovate[bot] wants to merge 1 commit into
8/edgefrom
renovate/pypi-cryptography-vulnerability

Conversation

@renovate

@renovate renovate Bot commented Mar 29, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
cryptography (changelog) 46.0.648.0.1 age confidence

Cryptography vulnerable to buffer overflow if non-contiguous buffers were passed to APIs

CVE-2026-39892 / GHSA-p423-j2cm-9vmq

More information

Details

If a non-contiguous buffer was passed to APIs which accepted Python buffers (e.g. Hash.update()), this could lead to buffer overflows. For example:

h = Hash(SHA256())
b.update(buf[::-1])

would read past the end of the buffer on Python >3.11

Severity

  • CVSS Score: 6.9 / 10 (Medium)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Vulnerable OpenSSL included in cryptography wheels

GHSA-537c-gmf6-5ccf

More information

Details

pyca/cryptography's wheels include a statically linked copy of OpenSSL. The versions of OpenSSL included in wheels prior to cryptograph 48.01 are vulnerable to a security issue. More details about the vulnerability itself can be found in https://openssl-library.org/news/secadv/20260609.txt.

If you are building cryptography source ("sdist") then you are responsible for upgrading your copy of OpenSSL. Only users installing from wheels built by the cryptography project (i.e., those distributed on PyPI) need to update their cryptography versions.

Severity

  • CVSS Score: 7.5 / 10 (High)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Release Notes

pyca/cryptography (cryptography)

v48.0.1

Compare Source

v48.0.0

Compare Source

v47.0.0

Compare Source

v46.0.7

Compare Source


Configuration

📅 Schedule: (in timezone Etc/UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the not bug or enhancement PR is not 'bug' or 'enhancement'. For release notes label Mar 29, 2026
@renovate renovate Bot changed the title Update dependency cryptography to v46.0.6 [SECURITY] Update dependency cryptography to v46.0.6 [SECURITY] - autoclosed Apr 8, 2026
@renovate renovate Bot closed this Apr 8, 2026
@renovate
renovate Bot deleted the renovate/pypi-cryptography-vulnerability branch April 8, 2026 07:31
@renovate renovate Bot changed the title Update dependency cryptography to v46.0.6 [SECURITY] - autoclosed Update dependency cryptography to v46.0.7 [SECURITY] Apr 9, 2026
@renovate renovate Bot reopened this Apr 9, 2026
@renovate
renovate Bot force-pushed the renovate/pypi-cryptography-vulnerability branch from a6b6572 to 4af890e Compare April 9, 2026 08:41
@renovate
renovate Bot force-pushed the renovate/pypi-cryptography-vulnerability branch from 4af890e to 060a71d Compare April 30, 2026 13:20
@renovate
renovate Bot force-pushed the renovate/pypi-cryptography-vulnerability branch from 060a71d to 9c5b2ad Compare May 12, 2026 23:43
@renovate
renovate Bot force-pushed the renovate/pypi-cryptography-vulnerability branch from 9c5b2ad to 2b1ec27 Compare May 20, 2026 09:54
@renovate renovate Bot changed the title Update dependency cryptography to v46.0.7 [SECURITY] Update dependency cryptography to v49 [SECURITY] Jun 21, 2026
@renovate
renovate Bot force-pushed the renovate/pypi-cryptography-vulnerability branch from 2b1ec27 to ae72603 Compare June 21, 2026 16:11
@renovate renovate Bot changed the title Update dependency cryptography to v49 [SECURITY] Update dependency cryptography to v48 [SECURITY] Jun 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

not bug or enhancement PR is not 'bug' or 'enhancement'. For release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants