CVE-2021-0340 - Improper Removal of Sensitive Information Before Storage or Transfer

Severity

88%

Complexity

27%

Confidentiality

98%

In parseNextBox of IsoInterface.java, there is a possible leak of unredacted location information due to improper input validation. This could lead to remote information disclosure with no additional execution privileges needed. User interaction is needed for exploitation.Product: AndroidVersions: Android-10Android ID: A-134155286

CVSS 3.1 Base Score 8.8. CVSS Attack Vector: network. CVSS Attack Complexity: low. CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H).

CVSS 2.0 Base Score 9.3. CVSS Attack Vector: network. CVSS Attack Complexity: medium. CVSS Vector: (AV:N/AC:M/Au:N/C:C/I:C/A:C).

Demo Examples

Improper Removal of Sensitive Information Before Storage or Transfer

CWE-212

This code either generates a public HTML user information page or a JSON response containing the same user information.


               
}// API flag, output JSON if set
}
}
continue;// skip displaying user emails
writeToHtmlPage($fieldName,$fieldValue);
echo json_encode($record);

The programmer is careful to not display the user's e-mail address when displaying the public HTML page. However, the e-mail address is not removed from the JSON response, exposing the user's e-mail address.

Overview

First reported 4 years ago

2021-02-10 17:15:00

Last updated 4 years ago

2021-02-12 18:25:00

Affected Software

Google Android 10.0

10.0

Stay updated

ExploitPedia is constantly evolving. Sign up to receive a notification when we release additional functionality.

Get in touch

If you'd like to report a bug or have any suggestions for improvements then please do get in touch with us using this form. We will get back to you as soon as we can.