Vulnerability Management and Patching

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/19

flashcard set

Earn XP

Description and Tags

Flashcards covering the vocabulary of vulnerability management, asset discovery, risk assessment tools, and remediation frameworks as discussed in the lecture.

Last updated 5:10 AM on 8/18/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

Vulnerability Management

An ongoing risk based approach to discovering, prioritizing, and remediating vulnerabilities and misconfigurations.

2
New cards

Vulnerability

A weakness or a hole in a defense that can be exploited by an attacker.

3
New cards

Risk

A value calculated by considering the likelihood of a vulnerability being exploited combined with the impact of the exploitation if it happened.

4
New cards

Asset Discovery

The process of finding out what systems and services are present in a network, including hosts, running services, and service versions.

5
New cards

Nmap

A simple Unix tool used for asset discovery to look for active hosts, available ports, and service information.

6
New cards

Asset Management

The process of administering endpoints from a central location to identify vulnerabilities and perform remediation.

7
New cards

Service Discovery

A process using tools to determine what specific software versions are running on identified open ports.

8
New cards

Vulnerability Enumeration

Listing attributes of endpoints, such as operating systems and applications, and mapping them against known vulnerabilities.

9
New cards

Authenticated Vulnerability Integration

A vulnerability assessment where the tool has login access to the endpoint, allowing it to see deeper into running processes and privileges.

10
New cards

Software Bill of Materials (SBOM)

A machine-readable inventory, often in JSON format, of all software components running on an endpoint.

11
New cards

Syft

An open source command line tool used to automatically generate a Software Bill of Materials by scanning images, directories, or file systems.

12
New cards

Juice Shop

An intentionally insecure application created by OWASP for testing vulnerability tools and use cases.

13
New cards

Grype

A tool that takes a Software Bill of Materials as input and compares it against known vulnerabilities to identify affected components.

14
New cards

Exploit Prediction Scoring System (EPSS)

A system that estimates the probability of a vulnerability being exploited within the next 3030 days.

15
New cards

Common Vulnerabilities and Exposures (CVE)

A unique identifier or tag assigned to a disclosed vulnerability in the security community.

16
New cards

Common Vulnerability Scoring System (CVSS)

An inventory or catalog that assigns a severity score to vulnerabilities on a scale of 11 to 1010.

17
New cards

CISA KEV (Known Exploited Vulnerabilities)

A catalog by the Cybersecurity and Infrastructure Security Agency that identifies vulnerabilities with actual evidence of exploitation in the real world.

18
New cards

Application Security Testing

A method of finding vulnerabilities by using tools to poke and prod an application, such as performing a series of HTTP requests.

19
New cards

ZAP (Zed Attack Proxy)

A tool originally developed by OWASP that performs scans against web applications to identify vulnerabilities and recommend solutions.

20
New cards

Interim Risk Reduction

Temporary activities used to reduce risk when a patch cannot be applied immediately, such as disabling a feature or adjusting firewall zones.