CWE-477
Use of Obsolete Function
Description
The code uses deprecated or obsolete functions, which suggests that the code has not been actively reviewed or maintained.
{"xhtml:p":["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."],"xhtml:ul":[{"xhtml:li":["Advances in the language","Improved understanding of how operations should be performed effectively and securely","Changes in the conventions that govern certain operations"]}]}
Parent Weaknesses (ChildOf)
Common Consequences
Scope
Impact
Quality Degradation
Potential Mitigations
Refer to the documentation for the obsolete function in order to determine why it is deprecated or obsolete and to learn about alternative ways to achieve the same functionality.
Consider seriously the security implications of using an obsolete function. Consider using alternate functions.
Applicable Platforms
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now