Infrastructure & Environment

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:13 PM on 8/10/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

19 Terms

1
New cards

IoT (Internet of Things) device

A network-connected embedded device (thermostat, camera, doorbell, appliance, etc.) that runs its own firmware, typically with no direct user access to the underlying operating system, making it a potential unmonitored security risk

2
New cards

Firmware

The embedded operating system running inside hardware devices such as IoT devices, routers, or other embedded systems, typically only updatable by the manufacturer

3
New cards

EOL (End of Life)

A manufacturer's notice that a product will no longer be sold going forward; security patches and updates are typically still available during this period

4
New cards

EOSL (End of Service Life)

The point at which a manufacturer fully stops providing security patches and support for a device, leaving it permanently unpatched against newly discovered vulnerabilities

5
New cards

Legacy device

Older equipment or software still in use, often running outdated operating systems or middleware, that may have reached EOL or EOSL and requires compensating controls if it cannot be replaced

6
New cards

VM escape

A vulnerability that allows an attacker to break out of an isolated virtual machine and gain access to other virtual machines running on the same hypervisor

7
New cards

Resource reuse

A virtualization vulnerability where a flaw in hypervisor memory management allows data written by one VM to be read by a different VM, due to improper isolation of shared physical resources

8
New cards

Hypervisor

The software layer that manages and allocates physical hardware resources (CPU, memory, storage) among multiple virtual machines, responsible for maintaining isolation between them

9
New cards

Directory traversal

A web server misconfiguration vulnerability that allows an attacker to navigate outside the intended folder structure into unauthorized directories

10
New cards

Out-of-bounds write

A vulnerability where data is written into a section of memory that the user or process is not authorized to access, which can lead to remote code execution or a system crash

11
New cards

Supply chain attack (service provider)

An attack that compromises an organization indirectly by first compromising a trusted third-party vendor or service provider that has access to the target's systems

12
New cards

Supply chain attack (hardware)

An attack where malicious functionality is embedded into hardware (such as counterfeit or tampered devices) before it ever reaches the end customer

13
New cards

Counterfeit hardware

Fake or unauthorized replica hardware, often sold to appear as legitimate branded equipment, which may contain security flaws, malicious functionality, or reliability issues

14
New cards

Target/HVAC supply chain breach (2013)

A real-world case where attackers compromised Target's HVAC contractor via email malware, then pivoted into Target's network because the HVAC and point-of-sale networks were not properly segmented, resulting in 40+ million stolen credit card numbers

15
New cards

SolarWinds Orion attack (2020)

A real-world supply chain attack where attackers compromised SolarWinds' development environment and inserted malicious code into a digitally signed Orion software update, affecting roughly 18,000 customers including Fortune 500 companies and US federal agencies, undetected for months

16
New cards

Scenario: An attacker gains access to a company's cash register network after first compromising a small HVAC contractor with remote access to that network. What type of vulnerability does this illustrate?

Supply chain attack (service provider), enabled by poor network segmentation

17
New cards

Scenario: Security researchers exploit a bug in a browser sandbox, then a kernel vulnerability, then a hypervisor bug to gain access to a different virtual machine on the same physical host. What is this called?

VM escape

18
New cards

Scenario: A company continues using a device that the manufacturer has stated will no longer receive any security patches, ever. What lifecycle stage has this device reached?

EOSL (End of Service Life)

19
New cards

Scenario: An organization installs new switches purchased from an unfamiliar reseller at a steep discount, and the devices later begin malfunctioning and overheating. What risk does this best illustrate?

Supply chain attack (hardware) / counterfeit hardware