top of page

NIST Prioritizes High-Risk Vulnerabilities as AI Fuels Bug Growth

NIST reached Google News after changing how it reviews software vulnerabilities, despite processing more records than ever before. The agency says CVE submissions increased 263% between 2020 and 2025. Artificial intelligence now sits on both sides of that pressure. It helps produce and inspect more code, while NIST explores automation for managing the resulting vulnerability data.

That is the central reversal behind the story. Faster AI-assisted development expands the amount of software requiring review. AI-enabled security tools also find weaknesses faster, producing reports that people must validate, prioritize, and repair.

NIST cannot solve that problem by counting every reported flaw equally. Its National Vulnerability Database, or NVD, must distinguish urgent exposure from low-impact noise. The agency has therefore moved from universal enrichment toward risk-based prioritization while developing more automated workflows.

The change matters far beyond a federal database. Security scanners, asset platforms, government teams, insurers, and software vendors rely on NVD data. Any delay or reduction in enrichment can move uncertainty downstream, even when the original CVE record remains available.

Google News readers may see an appealing answer: use AI to manage an AI-driven bug tsunami. The reality is harder. Automated triage can increase capacity, but it can also scale weak evidence, mistaken classifications, and false confidence.

NIST Changed Which Vulnerabilities Receive Immediate Attention

NIST has stopped treating immediate enrichment of every CVE as a sustainable operating model.

A Common Vulnerabilities and Exposures record, or CVE, gives a publicly disclosed security flaw a standard identifier. NVD enrichment adds information that helps defenders interpret that record. This information can include severity, affected products, weakness categories, and configuration data.

On April 15, 2026, NIST announced a risk-based operating model for the NVD. The agency said all submitted CVEs would still appear in the database. However, only records meeting defined criteria would receive immediate enrichment.

The first priority covers vulnerabilities in the Cybersecurity and Infrastructure Security Agency’s Known Exploited Vulnerabilities catalog. The catalog tracks flaws with evidence of real-world exploitation. NIST set a goal of enriching those records within one business day.

The second priority covers software used by the federal government. The third covers critical software under the definition associated with Executive Order 14028. Other CVEs enter a lowest-priority category without immediate enrichment.

This is more than a queue-management adjustment. NIST previously aimed to analyze every CVE and add its own supporting data. The new model accepts that universal, rapid enrichment no longer matches the scale of incoming reports.

NIST also changed its approach to severity scoring. When a CVE Numbering Authority already supplies a score, NIST will not routinely create a separate score. A CVE Numbering Authority is an authorized organization that assigns identifiers and publishes records.

The agency moved backlogged records published before March 1, 2026, into a “Not Scheduled” category. Known exploited vulnerabilities were excluded from that backlog treatment. Users can request enrichment when they believe a lower-priority record deserves attention.

NIST’s NVD operating update explains the scale behind the decision. CVE submissions increased 263% between 2020 and 2025. Submissions during 2026’s first quarter were nearly one-third above the comparable 2025 period.

The agency enriched almost 42,000 CVEs during 2025. That was 45% more than any previous year, according to NIST. Yet this record output still failed to match submission growth.

Those figures weaken a simple staffing explanation. NIST did not merely process fewer records because its analysts became less productive. The incoming volume rose faster than a human-centered enrichment process could expand.

The public NVD remains operational and continues receiving CVEs. The meaningful change concerns how quickly each record gains standardized context. That context often determines whether a vulnerability platform can connect a flaw to an organization’s actual systems.

For security teams, a bare CVE and an enriched NVD record are not interchangeable. A record can identify a flaw without providing enough structured data for dependable prioritization. Product mappings and severity details influence scanners, dashboards, and remediation queues.

That distinction created the Google News conflict. NIST must preserve broad public coverage while concentrating limited analytical capacity on risks with systemic importance. Automation offers one route forward, but prioritization is already shaping the database today.

Why Google News Is Following an AI-Driven Bug Surge

The vulnerability surge reflects several forces, and AI amplifies more than one of them.

AI coding assistants can generate functions, tests, configuration files, and entire application components. That productivity creates more code for organizations to review. It also lowers the effort needed to build software without deep security experience.

More code does not automatically mean more vulnerabilities. Code quality depends on models, prompts, architecture, review practices, and deployment controls. However, higher output expands the surface where mistakes can appear.

