0
0
Cybersecurityknowledge~20 mins

Vulnerability classification (CVSS) in Cybersecurity - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
CVSS Mastery Badge
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding CVSS Base Score Components

Which of the following is NOT a component of the CVSS Base Score?

APrivileges Required
BUser Interaction
CExploit Code Maturity
DAttack Vector
Attempts:
2 left
💡 Hint

Think about the core factors that describe the vulnerability itself, not the environment or temporal factors.

📋 Factual
intermediate
2:00remaining
CVSS Attack Vector Impact

What does an Attack Vector value of Network indicate in CVSS?

AThe vulnerability can only be exploited locally on the device.
BThe vulnerability can be exploited remotely over a network.
CThe vulnerability requires physical access to exploit.
DThe vulnerability requires user interaction to exploit.
Attempts:
2 left
💡 Hint

Consider how far the attacker needs to be to exploit the vulnerability.

🔍 Analysis
advanced
2:30remaining
Calculating CVSS Base Score Impact

Given a vulnerability with the following CVSS Base metrics:
Attack Vector: Network
Privileges Required: None
User Interaction: None
Confidentiality Impact: High
Integrity Impact: Low
Availability Impact: None

Which of the following best describes the overall impact on the system?

AHigh impact on availability, low on confidentiality, no integrity impact
BLow impact on confidentiality, high on integrity, no availability impact
CNo impact on confidentiality, integrity, or availability
DHigh impact on confidentiality, low on integrity, no availability impact
Attempts:
2 left
💡 Hint

Review each impact metric carefully and match them to the description.

Reasoning
advanced
2:30remaining
Temporal Metrics Influence on CVSS Score

How does the Exploit Code Maturity temporal metric affect the CVSS score over time?

AIt increases the score as exploit code becomes more available and reliable.
BIt decreases the score as exploit code becomes more available and reliable.
CIt has no effect on the CVSS score.
DIt only affects the environmental score, not the temporal score.
Attempts:
2 left
💡 Hint

Think about how the availability of exploit code changes the risk level.

Comparison
expert
3:00remaining
Comparing CVSS Environmental Metrics

Which environmental metric in CVSS adjusts the score based on how important the affected system's Confidentiality is to an organization?

ASecurity Requirements - Confidentiality
BModified Confidentiality Impact
CConfidentiality Impact
DAttack Complexity
Attempts:
2 left
💡 Hint

Consider which metric lets an organization express how critical confidentiality is for their environment.