CWE-477

Use of Obsolete Function

The code uses deprecated or obsolete functions, which suggests that the code has not been actively reviewed or maintained.

Mitigation

Phase: Implementation

Description:

  • 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.
Mitigation

Phase: Requirements

Description:

  • Consider seriously the security implications of using an obsolete function. Consider using alternate functions.

No CAPEC attack patterns related to this CWE.

Back to CWE stats page