4.3dVulnerability Analysis (CVE/CVSS)15

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

encourage image

There's no tags or description

Looks like no tags are added yet.

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

No analytics yet

Send a link to your students to track their progress

15 Terms

1
New cards

False positive (precise definition)

A reported vulnerability that, upon investigation, doesn't actually exist. A real but low-severity finding is NOT a false positive, just a low-priority true finding.

2
New cards

False negative

A real vulnerability exists but the scanner failed to detect it; doesn't appear in the report at all. Worse than a false positive because it creates false confidence.

3
New cards

Signature updates

Keeping the vulnerability scanner's detection database current, minimizing both false positives and false negatives.

4
New cards

National Vulnerability Database (NVD)

NIST's database at nvd.nist.gov, synchronized with the CVE list, hosting CVSS scores for known vulnerabilities.

5
New cards

CVSS (Common Vulnerability Scoring System)

Standardized 0-10 severity score for a vulnerability; 10 is most critical. Multiple versions exist (2.0, 3.x) and scores can differ between them.

6
New cards

CVE database (MITRE)

The canonical vulnerability list at cve.mitre.org, cross-referenced with NVD and vendor-specific databases.

7
New cards

CVE vs CVSS

CVE is the name/identifier of a vulnerability. CVSS is its severity score, 0-10. A CVE entry typically has a CVSS score attached.

8
New cards

Vendor-specific vulnerability databases

Manufacturers like Microsoft or D-Link maintain their own vulnerability disclosures beyond the general CVE list.

9
New cards

Vulnerability scan scope

Scanners cover multiple categories: desktop and mobile applications, web applications, and network infrastructure devices, each with their own CVE examples.

10
New cards

Exposure factor

Percentage representing how much impact a vulnerability would have if exploited in your specific environment, e.g. 50% service disruption or 100% complete outage.

11
New cards

CVSS vs exposure factor

CVSS is a generic, standardized severity score, the same for everyone. Exposure factor is the organization's own calculation of impact in its specific environment.

12
New cards

Environmental context (patch prioritization)

The same vulnerability matters more or less depending on where it lives, e.g. a public-facing cloud system versus an isolated lab system.

13
New cards

Prioritization factors

User count and type, internal versus external facing, criticality or revenue-generation of the system, and ease of exploitation all inform patch priority beyond CVSS alone.

14
New cards

Risk tolerance

How much risk an organization is willing to accept by leaving a vulnerability unpatched while testing occurs.

15
New cards

Patch testing tradeoff

Immediate patching risks breaking production; thorough testing risks prolonged exposure. Organizations balance based on risk tolerance and how easily/widely exploitable the vulnerability is.