Security research has repeatedly identified a gap between functional code and secure code. A model can produce software that runs correctly while omitting authorization checks or unsafe-input controls. Functional success can therefore conceal security failure.

Veracode tested more than 100 large language models across coding tasks for its 2025 security research. The company reported that 45% of generated samples failed security tests. Its AI code findings also indicated that stronger functional performance did not guarantee safer output.

That study does not prove AI created the NVD backlog. NIST attributes its operating change to rising CVE submissions, not to a measured percentage caused by generated code. The relationship requires careful language because vulnerability publication has several drivers.

Security researchers now use AI to analyze source code, compare patches, generate tests, and investigate suspicious behavior. These tools can find weaknesses that previously remained undisclosed. Better detection increases useful reporting even when software quality stays constant.

Organizations also publish more software through open-source repositories, cloud services, plugins, connected devices, and dependency ecosystems. The CVE program has expanded its network of authorized issuers. Both changes increase the number of records entering public systems.

AI also makes low-quality reporting cheaper. A model can produce a plausible vulnerability narrative, severity estimate, and proof-of-concept outline. Those elements may look credible before a maintainer tests the underlying claim.

The cURL project illustrated this pressure when maintainers described receiving AI-generated reports containing false claims. Such submissions consume time even when they never become valid CVEs. The cost moves from creating a report to disproving it.

This creates two different floods. One contains genuine vulnerabilities found through faster research. The other contains duplicates, weak findings, non-exploitable conditions, and fabricated reports. Both demand review before defenders can act responsibly.

AI-assisted discovery also compresses the time between software release and security scrutiny. A researcher can ask an agent to trace data flow, inspect dependencies, and propose exploit paths. Human experts still need to verify whether those paths work.

The volume problem therefore begins before NVD enrichment. Maintainers must evaluate incoming reports. CVE Numbering Authorities must decide whether issues meet program rules. Vendors must prepare patches and coordinate disclosure before NIST adds downstream context.

Readers arriving through Google News should resist a convenient but unsupported conclusion. AI-generated code is not the sole cause of record CVE growth. It is one accelerator within a larger change in software production and vulnerability discovery.

The more defensible conclusion is narrower. AI reduces the cost of producing code and searching it for weaknesses. Unless verification and remediation scale with those activities, security queues grow at several points simultaneously.

That pressure reaches developers directly. A team can merge more AI-assisted changes while its security staff remains fixed. Finding ten times as many suspicious patterns does not help if analysts cannot determine which patterns create reachable, exploitable risk.

It also reaches maintainers of widely used open-source projects. They often lack dedicated security teams. An AI-generated report can require hours of reproduction work, even when its conclusion proves false.

Government systems face a related issue. Agencies need consistent vulnerability data across large inventories. Missing or delayed product mappings can make a real flaw difficult to connect with installed software.

The NVD change acknowledges this imbalance. NIST is optimizing for consequential vulnerabilities instead of promising equal enrichment speed. That choice makes sense under overload, but it transfers more judgment to vendors, security platforms, and users.

AI Is Both the Source of Scale and NIST’s Proposed Response

NIST is exploring AI because manual enrichment cannot absorb indefinite growth, but automation changes the failure mode rather than eliminating it.

NIST has worked on software assurance measurement for years. Its Software Assurance Metrics and Tool Evaluation program supports research into tools that identify security-relevant weaknesses. The program predates the current wave of generative coding assistants.

One project now carries particular relevance. NIST describes its AI Bug Finder as a modular test bed for evaluating AI-based methods that find bugs in source code. A test bed provides controlled tasks and data for comparing different systems.

The project belongs to NIST’s broader Bugs Framework work. The framework aims to describe bugs, faults, weaknesses, and vulnerabilities with formal structures. Those structures can support machine-readable analysis instead of relying entirely on prose.

A Bugs Framework-based AI system can help identify, analyze, prioritize, and mitigate vulnerabilities. NIST’s public AI vulnerability system describes models generating formal specifications that parsers and validation steps can check.

This distinction matters. Asking a general chatbot to summarize a CVE is not the same as building a constrained analytical workflow. Formal schemas provide fields that software can validate, compare, and reject.

Automation can assist with several NVD tasks. It can extract product names, connect version ranges, suggest weakness classifications, compare vendor advisories, and identify missing fields. It can also flag records that resemble known exploited patterns.

