nerdexam
(ISC)2

CCSP · Question #93

What could be the result of failure of the cloud provider to secure the hypervisor in such a way that one user on a virtual machine can see the resource calls of another user's virtual machine?

The correct answer is B. Inference attacks. A hypervisor misconfiguration allowing one VM to observe another's resource calls can lead to inference attacks, where sensitive information is deduced from observed patterns.

Submitted by salim_om· Apr 18, 2026Cloud Platform & Infrastructure Security

Question

What could be the result of failure of the cloud provider to secure the hypervisor in such a way that one user on a virtual machine can see the resource calls of another user's virtual machine?

Options

  • AUnauthorized data disclosure
  • BInference attacks
  • CSocial engineering
  • DPhysical intrusion

How the community answered

(27 responses)
  • A
    4% (1)
  • B
    85% (23)
  • C
    4% (1)
  • D
    7% (2)

Why each option

A hypervisor misconfiguration allowing one VM to observe another's resource calls can lead to inference attacks, where sensitive information is deduced from observed patterns.

AUnauthorized data disclosure

While an inference attack *could* lead to unauthorized data disclosure, "inference attacks" is a more specific and direct consequence of observing resource calls to deduce information.

BInference attacksCorrect

Inference attacks occur when an attacker gathers seemingly innocuous information (like resource calls or usage patterns) from a system to deduce or infer sensitive data or system behavior that was not directly disclosed. If a hypervisor fails to isolate VM resource calls, an attacker could observe the timing, frequency, or size of calls from another VM to infer details about the data being processed or the operations being performed.

CSocial engineering

Social engineering is a human-based attack and is not directly caused by a hypervisor misconfiguration.

DPhysical intrusion

Physical intrusion involves gaining unauthorized access to physical hardware, which is unrelated to a hypervisor misconfiguration allowing VM call observation.

Concept tested: Hypervisor security and inference attacks

Source: https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/best-practices/run-hyper-v-in-a-highly-secure-environment

Topics

#Hypervisor Security#Virtualization Security#Inference Attacks#Side-Channel Attacks

Community Discussion

No community discussion yet for this question.

Full CCSP Practice