Intel

AIKIDO-2026-10426

wolfSSL.wolfssl is vulnerable to Integer underflow

Integer underflowCVE-2026-1005 Published Mar 30, 2026

21

Low Risk

This Affects:

C++wolfSSL.wolfssl
0.0.1 - 5.8.4
Fixed in 5.9.0
Are you affected? Scan for Free

TL;DR

The TLS packet sniffer path decodes AEAD records with a length underflow when a record is shorter than the explicit IV plus authentication tag, wrapping a 16-bit length to a large value passed into AEAD decryption and corrupting heap memory. The feature requires --enable-sniffer and AEAD. The fix validates record lengths before decryption.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

wolfSSL.wolfssl is vulnerable to Integer underflow in versions 0.0.1 - 5.8.4.

How to fix this

Upgrade the wolfSSL.wolfssl library to the patch version.