Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-40279

3.7 · LOW
Published Apr 21, 2026 bacnetstack CWE-758

Overview

CVE-2026-40279 is a low-severity vulnerability affecting bacnetstack bacnet_stack. It was published on April 21, 2026 and has a CVSS 3.1 base score of 3.7 (LOW).

This vulnerability has a CVSS 3.1 base score of 3.7, rated LOW. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

BACnet Stack is a BACnet open source protocol stack C library for embedded systems. Prior to 1.4.3, decode_signed32() in src/bacnet/bacint.c reconstructs a 32-bit signed integer from four APDU bytes using signed left shifts. When any of the four bytes has bit 7 set (value ≥ 0x80), the left-shift operation overflows a signed int32_t, which is undefined behavior per the C standard. This is flagged thousands of times per minute by UndefinedBehaviorSanitizer on any BACnet input containing signed-integer property values with high-bit-set bytes. This vulnerability is fixed in 1.4.3.

Remediation

Check the references section for vendor advisories and patches from bacnetstack. Update bacnet_stack to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
bacnetstack bacnet_stack >= 0, < 1.4.3 Affected

Frequently Asked Questions

What is CVE-2026-40279?

CVE-2026-40279 is a low-severity vulnerability affecting bacnetstack bacnet_stack. It was published on April 21, 2026 and has a CVSS 3.1 base score of 3.7 (LOW).

How severe is CVE-2026-40279?

This vulnerability has a CVSS 3.1 base score of 3.7, rated LOW. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-40279?

Check the references section for vendor advisories and patches from bacnetstack. Update bacnet_stack to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-40279?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-40279 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.