Skip to content

chore(deps): [ai] Update dependency cryptography to v47 [SECURITY]#437

Open
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/pypi-cryptography-vulnerability
Open

chore(deps): [ai] Update dependency cryptography to v47 [SECURITY]#437
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/pypi-cryptography-vulnerability

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

@renovate-bot renovate-bot commented Apr 8, 2026

This PR contains the following updates:

Package Change Age Confidence
cryptography (changelog) 46.0.747.0.0 age confidence
cryptography (changelog) 46.0.646.0.7 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 OSV and the GitHub Advisory Database (CC-BY 4.0).


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).


Release Notes

pyca/cryptography (cryptography)

v47.0.0

Compare Source


Configuration

📅 Schedule: (UTC)

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

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

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

@forking-renovate forking-renovate Bot added dependencies Pull requests that update a dependency file p0 SECURITY labels Apr 8, 2026
@renovate-bot renovate-bot added the dependencies Pull requests that update a dependency file label Apr 8, 2026
@renovate-bot renovate-bot requested a review from mservidio as a code owner April 8, 2026 22:27
@renovate-bot renovate-bot changed the title chore(deps): [fsi-quant-assistant] Update dependency cryptography to v46.0.7 [SECURITY] chore(deps): [ai] Update dependency cryptography to v46.0.7 [SECURITY] Apr 9, 2026
@renovate-bot renovate-bot force-pushed the renovate/pypi-cryptography-vulnerability branch from facb536 to b824f9b Compare April 9, 2026 10:45
@renovate-bot renovate-bot force-pushed the renovate/pypi-cryptography-vulnerability branch 13 times, most recently from dab207d to fe3fe29 Compare April 16, 2026 07:52
@renovate-bot renovate-bot force-pushed the renovate/pypi-cryptography-vulnerability branch 4 times, most recently from 6114b82 to 09d0f71 Compare April 17, 2026 18:06
@renovate-bot renovate-bot force-pushed the renovate/pypi-cryptography-vulnerability branch 2 times, most recently from 978d746 to c7107f9 Compare April 29, 2026 00:01
@renovate-bot renovate-bot changed the title chore(deps): [ai] Update dependency cryptography [SECURITY] chore(deps): [ai] Update dependency cryptography to v47 [SECURITY] May 3, 2026
@renovate-bot renovate-bot force-pushed the renovate/pypi-cryptography-vulnerability branch from c7107f9 to 17bae85 Compare May 3, 2026 20:14
@renovate-bot renovate-bot changed the title chore(deps): [ai] Update dependency cryptography to v47 [SECURITY] chore(deps): [ai] Update dependency cryptography [SECURITY] May 4, 2026
@renovate-bot renovate-bot force-pushed the renovate/pypi-cryptography-vulnerability branch from 17bae85 to d35748c Compare May 4, 2026 15:00
@renovate-bot renovate-bot changed the title chore(deps): [ai] Update dependency cryptography [SECURITY] chore(deps): [ai] Update dependency cryptography to v48 [SECURITY] May 5, 2026
@renovate-bot renovate-bot force-pushed the renovate/pypi-cryptography-vulnerability branch 2 times, most recently from 0be7ea8 to 4367d0b Compare May 5, 2026 19:12
@renovate-bot renovate-bot changed the title chore(deps): [ai] Update dependency cryptography to v48 [SECURITY] chore(deps): [ai] Update dependency cryptography [SECURITY] May 5, 2026
@renovate-bot renovate-bot force-pushed the renovate/pypi-cryptography-vulnerability branch 5 times, most recently from 3cade77 to 3e8830a Compare May 6, 2026 14:59
@renovate-bot renovate-bot changed the title chore(deps): [ai] Update dependency cryptography [SECURITY] chore(deps): [ai] Update dependency cryptography to v46.0.7 [SECURITY] May 6, 2026
@renovate-bot renovate-bot force-pushed the renovate/pypi-cryptography-vulnerability branch from 3e8830a to 89cc1c4 Compare May 6, 2026 16:35
@renovate-bot renovate-bot changed the title chore(deps): [ai] Update dependency cryptography to v46.0.7 [SECURITY] chore(deps): [ai] Update dependency cryptography [SECURITY] May 6, 2026
@renovate-bot renovate-bot force-pushed the renovate/pypi-cryptography-vulnerability branch 6 times, most recently from 2edc351 to 1a4b12f Compare May 8, 2026 01:14
@renovate-bot renovate-bot changed the title chore(deps): [ai] Update dependency cryptography [SECURITY] chore(deps): [ai] Update dependency cryptography to v47 [SECURITY] May 8, 2026
@renovate-bot renovate-bot force-pushed the renovate/pypi-cryptography-vulnerability branch 4 times, most recently from 4808036 to 1c1f3c5 Compare May 8, 2026 12:50
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 p0 SECURITY

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants