CWE Database
/

CWE-474

Back to CWE list

CWE-474

Use of Function with Inconsistent Implementations

Base
Draft

Description

The code uses a function that has inconsistent implementations across operating systems and versions.

{"xhtml:p":["The use of inconsistent implementations can cause changes in behavior when the code is ported or built under a different environment than the programmer expects, which can lead to security problems in some cases.","The implementation of many functions varies by platform, and at times, even by different versions of the same platform. Implementation differences can include:"],"xhtml:ul":[{"xhtml:li":["Slight differences in the way parameters are interpreted leading to inconsistent results.","Some implementations of the function carry significant security risks.","The function might not be defined on all platforms.","The function might change which return codes it can provide, or change the meaning of its return codes."]}]}

Common Consequences

Scope

Other

Impact

Quality Degradation, Varies by Context

Potential Mitigations

Architecture and Design
Requirements

Do not accept inconsistent behavior from the API specifications when the deviant behavior increase the risk level.

Applicable Platforms

C
PHP
Not Language-Specific

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now