NIXPKGS-2026-0257
GitHub issue
published on 15 Feb 2026
by @LeSuisse Activity log
- Created automatic suggestion
- @LeSuisse accepted
- @LeSuisse published on GitHub
The BACnet Protocol Stack library has an Off-by-one Stack-based Buffer Overflow in tokenizer_string
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.
References
-
https://github.com/bacnet-stack/bacnet-stack/pull/1196 x_refsource_MISC
Affected products
bacnet-stack
- ==<= 1.4.2
- ==>= 1.5.0.rc1, <= 1.5.0.rc2
Package maintainers
-
@WhittlesJr Alex Whitt <alex.joseph.whitt@gmail.com>