AI can help triage the queue before analysts perform deeper review. A system might group related reports, surface conflicting evidence, or recommend which records need human attention. That reduces time spent on repetitive data transformation.

However, each benefit introduces a corresponding risk. Product names differ across vendors, package managers, and operating systems. A mistaken mapping can tell an organization it is safe when its installed software is actually affected.

Version ranges create another challenge. Advisories often describe releases through phrases, branches, build numbers, or backported patches. A model can convert that text into structured data while quietly changing its meaning.

Severity also depends on context. The same code weakness can have different consequences based on privileges, network access, configuration, and required user interaction. Automated scoring can hide uncertainty behind a precise number.

Exploit status is even more sensitive. Public discussion, demonstration code, and observed attacks are different forms of evidence. A classifier that collapses them can elevate speculative reports or overlook active exploitation.

That is why NIST’s direction should be understood as evaluated automation, not replacement of expert judgment. The agency’s historical role centers on measurement, standards, and test methods. Any AI system needs benchmarks that expose both accuracy and failure.

NIST’s current NVD changes already incorporate structured prioritization from outside the agency. In June 2026, it added Stakeholder-Specific Vulnerability Categorization data from CISA. SSVC is a decision framework for prioritizing vulnerability responses.

The NVD status page says the schema update affected about 95% of existing vulnerabilities. It added computed SSVC information and affected-product data to NVD feeds and APIs. NIST warned consumers to expect larger payloads and temporary latency.

That deployment shows how NVD modernization can influence an entire ecosystem. A schema change improves available context, but every downstream data pipeline must ingest it correctly. Automation creates capacity only when integrations remain reliable.

The primary opponent in this story is therefore not NIST versus software vendors. It is automated scale versus verified judgment. Both AI coding and AI triage make information move faster, while validation remains the scarce resource.

Google News coverage can compress that tension into a neat loop: AI creates bugs, then AI finds them. The operational reality includes several gates. Someone must confirm the flaw, assess affected systems, evaluate exploitation, publish a patch, and communicate remediation.

AI can accelerate each gate. It cannot make conflicting evidence disappear. A mature system should expose uncertainty, preserve source provenance, and route ambiguous cases to people.

For enterprises, the same principle applies inside development pipelines. An AI scanner that produces thousands of findings can worsen security work if it lacks prioritization. Engineers start ignoring alerts when most do not correspond to meaningful exposure.

The useful metric is not the number of warnings generated. It is the number of verified, reachable risks remediated before exploitation. NIST’s modernization effort will succeed only if it improves that outcome across NVD users.

Risk-Based Enrichment Moves Pressure Downstream

NIST’s triage model protects attention for urgent vulnerabilities, but lower-priority records can still matter greatly to individual organizations.

A vulnerability can fall outside federal software, critical software, and the known-exploited catalog while threatening a specific company. Specialized industrial tools, regional products, and smaller open-source packages may not receive immediate NVD enrichment.

NIST acknowledges this limitation. Its criteria are designed around systemic risk, not every organization’s local exposure. Users can request enrichment, but that process still requires someone to recognize the missing priority.

Security vendors will fill part of the gap. Many platforms combine NVD records with vendor advisories, exploit intelligence, package metadata, and customer asset data. Those additional sources can support decisions before NIST finishes enrichment.

Large vendors can also provide their own severity scores and affected-version data. The new NVD process relies more heavily on information supplied by CVE Numbering Authorities. That approach avoids duplicating work when upstream data is complete.

The difficulty appears when upstream quality varies. Some organizations publish detailed records with patch links and precise version ranges. Others supply short descriptions that leave critical questions unanswered.

Independent researchers may also disagree with vendors about severity or whether reported behavior qualifies as a vulnerability. NIST previously offered another analytical layer. Reduced routine scoring can leave users comparing inconsistent assessments.

CISA’s Known Exploited Vulnerabilities catalog provides a strong signal because it requires evidence of exploitation. Its catalog criteria make KEV valuable for urgent remediation. Yet the catalog is intentionally narrower than the universe of dangerous flaws.

Waiting for exploitation evidence can be too late for exposed systems. A newly disclosed vulnerability may present obvious risk before defenders observe attacks. Organizations therefore cannot use KEV as their only prioritization source.

