Portability Flaw
Thank you for visiting OWASP.org. We have migrated our community to a new web platform and regretably the content for this page needed to be programmatically ported from its previous wiki page. There’s still some work to be done.
This is an example of a Project or Chapter Page.
Description
Functions with inconsistent implementations across operating systems and operating system versions cause portability problems.
The behavior of functions in this category varies by operating system, and at times, even by operating system version. Implementation differences can include:
- 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.
Risk Factors
TBD
Examples
TBD
Related Attacks
Related Vulnerabilities
Related Controls
Related Technical Impacts
References
TBD [[Category:FIXME | add links |
In addition, one should classify vulnerability based on the following subcategories: Ex:[[Category:Error_Handling_Vulnerability|Category:Error Handling Vulnerability]]
Availability Vulnerability
Authorization Vulnerability
Authentication Vulnerability
Concurrency Vulnerability
Configuration Vulnerability
Cryptographic Vulnerability
Encoding Vulnerability
Error Handling Vulnerability
Input Validation Vulnerability
Logging and Auditing Vulnerability
Session Management Vulnerability]]
NOTOC
Category:OWASP ASDR Project Category:Code Quality Vulnerability Category:Implementation Category:Vulnerability