The Common Vulnerability Scoring System (CVSS) is the industry standard framework maintained by FIRST (Forum of Incident Response and Security Teams) for assessing vulnerability severity. CVSS v4.0 (r
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Une commande directe contourne le prompt de vérification. Examinez la source avant de l'exécuter.
The Common Vulnerability Scoring System (CVSS) is the industry standard framework maintained by FIRST (Forum of Incident Response and Security Teams) for assessing vulnerability severity. CVSS v4.0 (r
The Common Vulnerability Scoring System (CVSS) is the industry standard framework maintained by FIRST (Forum of Incident Response and Security Teams) for assessing vulnerability severity. CVSS v4.0 (released November 2023) introduces refined metrics for more accurate scoring. This skill covers calculating CVSS scores, interpreting vector strings, and using CVSS alongside contextual factors like EPSS and CISA KEV for effective vulnerability prioritization.
When to Use
When managing security operations that require prioritizing vulnerabilities with cvss scoring
When improving security program maturity and operational processes
When establishing standardized procedures for security team workflows
When integrating threat intelligence or vulnerability data into operations
Common Misconfigurations & Verification
Base score as final answer — verify Threat (EPSS/exploit maturity) and Environmental metrics are applied, not just the NVD base.
CVSS v2 leakage — verify scores use v3.1/v4.0 vectors, not legacy v2.
Environmental metrics unset — verify CR/IR/AR reflect the asset's real data sensitivity.
Scanner score trust — verify the vector string matches the vulnerability rather than accepting the scanner's number blindly.
Severity ≠ risk — verify prioritization blends asset criticality and exposure, not severity alone.
Vector miscommunication — verify teams record the full v4.0 vector so scores are reproducible.
Prerequisites
Understanding of common vulnerability types (buffer overflow, injection, XSS, etc.)
Familiarity with networking concepts (attack vectors, protocols)
Access to NVD (National Vulnerability Database) for CVE lookups
This example represents a network-exploitable vulnerability requiring no privileges, no user interaction, no attack requirements, with high impact on confidentiality, integrity, and availability of the vulnerable system.
Workflow
Step 1: Assess Base Metrics
For each vulnerability, evaluate:
Example: CVE-2024-3094 (XZ Utils Backdoor)
Attack Vector: Network (N) - Exploitable over network
Attack Complexity: High (H) - Specific conditions required
Attack Requirements: Present (P) - Specific build/config needed
Privileges Required: None (N) - No authentication needed
User Interaction: None (N) - No victim action needed
Vulnerable System Impact:
Confidentiality: High (H) - Complete access to SSH keys
Integrity: High (H) - Arbitrary code execution
Availability: High (H) - Full system compromise
Subsequent System Impact:
Confidentiality: High (H) - Lateral movement possible
Integrity: High (H) - Network-wide compromise
Availability: None (N) - No downstream availability impact
Vector: CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:N
Step 2: Apply Threat Intelligence Context
Enrich CVSS with real-world threat data:
Exploit Maturity: Attacked (A) - Active exploitation in the wild
EPSS Score: 0.94 - 94% probability of exploitation in 30 days
CISA KEV: Listed - Mandatory remediation for federal agencies
Step 3: Calculate Environmental Score
Adjust for organizational context:
Confidentiality Req: High (H) - Handles PII/financial data
Integrity Req: High (H) - Critical business process
Availability Req: Medium (M) - Has DR/failover capability
Modified Attack Vector: Network (N) - Internet-facing deployment
Step 4: Multi-Factor Prioritization Matrix
Combine CVSS with additional prioritization factors:
Factor
Weight
Source
CVSS Base Score
25%
NVD/Scanner
EPSS Score
25%
FIRST EPSS API
Asset Criticality
20%
Asset inventory/CMDB
CISA KEV Listed
15%
CISA catalog
Network Exposure
15%
Network segmentation data
Step 5: Define Remediation SLAs
Priority Level
CVSS Range
EPSS
Asset Tier
SLA
P1 - Emergency
9.0-10.0
>0.5
Tier 1
24-48 hours
P2 - Critical
7.0-8.9
>0.3
Tier 1-2
7 days
P3 - High
7.0-8.9
<0.3
Tier 2-3
14 days
P4 - Medium
4.0-6.9
Any
Any
30 days
P5 - Low
0.1-3.9
Any
Any
90 days
Best Practices
Never rely solely on CVSS base score for prioritization