CVE-2026-8463

Source
https://cve.org/CVERecord?id=CVE-2026-8463
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-8463.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-8463
Downstream
Published
2026-05-13T12:40:35.917Z
Modified
2026-07-15T01:49:10.684520009Z
Severity
  • 5.3 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L CVSS Calculator
Summary
Crypt::Argon2 versions from 0.017 before 0.031 for Perl perform a heap out-of-bounds read in argon2_verify on empty encoded input
Details

Crypt::Argon2 versions from 0.017 before 0.031 for Perl perform a heap out-of-bounds read in argon2_verify on empty encoded input.

The auto-detect form of argon2verify passes encodedlen - 1 as the length argument to memchr without checking that encodedlen is non-zero. When the encoded string is empty, the sizet subtraction underflows to SIZE_MAX and memchr scans adjacent heap memory looking for a '$' separator byte.

A caller that invokes argon2_verify against a stored hash that may legitimately be empty (for example a placeholder row or a NULL column materialised as an empty string) reads out-of-bounds heap memory, which can crash the process or leak the position of an adjacent '$' byte into subsequent parsing.

Database specific
{
    "cna_assigner": "CPANSec",
    "cwe_ids": [
        "CWE-126",
        "CWE-191"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/8xxx/CVE-2026-8463.json"
}
References

Affected packages

Git / github.com/leont/crypt-argon2

Affected ranges

Type
GIT
Repo
https://github.com/leont/crypt-argon2
Events
Database specific
{
    "source": [
        "CPE_RANGE",
        "REFERENCES"
    ],
    "extracted_events": [
        {
            "introduced": "0.017"
        },
        {
            "fixed": "0.031"
        }
    ],
    "cpe": "cpe:2.3:a:leont:crypt\\:\\:argon2:*:*:*:*:*:perl:*:*"
}

Affected versions

v0.*
v0.017
v0.018
v0.019
v0.020
v0.021
v0.022
v0.023
v0.024
v0.025
v0.026
v0.027
v0.028
v0.029
v0.030

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-8463.json"