ubuntu-cve-2026-8463
Vulnerability from osv_ubuntu
Published
2026-05-13 14:18
Modified
2026-05-20 21:45
Summary
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 argon2_verify passes encoded_len - 1 as the length argument to memchr without checking that encoded_len is non-zero. When the encoded string is empty, the size_t 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.
Severity
5.3 (Medium)
5.3 (Medium)
N/A (UNKNOWN)
References
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libcrypt-argon2-perl",
"binary_version": "0.020-1build3"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "libcrypt-argon2-perl",
"purl": "pkg:deb/ubuntu/libcrypt-argon2-perl@0.020-1build3?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.013-1",
"0.020-1",
"0.020-1build1",
"0.020-1build2",
"0.020-1build3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libcrypt-argon2-perl",
"binary_version": "0.030-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "libcrypt-argon2-perl",
"purl": "pkg:deb/ubuntu/libcrypt-argon2-perl@0.030-1?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.029-1build1",
"0.030-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libcrypt-argon2-perl",
"binary_version": "0.030-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "libcrypt-argon2-perl",
"purl": "pkg:deb/ubuntu/libcrypt-argon2-perl@0.030-1?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.030-1"
]
}
],
"aliases": [],
"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 argon2_verify passes encoded_len - 1 as the length argument to memchr without checking that encoded_len is non-zero. When the encoded string is empty, the size_t subtraction underflows to SIZE_MAX and memchr scans adjacent heap memory looking for a \u0027$\u0027 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 \u0027$\u0027 byte into subsequent parsing.",
"id": "UBUNTU-CVE-2026-8463",
"modified": "2026-05-20T21:45:07Z",
"published": "2026-05-13T14:18:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-8463"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8463"
},
{
"type": "REPORT",
"url": "https://lists.security.metacpan.org/cve-announce/msg/40006926/"
},
{
"type": "REPORT",
"url": "https://github.com/Leont/crypt-argon2/commit/92eac03ce63d541e0ead7ea5a89b9b67ce0c0e64"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"type": "CVSS_V3"
},
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-8463"
]
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…