Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Tidied up to conform to our rules format

...

This rule is a special case of IDS03-J. Do not log unsanitized user input.

Risk Assessment

Logging sensitive information can leak sensitive information to malicious apps.

Rule

Severity

Likelihood

Remediation Cost

Priority

Level

DRD03-J

high

probable

medium

P12

L1

Automated Detection

Automatic detection of the use of logging facilities trivial. It is not feasible to automatically determine whether the data being logged is sensitive.

Related Vulnerabilities

...

Android Secure Coding Guidebook by JSSEC

4.8 Output log to LogCat

Bibliography

Android Secure Coding Guidebook by JSSEC

 4.8 Output log to LogCat