When NIST Steps Back: How CVE Enrichment Failures Create Security Blind Spots
NIST's pullback from CVE enrichment leaves enterprises scrambling. How the CVE ecosystem is breaking, why it matters, and how to build resilient vulnerabil
CVE Enrichment Crisis: How NIST's Pullback Is Redefining Vulnerability Management
For decades, the U.S. National Institute of Standards and Technology (NIST) has been the authoritative source for vulnerability data. The organization maintains the National Vulnerability Database (NVD), which aggregates CVE information, CVSS scores, and vulnerability analysis.
But NIST recently announced a significant shift in strategy: it's scaling back CVE enrichment services. This has immediate, practical consequences for enterprise security teams.
What's Changing: The NVD Enrichment Pullback
NIST's National Vulnerability Database has long done two things:
1. Archival: Store CVE submissions from vendors
2. Enrichment: Add analysis, CVSS scores, severity classifications, and remediation guidance
NIST's enrichment work has been the standard that enterprise tools (Snyk, Qualys, Tenable, etc.) built on. A vulnerability without a CVSS score from NIST didn't "count" in most risk calculations.
The problem: NIST is overwhelmed. In 2025, there were 25,000+ CVEs disclosed. NIST's team can't analyze all of them in real-time. Many vulnerabilities sit in the NVD for weeks or months without CVSS scores or severity analysis.
NIST's solution: reduce enrichment workload by focusing on actively exploited vulnerabilities and letting vendors provide enrichment for everything else.
What this means:
- Vulnerability data is now split between NIST (curated, authoritative, slow) and vendors (fast, varied quality, sometimes marketing-driven)
- A new CVE might have CVSS data from Snyk within hours but wait weeks for NIST confirmation
- Teams are now relying on multiple sources of truth for vulnerability severity
- Security tools are forced to invent their own scoring when NIST data is unavailable
Why This Matters: The Data Quality Problem
When there's no authoritative CVSS score from NIST, the vacuum gets filled by:
Marketing incentives: A vendor analyzing a vulnerability might assign higher severity to encourage adoption of their product. "This is a critical 9.8 CVSS" gets more attention than "this is a moderate 6.2."
Inconsistent methodology: Different vendors apply CVSS differently. A remote code execution in a rarely-used library might score as 9.0 in one tool and 5.5 in another.
False urgency: Without clear severity guidance, teams rely on hype. A trending CVE on Twitter gets treated as more critical than a less-publicized but more dangerous vulnerability.
Remediation chaos: If your organization uses both Snyk and Tenable, you might get two different severity scores for the same CVE, leading to conflicting remediation priorities.
Real-World Impact: Four Ways This Breaks Security Programs
1. Patching Prioritization Failures
Assuming your organization can patch 50 vulnerabilities per sprint, prioritization matters. With multiple conflicting CVSS scores:
- Snyk says a vulnerability in Django is 7.2 (patch it)
- Your internal assessment says it's 5.1 (defer for next sprint)
- You patch it and miss a actually-critical vulnerability in your supply chain code
2. Risk Reporting Inconsistency
Your board asks: "How many critical vulnerabilities are in our codebase?" The answer depends on which tool you use:
- Snyk: 87 critical
- Qualys: 34 critical
- Internal assessment: 12 critical
Which number is right? If you're relying on NIST authority, that was easy before. Now it's a judgment call.
3. Vendor Lock-in
Without NIST as the source of truth, organizations become dependent on whichever vulnerability tool they use most heavily. Switching tools means re-scoring your entire vulnerability backlog.
4. Supply Chain Attacks Masquerading as Benign
A sophisticated supply chain attack might inject a vulnerability that doesn't trigger obvious exploitation patterns. If NIST is slow to analyze it and vendors haven't discovered it yet, it might score as moderate or low—even though it's actively being exploited.
The Underlying Problem: Scaling Vulnerability Management
This isn't really about NIST's budget or staffing (though that's part of it). The root issue is that vulnerability disclosure has outpaced human capacity to analyze it.
- 25,000+ CVEs per year
- 5-person NIST team analyzing enrichment
- Each vulnerability needs context: what's affected, what's the real-world risk, what's the remediation?
NIST can't do that at scale. Nobody can.
Adaptation Strategy: Building Your Own Enrichment Pipeline
Organizations need to stop relying solely on NIST and build confidence in their own vulnerability assessment:
Multi-source synthesis:
- Don't rely on a single CVSS score. Aggregate data from NIST, vendors, and security research
- Use Shodan, Censys, and PoC databases to understand how many systems are actually vulnerable
- Monitor exploit databases for evidence of active exploitation
Context-specific scoring:
- CVSS is generic. A remote code execution in an internet-facing web server is critical. The same vulnerability in an internal tool is moderate.
- Build a scoring model specific to your infrastructure: which systems are exposed, which are sensitive, which are defense-critical
- This requires manual work, but it's better than blindly following vendor guidance
Threat intelligence integration:
- Subscribe to threat feeds focused on active exploitation (CISA KEV, Shodan alerts, dark web chatter)
- Prioritize based on evidence of attacks, not just CVSS scores
- A vulnerability with an active exploit kit should be treated as critical regardless of CVSS
Automation of evidence collection:
- Tools like Snyk, Qualys, and Wiz do some of this, but verify their work
- Use your own telemetry: which libraries, frameworks, and systems do you actually use
- A vulnerability in a deprecated dependency you're not running isn't critical
Vendor consolidation (with caution):
- Using multiple tools creates scoring conflicts. Choose a primary tool and use secondary tools for verification
- Understand the vendor's scoring methodology and biases
- Push back when scores seem obviously wrong
Why This Is Vouch's Problem Too
Vouch's security scanning depends on knowing which vulnerabilities are real threats. Without NIST authority, we're forced to build our own scoring model based on:
- Evidence of exploitation in the wild
- CVSS data from multiple sources
- Real-world impact assessment
- Threat intelligence
Our approach: we don't just tell you the CVSS score. We tell you why a vulnerability is critical in your context. Is it because:
- It's actively exploited in the wild?
- Your system is exposed to the internet?
- You have a dependency on the affected library?
- There's no viable remediation path?
Context matters more than scoring.
The Industry Response
Security coalitions and individual vendors are stepping into the gap:
- OpenSSF is building enrichment pipelines for open-source vulnerabilities
- CISA is focusing on actively exploited vulnerabilities (KEV catalog)
- Commercial vendors are expanding their analysis capabilities
- Industry groups are developing standards for vulnerability scoring
But there's no silver bullet. The CVE ecosystem is broken, and fixing it requires wholesale rethinking of how vulnerabilities are disclosed, scored, and remediated.
What Your Team Should Do
Immediately:
- Audit your current vulnerability data sources. Are you relying solely on NIST?
- Define what "critical" means in your organization (don't use CVSS scores alone)
- Identify which vulnerabilities are actually exploited in the wild (use CISA KEV catalog)
This month:
- Build a scoring model that accounts for your infrastructure, exposure, and remediation capacity
- Test it against recent vulnerabilities: does your model correctly identify real-world threats?
- Document your methodology so stakeholders understand your prioritization
Ongoing:
- Monitor threat intelligence feeds, not just CVSS databases
- Verify vendor recommendations with your own assessment
- Track remediation trends: are high-CVSS vulnerabilities actually causing breaches?
The era of NIST as the sole source of vulnerability truth is ending. The question is whether your organization will adapt or get caught flat-footed.
---
Take action: This week, ask your security team: on what basis do we prioritize vulnerability patching? If the answer is "CVSS scores," you're building on a crumbling foundation.