← Back
CWE-1046

2 CVEs • Abstraction: Base

Creation of Immutable Text Using String Concatenation

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

JSON object

Loading...

CVEs (2)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Golang
1Go
Jul 24, 2026
May 7, 2026
N/A· v4
7.5 HIGH· v3
N/A· v2
Pathological inputs could cause DoS through consumePhrase when parsing an email address according to RFC 5322.
1Linuxfoundation
1Everest
Jun 17, 2026
Jan 21, 2026
N/A· v4
4.2 MEDIUM· v3
N/A· v2
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...Show more
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.Show less