CVE 5.5 MEDIUM

The BACnet Protocol Stack library has an Off-by-one Stack-based Buffer Overflow in tokenizer_string_CVE-2026-21870

5.5 / 10
MEDIUM
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H

Description

BACnet Protocol Stack library provides a BACnet application layer, network layer and media access (MAC) layer communications services. In 1.4.2, 1.5.0.rc2, and earlier, an off-by-one stack-based buffer overflow in the ubasic interpreter causes a crash (SIGABRT) when processing string literals longer than the buffer limit. The tokenizer_string function in src/bacnet/basic/program/ubasic/tokenizer.c incorrectly handles null termination for maximum-length strings. It writes a null byte to dest[40] when the buffer size is only 40 (indices 0-39), triggering a stack overflow.

Basic Information

ID CVE-2026-21870
Source GitHub_M
Published Feb 13, 2026 at 17:58
Modified Feb 13, 2026 at 18:19

Affected Product

Vendor bacnet-stack
Product bacnet-stack
Version <= 1.4.2
Affected Versions bacnet-stack bacnet-stack <= 1.4.2
bacnet-stack bacnet-stack >= 1.5.0.rc1, <= 1.5.0.rc2

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.