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: Mobile UDID

Abstract
The target mobile application sends data that looks like a Universal Device Identifier (UDID) in a request.
Explanation
The mobile application includes data that matches the pattern of a Universal Device Identifier (UDID) in a request to an external host. A UDID is a static construct used to uniquely identify one mobile device from another. UDID implementations may differ across platforms. For example, while iOS uses a 20-byte hex string, Android uses the device's embedded IMEI or MEID number. [1, 2]

A device's UDID is completely persistent across wipes, and can therefore be used to personalize a user's preferences and behavior across multiple apps as long as he or she remains the sole owner and user of the device. As this is not a completely reliable assumption to make, one should not use a device's UDID for this purpose.

Furthermore, as UDIDs are completely persistent across wipes and cannot be changed, associating a user's name or other identifying information with the UDID of his or her device would present itself as a privacy violation should this data ever become public. Apple deprecated API access to its devices' UDIDs in iOS 5 for this purpose admid increasing concerns within the research community. [3]
References
[1] Thompson, M. NSUUID / CFUUIDRef / UIDevice -uniqueIdentifier / -identifierForVendor NSHipster
[2] Telephony Manager | Android Developers Google
[3] Foresman, C. Ask Ars: What's the big deal with iPhone UDIDs? Ars Technica
[4] NSUUID Class Reference Apple
[5] Standards Mapping - Common Weakness Enumeration CWE ID 359
[6] Standards Mapping - Common Weakness Enumeration Top 25 2019 [4] CWE ID 200
[7] Standards Mapping - Common Weakness Enumeration Top 25 2020 [7] CWE ID 200
[8] Standards Mapping - Common Weakness Enumeration Top 25 2021 [20] CWE ID 200
[9] Standards Mapping - Common Weakness Enumeration Top 25 2024 [17] CWE ID 200
[10] Standards Mapping - DISA Control Correlation Identifier Version 2 CCI-001090
[11] Standards Mapping - General Data Protection Regulation (GDPR) Privacy Violation
[12] Standards Mapping - NIST Special Publication 800-53 Revision 4 SC-4 Information in Shared Resources (P1)
[13] Standards Mapping - NIST Special Publication 800-53 Revision 5 SC-4 Information in Shared System Resources
[14] Standards Mapping - OWASP Application Security Verification Standard 4.0 8.2.2 Client-side Data Protection (L1 L2 L3), 8.3.4 Sensitive Private Data (L1 L2 L3), 10.2.1 Malicious Code Search (L2 L3)
[15] Standards Mapping - OWASP Mobile 2014 M4 Unintended Data Leakage
[16] Standards Mapping - OWASP Mobile 2024 M6 Inadequate Privacy Controls
[17] Standards Mapping - OWASP Top 10 2007 A6 Information Leakage and Improper Error Handling
[18] Standards Mapping - OWASP Top 10 2013 A6 Sensitive Data Exposure
[19] Standards Mapping - OWASP Top 10 2017 A3 Sensitive Data Exposure
[20] Standards Mapping - OWASP Top 10 2021 A02 Cryptographic Failures
[21] Standards Mapping - Payment Card Industry Data Security Standard Version 2.0 Requirement 6.3.1
[22] Standards Mapping - Payment Card Industry Data Security Standard Version 3.0 Requirement 6.3.1
[23] Standards Mapping - Payment Card Industry Data Security Standard Version 3.1 Requirement 6.3.1
[24] Standards Mapping - Payment Card Industry Data Security Standard Version 3.2 Requirement 6.3.1
[25] Standards Mapping - Payment Card Industry Data Security Standard Version 3.2.1 Requirement 6.3.1
[26] Standards Mapping - Security Technical Implementation Guide Version 4.2 APSC-DV-002380 CAT II
[27] Standards Mapping - Security Technical Implementation Guide Version 4.3 APSC-DV-002380 CAT II
[28] Standards Mapping - Security Technical Implementation Guide Version 4.4 APSC-DV-002380 CAT II
[29] Standards Mapping - Security Technical Implementation Guide Version 4.5 APSC-DV-002380 CAT II
[30] Standards Mapping - Security Technical Implementation Guide Version 4.6 APSC-DV-002380 CAT II
[31] Standards Mapping - Security Technical Implementation Guide Version 4.7 APSC-DV-002380 CAT II
[32] Standards Mapping - Security Technical Implementation Guide Version 4.8 APSC-DV-002380 CAT II
[33] Standards Mapping - Security Technical Implementation Guide Version 4.9 APSC-DV-002380 CAT II
[34] Standards Mapping - Security Technical Implementation Guide Version 4.10 APSC-DV-002380 CAT II
[35] Standards Mapping - Security Technical Implementation Guide Version 4.11 APSC-DV-002380 CAT II
[36] Standards Mapping - Security Technical Implementation Guide Version 4.1 APSC-DV-002380 CAT II
[37] Standards Mapping - Security Technical Implementation Guide Version 5.1 APSC-DV-002380 CAT II
[38] Standards Mapping - Security Technical Implementation Guide Version 5.2 APSC-DV-002380 CAT II
[39] Standards Mapping - Security Technical Implementation Guide Version 5.3 APSC-DV-002380 CAT II
[40] Standards Mapping - Security Technical Implementation Guide Version 6.1 APSC-DV-002380 CAT II
[41] Standards Mapping - Web Application Security Consortium Version 2.00 Information Leakage (WASC-13)
[42] Standards Mapping - Web Application Security Consortium 24 + 2 Information Leakage
desc.dynamic.xtended_preview.often_misused_mobile_udid