Bug 2426395 (CVE-2025-68131) - CVE-2025-68131 cbor2: cbor2: Information Disclosure via shared memory in CBORDecoder reuse
Summary: CVE-2025-68131 cbor2: cbor2: Information Disclosure via shared memory in CBOR...
Keywords:
Status: NEW
Alias: CVE-2025-68131
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-31 02:01 UTC by OSIDB Bzimport
Modified: 2026-01-01 11:05 UTC (History)
7 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-31 02:01:19 UTC
cbor2 provides encoding and decoding for the Concise Binary Object Representation (CBOR) serialization format. Starting in version 3.0.0 and prior to version 5.8.0, whhen a CBORDecoder instance is reused across multiple decode operations, values marked with the shareable tag (28) persist in memory and can be accessed by subsequent CBOR messages using the sharedref tag (29). This allows an attacker-controlled message to read data from previously decoded messages if the decoder is reused across trust boundaries. Version 5.8.0 patches the issue.


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