CVE-2026-2588

CVE-2026-2588 is a critical-severity vulnerability in Timlegge Crypt with a CVSS 3.x base score of 9.1. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-190.

Key facts

Description

Crypt::NaCl::Sodium versions through 2.001 for Perl has an integer overflow flaw on 32-bit systems. Sodium.xs casts a STRLEN (size_t) to unsigned long long when passing a length pointer to libsodium functions. On 32-bit systems size_t is typically 32-bits while an unsigned long long is at least 64-bits.

Frequently asked questions

What is CVE-2026-2588?
Crypt::NaCl::Sodium versions through 2.001 for Perl has an integer overflow flaw on 32-bit systems. Sodium.xs casts a STRLEN (size_t) to unsigned long long when passing a length pointer to libsodium functions. On 32-bit systems size_t is typically 32-bits while an unsigned long long is at least 64-bits.
How severe is CVE-2026-2588?
CVE-2026-2588 has a CVSS 3.x base score of 9.1, rated critical severity. It is exploitable over network with low attack complexity, requires no privileges and no user interaction. Impact on confidentiality is none, integrity high, and availability high.
Is CVE-2026-2588 being actively exploited?
It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (27th percentile), an estimate of the probability of exploitation in the next 30 days.
What products are affected by CVE-2026-2588?
CVE-2026-2588 affects Timlegge Crypt. See the affected-products list for the exact vulnerable versions.
How do I fix CVE-2026-2588?
Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its critical severity, prioritise patching exposed systems.
Does CVE-2026-2588 have an EU (EUVD) identifier?
Yes. CVE-2026-2588 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-7558.
When was CVE-2026-2588 published?
CVE-2026-2588 was published on 2026-02-23 and last updated on 2026-06-17.

References

Affected products (1)

Other CWE-190 (Integer Overflow or Wraparound) vulnerabilities

Browse all CWE-190 (Integer Overflow or Wraparound) vulnerabilities →