CWE-1176: Inefficient CPU Computation
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.
2 tracked CVEs are classified under this weakness.
Highest-risk vulnerabilities
- CVE-2026-18503 — Super-linear CPU usage for unbounded input to csv.Sniffer.sniff()
- CVE-2024-23323 — Excessive CPU usage when URI template matcher is configured using regex in Envoy
Recently published
- CVE-2026-18503 — Super-linear CPU usage for unbounded input to csv.Sniffer.sniff()
- CVE-2024-23323 — Excessive CPU usage when URI template matcher is configured using regex in Envoy
More specific weaknesses
- CWE-1042 — Static Member Data Element outside of a Singleton Class Element
- CWE-1046 — Creation of Immutable Text Using String Concatenation
- CWE-1049 — Excessive Data Query Operations in a Large Data Table
- CWE-1063 — Creation of Class Instance within a Static Code Block
- CWE-1067 — Excessive Execution of Sequential Searches of Data Resource