CVE Vulnerabilities

CVE-2026-23955

Creation of Immutable Text Using String Concatenation

Published: Jan 21, 2026 | Modified: Feb 06, 2026
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu
root.io logo minimus.io logo echo.ai logo

EVerest is an EV charging software stack. Prior to version 2025.9.0, in several places, integer values are concatenated to literal strings when throwing errors. This results in pointers arithmetic instead of printing the integer value as expected, like most of interpreted languages. This can be used by malicious operator to read unintended memory regions, including the heap and the stack. Version 2025.9.0 fixes the issue.

Weakness

The product creates an immutable text string using string concatenation operations.

Affected Software

NameVendorStart VersionEnd Version
EverestLinuxfoundation*2025.9.0 (excluding)

Extended Description

When building a string via a looping feature (e.g., a FOR or WHILE loop), the use of += to append to the existing string will result in the creation of a new object with each iteration, which can be inefficient in comparison with use of text buffer data elements.

References