VYPR

CWE-1176

Inefficient CPU Computation

ClassIncomplete

Description

The product performs CPU computations using algorithms that are not as efficient as they could be for the needs of the developer, i.e., the computations can be optimized further.

Hierarchy (View 1000)

CVEs mapped to this weakness (3)

  • CVE-2025-46153MedSep 25, 2025
    risk 0.34cvss 5.3epss 0.00

    PyTorch before 3.7.0 has a bernoulli_p decompose function in decompositions.py even though it lacks full consistency with the eager CPU implementation, negatively affecting nn.Dropout1d, nn.Dropout2d, and nn.Dropout3d for fallback_random=True.

  • CVE-2026-18503LowAug 10, 2026
    risk 0.09cvss epss 0.00

    Attacker-controlled CSV samples can trigger super-linear regular-expression work during dialect sniffing and consume significant CPU when applications pass unbounded input to csv.Sniffer.sniff().

  • CVE-2024-23323MedFeb 9, 2024
    risk 0.00cvss 4.3epss 0.01

    Envoy is a high-performance edge/middle/service proxy. The regex expression is compiled for every request and can result in high CPU usage and increased request latency when multiple routes are configured with such matchers. This issue has been addressed in released 1.29.1,…