Storable versions before 3.41 for Perl have a signed integer overflow when deserializing a crafted SX_HOOK record
Summary
| CVE | CVE-2026-57433 |
|---|---|
| State | PUBLISHED |
| Assigner | CPANSec |
| Source Priority | CVE Program / NVD first with legacy fallback |
| Published | 2026-07-13 17:17:55 UTC |
| Updated | 2026-07-13 20:16:48 UTC |
| Description | 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. |
Risk And Classification
Problem Types: CWE-190 | CWE-190 CWE-190 Integer Overflow or Wraparound
Vendor Declared Affected Products
References
| Reference | Source | Link | Tags |
|---|---|---|---|
| www.openwall.com/lists/oss-security/2026/07/13/7 | af854a3a-2127-422b-91ae-364da2661108 | www.openwall.com | |
| github.com/Perl/perl5/commit/e4f681784bcdeaa91ff02a2fa4cdcae5c46779d7.patch | 9b29abf9-4ab0-4765-b253-1875cd9b441e | github.com | |
| CVE Program record | CVE.ORG | www.cve.org | canonical |
| NVD vulnerability detail | NVD | nvd.nist.gov | canonical, analysis |
No vendor comments have been submitted for this CVE.
Additional Advisory Data
Solutions
CNA: Upgrade to Storable 3.41 or later.
There are currently no legacy QID mappings associated with this CVE.