Intel

AIKIDO-2026-10438

wolfSSL.wolfssl is vulnerable to Buffer overflow (stack based)

Buffer overflow (stack based)CVE-2026-0819 Published Mar 30, 2026

22

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

wc_PKCS7_EncodeSignedData and wc_PKCS7_EncodeSignedData_ex write signed attributes into a fixed-size array when encoding PKCS#7 SignedData; more than seven signed attributes causes a stack out-of-bounds write. Only custom PKCS#7 signing with many attributes triggers the issue. The fix enforces limits or sizing so the buffer cannot be overrun.

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 Buffer overflow (stack based) in versions 0.0.1 - 5.8.4.

How to fix this

Upgrade the wolfSSL.wolfssl library to the patch version.