Bug 2454422 (CVE-2026-34876) - CVE-2026-34876 mbedtls: CCM multipart finish tag-length validation bypass
Summary: CVE-2026-34876 mbedtls: CCM multipart finish tag-length validation bypass
Keywords:
Status: NEW
Alias: CVE-2026-34876
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2454617 2454618 2454619 2454620
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-04-02 16:02 UTC by OSIDB Bzimport
Modified: 2026-04-02 19:11 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-04-02 16:02:47 UTC
An issue was discovered in Mbed TLS 3.x before 3.6.6. An out-of-bounds read vulnerability in mbedtls_ccm_finish() in library/ccm.c allows attackers to obtain adjacent CCM context data via invocation of the multipart CCM API with an oversized tag_len parameter. This is caused by missing validation of the tag_len parameter against the size of the internal 16-byte authentication buffer. The issue affects the public multipart CCM API in Mbed TLS 3.x, where mbedtls_ccm_finish() can be invoked directly by applications. In Mbed TLS 4.x versions prior to the fix, the same missing validation exists in the internal implementation; however, the function is not exposed as part of the public API. Exploitation requires application-level invocation of the multipart CCM API.


Note You need to log in before you can comment on or make changes to this bug.