The new model also creates incentives worth watching. Researchers and vendors know that federal use, critical-software status, or KEV inclusion can accelerate enrichment. Arguments over those labels may become more consequential.

Automated requests could become another source of noise. If users can ask NIST to enrich lower-priority records, AI systems might generate large numbers of plausible escalation requests. NIST will need controls that preserve access without recreating the original backlog.

False positives present the most visible AI risk, but false negatives carry greater potential harm. A model that incorrectly elevates a harmless pattern wastes analyst time. A model that misses a remotely exploitable flaw leaves defenders without warning.

Bias in training data can shape both errors. Models learn more easily from well-documented products and common weakness types. Obscure software, unusual languages, and novel exploitation chains may receive weaker analysis.

Attackers can also manipulate automated pipelines. A malicious advisory could include misleading product names, crafted descriptions, or references designed to influence extraction systems. Any AI-based enrichment workflow needs defenses against untrusted input.

These are not reasons to reject automation. Human-only processing has already reached its capacity limit. The relevant question concerns where automation acts and how its recommendations are verified.

Low-risk tasks include normalizing formats, detecting missing fields, and connecting duplicated references. Higher-risk tasks include determining exploitability, changing affected-version ranges, and assigning remediation urgency without review.

NIST can preserve trust by publishing evaluation methods and error rates for automated components. Users need to know which fields come from vendors, CISA, NIST analysts, or machine-generated recommendations.

Provenance matters because consumers treat NVD data as infrastructure. A security team should be able to inspect why a record received a specific mapping or priority. Unexplained model output cannot provide that accountability.

The same lesson applies to engineering teams using AI-generated code. Code review should preserve prompts, model changes, test results, and ownership decisions when possible. A searchable engineering knowledge base can help teams connect generated changes with architecture and security evidence.

Documentation does not make unsafe code safe. It gives reviewers a clearer path from a finding to the decision that introduced or accepted it. That context becomes more valuable as software creation accelerates.

Enterprises should also avoid interpreting “not scheduled” as “not vulnerable.” The label describes NIST’s enrichment queue. It does not measure exploitability within a company’s environment.

This semantic distinction can disappear inside dashboards. Vendors must present NVD status separately from security risk. Otherwise, users may confuse missing federal enrichment with a low-priority remediation decision.

What Automated Vulnerability Triage Must Prove

AI-based triage needs measurable reliability before defenders can treat it as critical security infrastructure.

The first test concerns product identification. A system should reliably connect a vulnerability with the correct vendor, package, version, and deployment context. Small naming errors can produce broad inventory mistakes.

The second test concerns evidence handling. Models must separate vendor claims, independent demonstrations, public exploit code, and confirmed attacks. Each source supports a different level of confidence.

The third concerns uncertainty. A responsible system should abstain when evidence conflicts or remains incomplete. Generating a confident answer for every record is a product behavior, not a security requirement.

The fourth concerns reproducibility. Analysts should receive the same structured conclusion when the underlying evidence has not changed. Model randomness can complicate audit trails unless workflows constrain output.

The fifth concerns adversarial resistance. Vulnerability reports are untrusted inputs, and some will contain malicious content. An enrichment agent should not follow embedded instructions or retrieve unsafe resources without controls.

The sixth concerns timeliness. A highly accurate system that takes weeks to process urgent records offers limited operational value. NIST needs both precision and useful turnaround.

The seventh concerns correction. New evidence regularly changes vulnerability assessments. Automated workflows must update prior conclusions without erasing the history behind those revisions.

Traditional machine-learning benchmarks often report aggregate accuracy. That number is insufficient here. Errors involving actively exploited remote-code execution deserve more weight than errors involving minor local conditions.

NIST can address this through risk-weighted evaluation. Test sets should include incomplete advisories, conflicting version data, obscure products, malicious text, and newly discovered weakness patterns. Clean historical records alone would make evaluation unrealistically easy.

Human comparison is also necessary. Analysts make mistakes, disagree, and operate under time pressure. The goal should not be perfect agreement with every historical NVD decision.

A stronger benchmark would compare downstream utility. Does the AI-supported workflow reduce correction rates, improve affected-product coverage, and shorten urgent enrichment time? Does it preserve analyst attention for ambiguous cases?

