112-52 · Question #39
Which of the following is a common mobile platform vulnerability?
The correct answer is A. Weak encryption on mobile data. Weak encryption on mobile data (A) is a well-documented mobile platform vulnerability - attackers can intercept or extract sensitive data when apps store or transmit it with inadequate cryptographic protection, a finding consistently highlighted in OWASP's Mobile Top 10. Why the
Question
Which of the following is a common mobile platform vulnerability?
Options
- AWeak encryption on mobile data
- BRegular system updates
- CSecure app stores only
- DMulti-factor authentication
How the community answered
(22 responses)- A86% (19)
- B5% (1)
- D9% (2)
Explanation
Weak encryption on mobile data (A) is a well-documented mobile platform vulnerability - attackers can intercept or extract sensitive data when apps store or transmit it with inadequate cryptographic protection, a finding consistently highlighted in OWASP's Mobile Top 10.
Why the distractors are wrong:
- B (Regular system updates) is a security best practice, not a vulnerability - updates patch known flaws.
- C (Secure app stores only) is also a protective control, reducing exposure to malicious apps.
- D (Multi-factor authentication) is a defense mechanism that strengthens access security, the opposite of a vulnerability.
Memory tip: Think "vulnerability = weakness." Options B, C, and D are all things a security-conscious developer does to protect a device. Only A describes something that can go wrong - encryption being weak is a flaw, not a feature.
Topics
Community Discussion
No community discussion yet for this question.