Security update: Fix 7 CVEs in OpenSSL#19
Merged
Zeno-sole merged 3 commits intoJun 17, 2026
Conversation
- Avoid length truncation in ASN1_STRING_set Fixes: CVE-2026-34180 - Reject oversized inputs in ASN1_mbstring_ncopy() Fixes: CVE-2026-7383 - cms: kek_unwrap_key: Fix out-of-bounds read in check-byte validation Fixes: CVE-2026-9076 - pkcs12: verify that the pbmac1 key length is safe Fixes: CVE-2026-34181 - Reject potentially forged encrypted CMS AuthEnvelopedData messages Fixes: CVE-2026-34182 - Apply the buffered IV on the AES-OCB EVP_Cipher() path Fixes: CVE-2026-45445 - Fix possible use-after-free in OpenSSL PKCS7_verify() Fixes: CVE-2026-45447 - Add tests for CVE-2026-34182 CVE-2026-34183 and CVE-2026-42764: Rejected by CNA, not valid. CVE-2026-34181: Does not affect OpenSSL 3.2.x (PBMAC1 added in 3.3). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: AI Package Fixer <noreply@deepin.org>
|
TAG Bot TAG: 3.2.4-0deepin8 |
Rebuild CVE-2026-34182-test.patch with correct hunk offsets to resolve quilt patch conflict. Co-Authored-By: hudeng <hudeng@deepin.org>
Contributor
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
CVE-2026-7383 patch incorrectly used ossl_utf8_putc_internal which does not exist in OpenSSL 3.2.x. Replaced with the public API UTF8_putc() to fix linker error. Co-Authored-By: hudeng <hudeng@deepin.org>
Contributor
|
/integrate |
|
AutoIntegrationPr Bot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Security Update
This PR fixes 7 CVEs in the OpenSSL package for Debian Bookworm (3.2.x).
Fixed CVEs:
Not affected:
Patches:
All patches are imported from upstream OpenSSL git commits and follow the same format as previous security updates in this repository. Each CVE has its own patch file.
Testing:
See: https://github.com/deepin-community/sig-deepin-security/issues/
🤖 Generated with [Claude Code]