chore(deps-dev): bump cryptography from 45.0.7 to 46.0.7
Open
Number: #1040
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Unknown
Comments: 1
Association: Unknown
Comments: 1
Created:
May 18, 2026 at 08:31 PM UTC
(9 days ago)
(9 days ago)
Updated:
May 19, 2026 at 12:31 AM UTC
(8 days ago)
(8 days ago)
Labels:
dependencies python
dependencies python
Description:
Bumps cryptography from 45.0.7 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:
46.0.6 - 2026-03-25
- SECURITY ISSUE: Fixed a bug where name constraints were not applied to peer names during verification when the leaf certificate contains a wildcard DNS SAN. Ordinary X.509 topologies are not affected by this bug, including those used by the Web PKI. Credit to Oleh Konko (1seal) for reporting the issue. CVE-2026-34073
.. _v46-0-5:
46.0.5 - 2026-02-10
* An attacker could create a malicious public key that reveals portions of your private key when using certain uncommon elliptic curves (binary curves). This version now includes additional security checks to prevent this attack. This issue only affects binary elliptic curves, which are rarely used in real-world applications. Credit to **XlabAI Team of Tencent Xuanwu Lab and Atuin Automated Vulnerability Discovery Engine** for reporting the issue. **CVE-2026-26007** * Support for ``SECT*`` binary elliptic curves is deprecated and will be removed in the next release... v46-0-4:
46.0.4 - 2026-01-27
Dropped support for win_arm64 wheels_.- Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.5.5.
.. _v46-0-3:
46.0.3 - 2025-10-15
* Fixed compilation when using LibreSSL 4.2.0... _v46-0-2:
</tr></table>
... (truncated)
Commits
622d67246.0.7 release (#14602)91d7288Cherry-pick #14542 (#14543)06e120ebump version for 46.0.5 release (#14289)0eebb9dEC check key on cofactor > 1 (#14287)bedf6e1fix openssl version on 46 branch (#14220)e6f44fcbump for 46.0.4 and drop win arm64 due to CI issues (#14217)c0af4ddrelease 46.0.3 (#13681)99efe5abump version for 46.0.2 (#13531)e735cfcrelease 46.0.1 (#13450)4e457ffExplicitly specify python in mac uv build invocation (#13447)- Additional commits viewable in compare view
Package Dependencies
Security Advisories
cryptography Vulnerable to a Subgroup Attack Due to Missing Subgroup Validation for SECT Curves
GHSA-r6ph-v2qm-q3c2
CVE-2026-26007
HIGH
## Vulnerability Summary
The `public_key_from_numbers` (or `EllipticCurvePublicNumbers.public_key()`), `EllipticCurvePublicNumbers.public_key()`, `load_der_public_key()` and `load_pem_public_key()...
cryptography has incomplete DNS name constraint enforcement on peer names
GHSA-m959-cc7f-wv43
CVE-2026-34073
LOW
## Summary
In versions of cryptography prior to 46.0.5, DNS name constraints were only validated against SANs within child certificates, and not the "peer name" presented during each validation. C...
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: | 15847997 |
| UUID: | 4472365045 |
| Node ID: | PR_kwDODnmQMs7c0IGn |
| Host: | GitHub |
| Repository: | microsoftgraph/msgraph-sdk-python-core |