CISSP · Question #202
Which of the following is the PRIMARY concern when using an Internet browser to access a cloud-based service?
The correct answer is D. Vulnerabilities within protocols that can expose confidential data. When accessing cloud services via a web browser, the primary concern is protocol-level vulnerabilities that can expose data in transit or at rest through weaknesses in HTTPS, TLS, or other communication protocols.
Question
Options
- AInsecure implementation of Application Programming Interfaces (API)
- BImproper use and storage of management keys
- CMisconfiguration of infrastructure allowing for unauthorized access
- DVulnerabilities within protocols that can expose confidential data
How the community answered
(20 responses)- A5% (1)
- B5% (1)
- C10% (2)
- D80% (16)
Why each option
When accessing cloud services via a web browser, the primary concern is protocol-level vulnerabilities that can expose data in transit or at rest through weaknesses in HTTPS, TLS, or other communication protocols.
Insecure API implementations are a concern for developers and backend integrations, not the primary risk faced by an end user accessing a service through a standard web browser.
Improper storage of management keys is an administrative and developer-side concern related to credential management, not the primary threat vector introduced by browser-based cloud access.
Infrastructure misconfiguration is a cloud provider-side concern affecting backend security posture, and while serious, it is not the primary risk introduced specifically by using a browser to access the service.
When a user accesses a cloud service through an Internet browser, all communication traverses public networks using protocols such as TLS/HTTPS. Vulnerabilities in these protocols (e.g., weak cipher suites, outdated TLS versions, certificate validation flaws) can allow attackers to intercept, decrypt, or manipulate confidential data in transit. This is the primary concern specific to the browser-to-cloud communication channel, as the browser is the direct interface relying on these protocols for secure transmission.
Concept tested: Browser-based cloud access protocol security risks
Source: https://owasp.org/www-project-top-ten/
Topics
Community Discussion
No community discussion yet for this question.