Security Advisory

CVE-2026-32849

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-05-18 17:42:29
Last updated 2026-07-14 18:40:02
Assigner VulnCheck
CVSS score 5.7
State PUBLISHED

Description

NetBSD prior to commit ec8451e contains a signed integer overflow vulnerability in the cryptodev_op() function in sys/opencrypto/cryptodev.c where the local variable iov_len is declared as a signed int but assigned from an unsigned cop->dst_len value, causing undefined behavior when cop->dst_len exceeds INT_MAX. A local attacker with access to /dev/crypto and a compression session type can exploit this vulnerability by providing a dst_len value exceeding INT_MAX to trigger a kernel panic through NULL pointer dereference when CONFIG_SVS is disabled and corrupted UIO pointer arithmetic.