← volver
CVE-2026-41565

CryptX versions before 0.088_001 for Perl have a stack buffer overflow in four AEAD decrypt_verify helpers

CVSS 7.5 HIGHEPSS 0.5%CWE-121
En resumen

La biblioteca CryptX para Perl tiene una vulnerabilidad donde ciertas funciones de descifrado copian etiquetas de autenticación en un búfer sin verificar su tamaño, permitiendo que atacantes causen un desbordamiento de pila y potencialmente bloqueen la aplicación o ejecuten código malicioso.

Detalle técnico

Desbordamiento de búfer en pila (CWE-121) en las funciones AEAD decrypt_verify (gcm_decrypt_verify, ccm_decrypt_verify, chacha20poly1305_decrypt_verify, eax_decrypt_verify) causado por la copia no verificada de etiquetas de autenticación suministradas por el llamador que exceden 144 bytes en un búfer fijo en pila. La explotación requiere la capacidad de suministrar etiquetas oversized a las rutinas de descifrado afectadas; el impacto incluye corrupción de pila, denegación de servicio y posible ejecución de código.

Resumen generado y traducido por IA a partir de la descripción oficial.
CryptX versions before 0.088_001 for Perl have a stack buffer overflow in four AEAD decrypt_verify helpers. The gcm_decrypt_verify, ccm_decrypt_verify, chacha20poly1305_decrypt_verify and eax_decrypt_verify XS routines copied the caller-supplied authentication tag into a fixed 144-byte stack buffer (MAXBLOCKSIZE) without checking the supplied length. A longer tag overwrites the stack past the buffer. Version 0.088 added the clamp to gcm_decrypt_verify, and 0.088_001 added it to the other three. Any caller of an affected helper that forwards an attacker-controlled tag longer than the buffer can trigger the overflow.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Productos afectados
MIK · CryptX

¿Quieres saber si tu infraestructura está expuesta a esto?

Hablar con TrueHacking →