CWE-344: Use of Invariant Value in Dynamically Changing Context
The product uses a constant value, name, or reference, but this value can (or should) vary across different environments.
Last updated
Overview
CWE-344 (Use of Invariant Value in Dynamically Changing Context) is a base-level software weakness catalogued by MITRE in the Common Weakness Enumeration (CWE). It describes a recurring type of mistake that can lead to exploitable security vulnerabilities.
Real-world CVEs
2 recorded CVEs are caused by CWE-344 (Use of Invariant Value in Dynamically Changing Context). The highest-severity and most recent are shown first. 1 new CWE-344 CVE has been recorded so far in 2026.
Common consequences
What can happen when CWE-344 is exploited.
Varies by Context
Affects: Other
How it happens
When it is introduced
Typically introduced during these phases of the software lifecycle.