Independent testing should examine model drift. Vendors update commercial models, while local models receive new training and tuning. An automated workflow can change behavior even when NIST’s surrounding code stays constant.

Public-sector use adds procurement concerns. NIST must consider data handling, model access, service continuity, and reproducibility. A proprietary model can improve quickly but complicate long-term verification.

Open models offer inspectability and local control, yet they still require evaluation. Model weights do not reveal why a specific conclusion appeared. Transparent inputs, rules, and validation remain necessary.

Attackers will study any published prioritization system. They may target products or weakness classes that receive slower attention. They may also design disclosure material to resemble high-priority records and consume limited review capacity.

This adversarial pressure makes human oversight essential, especially for escalation decisions. Automation should increase the quality of questions presented to analysts. It should not merely replace a visible backlog with invisible model errors.

Security leaders evaluating commercial AI triage tools should ask similar questions. What data supports each finding? Can the system show affected code paths? Does it measure reachability? How does it handle conflicting evidence?

They should also measure remediation throughput. A tool that doubles findings while repairs remain flat has increased workload, not security. Finding volume is useful only when prioritization and engineering capacity scale with it.

The NIST story offers a national example of the same constraint. More vulnerability information does not automatically create better defense. Information becomes valuable after systems convert it into verified, timely action.

Three Signals to Watch After the Google News Attention

The next phase will be decided by enrichment performance, automation transparency, and the quality of downstream decisions.

The first signal is NVD throughput under the risk-based model. Watch whether NIST sustains its one-business-day goal for known exploited vulnerabilities. Also watch whether the unscheduled queue continues expanding.

If urgent records receive faster, more consistent enrichment, the new model gains credibility. If delays persist despite narrower priorities, triage alone has not solved the capacity problem.

The second signal is technical disclosure about automated workflows. NIST says it is developing automated systems and workflow enhancements for long-term sustainability. The important details will concern validation, provenance, abstention, and human review.

A public benchmark for AI-supported enrichment would strengthen confidence. It would let researchers examine failures across products and weakness types. Clear field-level attribution would also help downstream users judge data quality.

Sparse disclosure would weaken the argument for AI-supported scaling. Security infrastructure demands more than a model accuracy claim. Consumers need to understand how automated output enters records and how corrections occur.

The third signal is behavior among NVD-dependent platforms and enterprise teams. Watch whether vendors integrate SSVC, vendor-supplied severity, affected-product data, and KEV signals without presenting them as interchangeable.

Successful adaptation would produce clearer prioritization with visible provenance. Poor adaptation would produce conflicting dashboards, missing mappings, and false reassurance around unscheduled records.

Organizations should examine their own dependency on NVD enrichment now. Teams can inventory which scanners use NVD severity, CPE mappings, or NIST-authored analysis. They can then identify where vendor advisories and package data provide necessary backup.

Developers should also track vulnerability findings against AI-assisted code changes. The goal is not to ban generated code. It is to determine whether review, testing, and remediation keep pace with output.

Security teams can create separate measures for discovery and closure. Relevant measures include verified findings, exploitable findings, median remediation time, reopened issues, and false-positive review cost. Those measures reveal whether AI improves defense.

Readers following this story through Google News should expect fewer universal claims and more operational evidence. The useful question is not whether AI writes insecure code. Every development method can produce insecure code.

The sharper question asks whether verification capacity grows with automated production and discovery. NIST’s policy change says the old balance has already failed at national scale.

AI-assisted triage offers a plausible response, especially for repetitive enrichment work. However, it must preserve evidence, uncertainty, and accountable review. Otherwise, automation will make vulnerability data move faster without making it more trustworthy.

NIST now faces a test shared by every software organization adopting coding agents. It must use automation without confusing output volume with completed security work.

What should teams do next? Map where NVD data enters security decisions, preserve alternate sources, and measure remediation rather than alert counts. Then watch whether NIST’s automation improves verified enrichment without hiding consequential errors.

That is the real story behind the Google News headline. AI has expanded the speed of software creation and vulnerability discovery. The remaining bottleneck is judgment, and no model should be allowed to conceal it.

Get started for free

A local first AI Assistant w/ Personal Knowledge Management

remio only supports Windows 10+ (x64) and M-Chip Macs currently.

​Add Search Bar in Your Brain

Just Ask remio

Remember Everything

Organize Nothing

bottom of page