VYPR

CWE-1046

Creation of Immutable Text Using String Concatenation

BaseIncomplete

Description

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

Hierarchy (View 1000)

Parents

Children

none

CVEs mapped to this weakness (2)

  • CVE-2026-42499HigMay 7, 2026
    risk 0.42cvss 7.5epss 0.01

    Pathological inputs could cause DoS through consumePhrase when parsing an email address according to RFC 5322.

  • CVE-2026-23955MedJan 21, 2026
    risk 0.27cvss 4.2epss 0.00

    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…