NetBSD prior to commit ec8451e contains a signed integer overflow vulnerability in the cryptodevop() function in sys/opencrypto/cryptodev.c where the local variable iovlen is declared as a signed int but assigned from an unsigned cop->dstlen value, causing undefined behavior when cop->dstlen exceeds INTMAX. A local attacker with access to /dev/crypto and a compression session type can exploit this vulnerability by providing a dstlen value exceeding INTMAX to trigger a kernel panic through NULL pointer dereference when CONFIGSVS is disabled and corrupted UIO pointer arithmetic.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/32xxx/CVE-2026-32849.json",
"cwe_ids": [
"CWE-190",
"CWE-476"
],
"unresolved_ranges": [
{
"extracted_events": [
{
"fixed": "ec8451efc1565516aba9e7047e1a1a1ce7953a2f"
}
],
"source": "AFFECTED_FIELD"
}
],
"cna_assigner": "VulnCheck"
}