nerdexam
(ISC)2

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.

Submitted by devops_kid· Mar 5, 2026Communication and Network Security

Question

Which of the following is the PRIMARY concern when using an Internet browser to access a cloud-based service?

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)
  • A
    5% (1)
  • B
    5% (1)
  • C
    10% (2)
  • D
    80% (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.

AInsecure implementation of Application Programming Interfaces (API)

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.

BImproper use and storage of management keys

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.

CMisconfiguration of infrastructure allowing for unauthorized 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.

DVulnerabilities within protocols that can expose confidential dataCorrect

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

#cloud security#browser security#protocol vulnerabilities#confidentiality

Community Discussion

No community discussion yet for this question.

Full CISSP Practice