chore(deps): bump cryptography from 46.0.6 to 46.0.7
Open
Number: #532
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Unknown
Comments: 1
Association: Unknown
Comments: 1
Created:
April 08, 2026 at 10:53 PM UTC
(2 months ago)
(2 months ago)
Updated:
April 08, 2026 at 10:55 PM UTC
(2 months ago)
(2 months ago)
Labels:
dependencies python:uv
dependencies python:uv
Description:
Bumps cryptography from 46.0.6 to 46.0.7.
Changelog
Sourced from cryptography's changelog.
46.0.7 - 2026-04-07
* **SECURITY ISSUE**: Fixed an issue where non-contiguous buffers could be passed to APIs that accept Python buffers, which could lead to buffer overflow. **CVE-2026-39892** * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.5.6... _v46-0-6:
Commits
622d67246.0.7 release (#14602)- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.
Package Dependencies
Security Advisories
SGLangs `replay_request_dump.py` contains an insecure pickle.load() without validation and proper deserialization
GHSA-hvwj-8w5g-28rg
CVE-2026-3989
HIGH
SGLangs `replay_request_dump.py` contains an insecure pickle.load() without validation and proper deserialization. An attacker can take advantage of this by providing a malicious .pkl file, which w...
Cryptography vulnerable to buffer overflow if non-contiguous buffers were passed to APIs
GHSA-p423-j2cm-9vmq
CVE-2026-39892
MODERATE
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:
```python
h = Hash(SHA256())
b.update(buf[::-1...
Technical Details
| ID: | 15145699 |
| UUID: | 4228206859 |
| Node ID: | PR_kwDOOMEdyc7Q9k5F |
| Host: | GitHub |
| Repository: | aignostics/python-sdk |