CWE · MITRE source
CWE-547Use of Hard-coded, Security-relevant Constants
The product uses hard-coded constants instead of symbolic names for security-critical values, which increases the likelihood of mistakes during code maintenance or security policy change.
If the developer does not find all occurrences of the hard-coded constants, an incorrect policy decision may be made if one of the constants is not changed. Making changes to these values will require code changes that may be difficult or impossible once the system is released to the field. In addition, these hard-coded values may become available to attackers if the code is ever disclosed.
Last updated: 04 July 2026 00:28 UTC
OWASP Top 10 for Web (2025)
This weakness contributes to A02:2025 Security Misconfiguration.
NIST 800-53 r5 controls that address this weakness (0)AI
| Control | Title | Family | Why it addresses this CWE |
|---|---|---|---|
| No NIST controls proposed yet. | |||
Top CVEs of this weakness type, ranked by Risk Priority
| CVE | Risk | CVSS | EPSS | Published |
|---|---|---|---|---|
CVE-2019-14837 | 7.0 | 9.1 | 0.0172 | 2020-01-07 |
CVE-2023-1712 | 7.0 | 9.8 | 0.0084 | 2023-03-30 |
CVE-2025-30206 | 7.0 | 9.8 | 0.0072 | 2025-04-15 |
CVE-2026-28256 | 7.0 | 9.8 | 0.0027 | 2026-03-12 |
CVE-2024-39888 | 5.5 | 7.5 | 0.0024 | 2024-07-09 |
CVE-2024-32021 | 1.6 | 3.9 | 0.0096 | 2024-05-14 |
CVE-2025-23253 UPD | 1.5 | 2.5 | 0.0014 | 2025-04-22 |