Kingdom: API Abuse

An API is a contract between a caller and a callee. The most common forms of API abuse are caused by the caller failing to honor its end of this contract. For example, if a program fails to call chdir() after calling chroot(), it violates the contract that specifies how to change the active root directory in a secure fashion. Another good example of library abuse is expecting the callee to return trustworthy DNS information to the caller. In this case, the caller abuses the callee API by making certain assumptions about its behavior (that the return value can be used for authentication purposes). One can also violate the caller-callee contract from the other side. For example, if a coder subclasses SecureRandom and returns a non-random value, the contract is violated.

Often Misused: Price-Related Fields

Abstract
Relying solely on client-side security controls and failure to perform server-side validation can enable attackers to manipulate sensitive data and adversely affect the application operation.
Explanation
Attackers can manipulate product prices if the application accepts unvalidated data and overrides existing values with the attacker supplied data. Pricing attacks can occur when:
1. The application relies on weak client-side protections such as hidden form input fields and in turn expose sensitive information to manipulation
2. Fails to perform server-side validation against an allow list of acceptable values
References
[1] Standards Mapping - Common Weakness Enumeration CWE ID 472
[2] Standards Mapping - DISA Control Correlation Identifier Version 2 CCI-002420
[3] Standards Mapping - NIST Special Publication 800-53 Revision 4 SC-8 Transmission Confidentiality and Integrity (P1)
[4] Standards Mapping - NIST Special Publication 800-53 Revision 5 SC-8 Transmission Confidentiality and Integrity
[5] Standards Mapping - OWASP Top 10 2021 A04 Insecure Design
[6] Standards Mapping - Security Technical Implementation Guide Version 4.2 APSC-DV-002485 CAT I
[7] Standards Mapping - Security Technical Implementation Guide Version 4.3 APSC-DV-002485 CAT I
[8] Standards Mapping - Security Technical Implementation Guide Version 4.4 APSC-DV-002485 CAT I
[9] Standards Mapping - Security Technical Implementation Guide Version 4.5 APSC-DV-002485 CAT I
[10] Standards Mapping - Security Technical Implementation Guide Version 4.6 APSC-DV-002485 CAT I
[11] Standards Mapping - Security Technical Implementation Guide Version 4.7 APSC-DV-002485 CAT I
[12] Standards Mapping - Security Technical Implementation Guide Version 4.8 APSC-DV-002485 CAT I
[13] Standards Mapping - Security Technical Implementation Guide Version 4.9 APSC-DV-002485 CAT I
[14] Standards Mapping - Security Technical Implementation Guide Version 4.10 APSC-DV-002485 CAT I
[15] Standards Mapping - Security Technical Implementation Guide Version 4.11 APSC-DV-002485 CAT I
[16] Standards Mapping - Security Technical Implementation Guide Version 4.1 APSC-DV-002485 CAT I
[17] Standards Mapping - Security Technical Implementation Guide Version 5.1 APSC-DV-002485 CAT I
[18] Standards Mapping - Security Technical Implementation Guide Version 5.2 APSC-DV-002485 CAT I
[19] Standards Mapping - Security Technical Implementation Guide Version 5.3 APSC-DV-002485 CAT I
[20] Standards Mapping - Security Technical Implementation Guide Version 6.1 APSC-DV-002485 CAT I
[21] Standards Mapping - Web Application Security Consortium Version 2.00 Abuse of Functionality (WASC-42)
desc.dynamic.html.often_misused_price_related_fields