Bug 2499728 (CVE-2026-57433) - CVE-2026-57433 Storable: Storable: Denial of Service via signed integer overflow in deserialization
Summary: CVE-2026-57433 Storable: Storable: Denial of Service via signed integer overf...
Keywords:
Status: NEW
Alias: CVE-2026-57433
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-13 17:01 UTC by OSIDB Bzimport
Modified: 2026-08-24 12:13 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-13 17:01:39 UTC
Storable versions before 3.41 for Perl have a signed integer overflow when deserializing a crafted SX_HOOK record.

retrieve_hook_common reads a signed 32-bit item count from an SX_HOOK record and calls av_extend with that count plus one. A count of I32_MAX wraps the addition to a negative value.

A crafted blob passed to thaw or retrieve triggers the overflow; av_extend receives the negative count and dies with a panic, terminating the deserialization.


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