CVE-2026-49494

Xcitium Client Security (XCS) before 13.8.2.10019 and Comodo Internet Security (CIS) through 12.3.4.8162 (fix expected by 2026 Q3) contain an integer underflow vulnerability in the firewall driver Inspect.sys that allows remote unauthenticated attackers to crash the system by sending a crafted IPv6 packet with a declared payload length smaller than the sum of its extension-header lengths. The unsigned 64-bit payload-length value underflows to a near-maximal integer, triggering an out-of-bounds read and oversized memcpy in the Windows kernel at DISPATCH_LEVEL, resulting in a blue screen of death even on hosts with all ports blocked.
Configurations

No configuration.

History

23 Jul 2026, 07:10

Type Values Removed Values Added
Summary
  • (es) El controlador de cortafuegos de Comodo Internet Security, Inspect.sys, contiene un desbordamiento negativo de enteros en su analizador de paquetes IPv6. El analizador decrementa un valor de longitud de carga útil sin signo de 64 bits (tomado del campo de longitud de carga útil del encabezado fijo IPv6) por el tamaño de cada encabezado de extensión IPv6 sin validarlo, por lo que un paquete cuya longitud de carga útil declarada es menor que la suma de las longitudes de sus encabezados de extensión provoca un desbordamiento negativo del valor a un entero de 64 bits casi máximo. Debido a que el análisis de IPv6 ocurre antes de la aplicación de las reglas de cortafuegos, un atacante remoto no autenticado puede enviar un único paquete IPv6 manipulado - incluso a un host con todos los puertos bloqueados - para activar una lectura fuera de límites (y, en una ruta de código separada, un memcpy de tamaño excesivo) en el kernel de Windows en DISPATCH_LEVEL, lo que provoca el bloqueo del sistema (BSOD).

23 Jun 2026, 15:16

Type Values Removed Values Added
Summary (en) Comodo Internet Security's firewall driver Inspect.sys contains an integer underflow in its IPv6 packet parser. The parser decrements an unsigned 64-bit payload-length value (taken from the IPv6 fixed header's payload length field) by the size of each IPv6 extension header without validating it, so a packet whose declared payload length is smaller than the sum of its extension-header lengths underflows the value to a near-maximal 64-bit integer. Because IPv6 parsing occurs before firewall rule enforcement, a remote, unauthenticated attacker can send a single crafted IPv6 packet - even to a host with all ports blocked - to trigger an out-of-bounds read (and, on a separate code path, an oversized memcpy) in the Windows kernel at DISPATCH_LEVEL, crashing the system (BSOD). (en) Xcitium Client Security (XCS) before 13.8.2.10019 and Comodo Internet Security (CIS) through 12.3.4.8162 (fix expected by 2026 Q3) contain an integer underflow vulnerability in the firewall driver Inspect.sys that allows remote unauthenticated attackers to crash the system by sending a crafted IPv6 packet with a declared payload length smaller than the sum of its extension-header lengths. The unsigned 64-bit payload-length value underflows to a near-maximal integer, triggering an out-of-bounds read and oversized memcpy in the Windows kernel at DISPATCH_LEVEL, resulting in a blue screen of death even on hosts with all ports blocked.
References
  • {'url': 'https://www.vulncheck.com/advisories/comodo-internet-security-inspect-sys-ipv6-integer-underflow-remote-denial-of-service', 'source': 'disclosure@vulncheck.com'}
  • () https://updates.xcitium.com/#note11312 -
  • () https://www.vulncheck.com/advisories/xcitium-client-security-comodo-internet-security-remote-dos -

07 Jun 2026, 13:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-07 13:16

Updated : 2026-07-23 07:10


NVD link : CVE-2026-49494

Mitre link : CVE-2026-49494

CVE.ORG link : CVE-2026-49494


JSON object : View

Products Affected

No product.

CWE
CWE-191

Integer Underflow (Wrap or Wraparound)