CWE · MITRE source
CWE-477Use of Obsolete Function
The code uses deprecated or obsolete functions, which suggests that the code has not been actively reviewed or maintained.
As programming languages evolve, functions occasionally become obsolete due to: Functions that are removed are usually replaced by newer counterparts that perform the same task in some different and hopefully improved way.
Last updated: 09 May 2026 03:25 UTC
NIST 800-53 r5 controls that address this weakness (4)AI
| Control | Title | Family | Why it addresses this CWE |
|---|---|---|---|
PM-15 | Security and Privacy Groups and Associations | PM | Institutionalized information sharing keeps developers aware of obsolete functions and the need to replace them with supported alternatives. |
RA-4 | Risk Assessment Update | RA | Regular reassessment flags use of obsolete functions whose security properties have degraded or whose replacements contain fixes for known weaknesses. |
SA-22 | Unsupported System Components | SA | Eliminates reliance on functions or components explicitly declared obsolete and unsupported by their maintainers. |
SI-2 | Flaw Remediation | SI | Software and firmware updates replace obsolete functions whose retained presence leaves systems exposed to publicly known weaknesses. |
Top CVEs of this weakness type, ranked by Risk Priority
| CVE | Risk | CVSS | EPSS | Published |
|---|---|---|---|---|
CVE-2025-49220 | 2.5 | 9.8 | 0.0836 | 2025-06-17 |
CVE-2025-49219 | 2.4 | 9.8 | 0.0776 | 2025-06-17 |
CVE-2025-49212 | 2.3 | 9.8 | 0.0527 | 2025-06-17 |
CVE-2025-49213 | 2.3 | 9.8 | 0.0527 | 2025-06-17 |
CVE-2025-49217 | 2.1 | 9.8 | 0.0297 | 2025-06-17 |
CVE-2018-17890 | 2.0 | 9.8 | 0.0067 | 2018-10-12 |
CVE-2023-23451 | 2.0 | 9.8 | 0.0035 | 2023-04-19 |
CVE-2025-49214 | 2.0 | 8.8 | 0.0325 | 2025-06-17 |
CVE-2025-49216 | 2.0 | 9.8 | 0.0024 | 2025-06-17 |
CVE-2019-18251 | 1.8 | 8.8 | 0.0026 | 2019-11-26 |
CVE-2026-1693 | 1.5 | 7.5 | 0.0006 | 2026-02-26 |
CVE-2020-6978 | 1.4 | 7.2 | 0.0015 | 2020-03-24 |
CVE-2022-1384 | 1.0 | 4.7 | 0.0033 | 2022-04-19 |
CVE-2019-10968 | 0.9 | 4.4 | 0.0006 | 2019-07-24 |
CVE-2023-28829 | 0.8 | 3.9 | 0.0011 | 2023-06-13 |
CVE-2019-10988 | 0.7 | 3.4 | 0.0005 | 2019-09-04 |