CVE-2026-57433

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:nwclark:storable:*:*:*:*:*:perl:*:*

History

14 Jul 2026, 17:47

Type Values Removed Values Added
First Time Nwclark
Nwclark storable
CPE cpe:2.3:a:nwclark:storable:*:*:*:*:*:perl:*:*
References () https://github.com/Perl/perl5/commit/e4f681784bcdeaa91ff02a2fa4cdcae5c46779d7.patch - () https://github.com/Perl/perl5/commit/e4f681784bcdeaa91ff02a2fa4cdcae5c46779d7.patch - Patch
References () http://www.openwall.com/lists/oss-security/2026/07/13/7 - () http://www.openwall.com/lists/oss-security/2026/07/13/7 - Mailing List, Patch, Third Party Advisory

14 Jul 2026, 14:16

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 9.8

13 Jul 2026, 20:16

Type Values Removed Values Added
References
  • () http://www.openwall.com/lists/oss-security/2026/07/13/7 -

13 Jul 2026, 17:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-13 17:17

Updated : 2026-07-14 17:47


NVD link : CVE-2026-57433

Mitre link : CVE-2026-57433

CVE.ORG link : CVE-2026-57433


JSON object : View

Products Affected

nwclark

  • storable
CWE
CWE-190

Integer Overflow or Wraparound