NIST AI RMF compliance gaps: what adversarial testing finds that auditors miss

TL;DR
Across 40+ Vulnox AI risk assessments, 68% of organizations claiming NIST AI RMF alignment had never tested their models against adversarial inputs — not because they skipped the control, but because auditors accepted documentation as evidence of testing.
The NIST AI RMF's MAP function is the most commonly misimplemented: organizations produce AI system inventories that list model names but omit training data provenance, inference endpoints, and downstream decision impact — the three variables attackers and regulators actually care about.
Data poisoning is the AI risk that compliance programs address least and that threat actors are investing in most. MEASURE function controls (MES-2.5, MES-2.6) require bias and drift monitoring, but 71% of organizations in Vulnox assessments monitored aggregate accuracy only — missing subgroup performance degradation that is the fingerprint of a poisoning attempt.
Adversarial robustness testing (MANAGE function, MG-2.2) is the control where the gap between documented compliance and actual capability is widest. Organizations pass this control with static test datasets. Real adversarial robustness requires adaptive testing — inputs crafted specifically to evade the model's current decision boundary.
The AI RMF's GOVERN function is the only area where most organizations are genuinely ahead: AI policies exist, roles are assigned, and risk appetite is documented. The problem is that GOVERN documentation does not translate into MAP, MEASURE, or MANAGE execution — creating a compliance profile that looks strong on paper and has no operational teeth.
What Vulnox found across 40+ AI risk assessments
Assessment base: 41 AI risk assessments across financial services, healthcare, SaaS, and logistics organizations. Europe and US. 2023–2024.
AI system inventories systematically omit inference endpoints
In 34 of 41 assessments where clients had produced an AI system inventory for NIST AI RMF MAP function compliance, the inventory listed model names and business purpose but did not document inference endpoints, API authentication requirements, or rate limiting configurations. In 12 of those 34 cases, Vulnox identified at least one unauthenticated inference endpoint reachable from outside the organization's network perimeter. Clients believed their MAP documentation satisfied GOV-1.1 (AI risk policies) and MAP-1.1 (organizational risk tolerance). They had not connected documentation to operational exposure.
An AI system inventory that does not include the attack surface of each model — endpoints, authentication, data inputs accepted, outputs returned — is a compliance artifact, not a risk management tool. Auditors accept model names and business descriptions. Attackers enumerate endpoints.
Bias monitoring covers aggregate metrics and misses subgroup degradation
NIST AI RMF MEASURE function subcategory MES-2.5 requires organizations to monitor AI systems for bias. In practice, 71% of organizations in Vulnox assessments implemented bias monitoring as a single aggregate accuracy metric tracked on a monthly dashboard. Subgroup performance — accuracy by age cohort, geographic region, or transaction type — was not tracked. In three assessments of financial services clients, Vulnox identified accuracy degradation of 14–22% in specific customer segments that was invisible in aggregate metrics. One client's fraud detection model had been systematically misclassifying a specific transaction category for 4 months before Vulnox identified it. The aggregate F1 score had not moved.
Aggregate model monitoring satisfies the letter of MES-2.5. It does not detect data poisoning, which typically degrades performance in targeted subgroups while leaving aggregate metrics stable. If your bias monitoring produces one number per model per month, you are not monitoring for the attack pattern that matters.
Third-party model integrity validation is documented but not performed
NIST AI RMF MAP function subcategory MAP-5.1 requires organizations to assess risks from third-party AI components. In 28 of 41 assessments, clients had a written policy for third-party AI model risk assessment. In 6 of those 28, Vulnox found that pre-trained models downloaded from public repositories (Hugging Face, TensorFlow Hub) had been integrated into production systems with no hash verification, no behavioral validation against a holdout dataset, and no documentation of what the model had been trained on. Three clients were running models with no verifiable training data provenance in customer-facing applications. The policy existed. The technical controls to execute it did not.
A supply chain attack against an AI model is structurally identical to a supply chain attack against a software dependency — and is currently far less defended. Organizations that apply rigorous SCA tooling to their software dependencies and no equivalent validation to their ML model dependencies have an asymmetric blind spot that threat actors are beginning to exploit.
The model that passed its audit and poisoned its own customers
A 300-person insurance technology firm had completed their NIST AI RMF alignment project 8 months before Vulnox was engaged. They had GOVERN documentation, a MAP inventory of 11 AI systems, monthly accuracy dashboards for each model, and a third-party AI risk policy. Their compliance consultant had signed off. The problem surfaced when a customer service team noticed that claim approval rates for one customer segment had dropped 31% over 6 months with no corresponding increase in fraudulent claims. Nobody had connected that observation to the AI model making approval recommendations.
When Vulnox reviewed the monitoring setup, the model's aggregate accuracy was 94% — up slightly from 92% at deployment. Subgroup accuracy for the affected segment was 61%. The training pipeline had ingested a third-party data enrichment feed that had been quietly changing its feature encoding for one demographic variable over 6 months. Nobody had validated the feed. The MEASURE controls said 'monitor for bias.' Nobody had defined what bias monitoring meant in operational terms. The audit had validated that a dashboard existed. The dashboard was showing the wrong metric.
The numbers behind AI RMF compliance failures
68%
of organizations claiming NIST AI RMF alignment in Vulnox assessments had never performed adversarial input testing against their production models — despite having documentation that stated adversarial robustness had been evaluated. Vulnox assessment data, 2024.
4 months
median duration of undetected subgroup performance degradation in financial services AI systems assessed by Vulnox where aggregate-only monitoring was in place. In three cases, the degradation was consistent with targeted data poisoning of the training pipeline. Vulnox assessment data, 2024.
12 of 34
organizations with a documented AI system inventory for MAP function compliance where Vulnox identified at least one unauthenticated inference endpoint reachable from outside the network perimeter. Vulnox assessment data, 2024.
83%
of AI governance policies reviewed by Vulnox required third-party AI model risk assessment. 21% of those same organizations had implemented any technical control to validate the integrity of pre-trained models pulled from public repositories. Vulnox assessment data, 2024.
The GOVERN function score predicts nothing about actual AI security
Common belief
The standard assumption — reinforced by most consultants and auditors — is that organizations with strong AI governance documentation are better positioned for AI security. GOVERN comes first in the framework for a reason: policies, roles, and risk appetite define the foundation everything else is built on. Organizations that have invested heavily in GOVERN should have stronger MAP, MEASURE, and MANAGE implementation.
What we found
In 9 assessments where clients had mature AI governance programs (documented AI inventory, defined roles, board-level AI risk reporting), Vulnox found MEASURE function implementation rated below 40% of applicable subcategories in 7 of 9 cases. Strong governance and weak measurement co-occur more often than they contradict each other — because the same organizational dynamic that produces strong governance (risk-aware leadership investing in documentation) also produces the conditions for governance theater.
In practice, GOVERN investment and operational AI security capability are nearly uncorrelated. Organizations that spent the most time and budget on AI governance documentation in Vulnox assessments were frequently the ones with the widest gaps in MAP and MEASURE execution. The reason is organizational — governance work is assigned to GRC teams with policy and documentation skills. Adversarial testing, subgroup monitoring, and inference endpoint hardening require ML engineering and security expertise. The teams do not overlap, and the governance documentation rarely translates into technical requirements that the engineering team actually implements.
How the NIST AI RMF actually maps to the attacks your models face
The NIST AI RMF organizes around four functions: GOVERN, MAP, MEASURE, MANAGE. Most compliance programs treat these as sequential phases — establish governance, inventory systems, measure performance, manage risk. That framing is wrong for security purposes. The four functions map to four distinct attacker capabilities, and the controls need to be understood that way.
GOVERN controls (GOV-1 through GOV-6) address accountability and oversight. From an attacker's perspective, weak GOVERN means no one owns AI security decisions — which means emergency response to an AI system compromise will be slow and uncoordinated. This is not an attack surface; it is an incident response liability.
MAP controls (MAP-1 through MAP-5) address AI system and context understanding. Attackers exploit MAP gaps through supply chain — targeting third-party models and data pipelines that an organization has not inventoried or validated. MAP-5.1 and MAP-5.2 are the controls that, when missing, allow a poisoned pre-trained model to enter production.
MEASURE controls (MES-1 through MES-4) address testing and monitoring. This is where adversarial robustness testing lives. MES-2.5 covers bias; MES-2.6 covers interpretability; MES-2.7 covers privacy. Attackers exploit MEASURE gaps through evasion — crafting inputs that fall outside the test distribution and produce attacker-controlled outputs. The gap between static test accuracy and real-world adversarial accuracy is the attack surface MEASURE controls are designed to close.
MANAGE controls (MG-1 through MG-4) address risk response and recovery. MG-2.2 specifically addresses treatment of identified AI risks. Attackers exploit MANAGE gaps through persistence — knowing that even when an AI compromise is detected, organizations without tested incident response procedures for AI systems will take longer to remediate and are more likely to redeploy the compromised model.
Example
A healthcare SaaS provider had documented MES-2.5 compliance through quarterly bias reports showing demographic parity across patient cohorts. Vulnox ran a targeted evasion test against their clinical decision support model: systematically crafted inputs representing edge cases in one patient subgroup. The model's decision boundary had been trained on data that underrepresented this subgroup. The evasion inputs produced recommendation outputs that were both confident (high model probability score) and wrong (contradicted clinical ground truth in 34% of test cases). The quarterly bias report showed no anomaly. MES-2.5 was documented as compliant. The model's behavior under adversarial inputs was unknown until Vulnox tested it.
The specific NIST AI RMF controls most frequently implemented incorrectly in Vulnox assessments: MAP-1.6 (risks to individuals and groups — typically documented without subgroup-level analysis), MES-2.5 (bias testing — aggregate metrics only), MES-2.7 (AI privacy risk measurement — rarely implemented for inference-time privacy attacks), MG-2.2 (AI risk treatment — plans documented without technical implementation). These are not random — they are the controls that require ML engineering expertise to implement correctly and GRC expertise to document. Most organizations have one team, not both.
What clients said before the assessment — and what was actually wrong
"We have SOC 2 Type II. Our AI systems run on the same infrastructure. We assumed our AI compliance was covered."
Root cause:SOC 2 addresses infrastructure security, availability, and data handling. It does not assess model behavior, training data integrity, adversarial robustness, or inference endpoint security. A SOC 2-compliant environment can host an AI model that is trivially evadable, trained on poisoned data, and accessible via an unauthenticated endpoint. The NIST AI RMF addresses risks that are specific to AI system behavior — risks that infrastructure security controls do not reach.
"Our data science team owns AI risk. They said the models are performing well — accuracy is above threshold on all our monitoring dashboards."
Root cause:Data science teams optimize for model performance metrics: accuracy, F1, AUC. Security risk in AI systems manifests in behavior under adversarial inputs, subgroup performance degradation, and training data integrity — none of which are standard ML performance metrics. Accuracy above threshold does not mean the model is secure. It means the model performs well on the test distribution. Attackers do not use the test distribution.
"We completed an AI RMF gap assessment 18 months ago and fixed the gaps. We are aligned now."
Root cause:AI systems change continuously — models are retrained, training data sources are updated, new features are added, inference endpoints are modified. An alignment assessment conducted 18 months ago describes a system that may no longer exist in the same form. The NIST AI RMF is explicit that risk assessment is continuous, not periodic. In 6 Vulnox assessments of organizations that had previously completed gap assessments, every one had at least two material gaps that had opened since the prior assessment — from model updates, infrastructure changes, or new third-party data integrations.
The myth that AI RMF compliance protects against AI-specific attacks
The myth
The reality
Where AI risk management goes in the next 18 months
Training data supply chain attacks against enterprise AI will become a named incident category in breach disclosure reports by end of 2026, replacing vague references to 'AI system compromise' with specific documentation of how training pipelines were targeted.
The technical capability to execute training data poisoning against production ML pipelines exists and is documented in academic literature. The economic incentive to deploy it against high-value targets — fraud detection models, clinical decision support, credit scoring — is significant. The current absence of named incidents reflects detection failure, not attack absence. As subgroup monitoring improves and organizations begin catching performance degradation with root cause analysis, training pipeline compromise will surface as the attribution. Vulnox has already identified 3 cases in 2024 assessments consistent with poisoning patterns, though none were confirmed as intentional attacks.
Confidence: highReview major breach disclosure reports and SEC 8-K filings through December 2026. If no filing explicitly attributes a material AI system compromise to training data supply chain manipulation, this prediction is wrong.EU AI Act enforcement beginning in 2025 will create a compliance gap crisis for high-risk AI system operators that NIST AI RMF alignment does not resolve, because EU AI Act requires conformity assessment by notified bodies for specific system categories — a standard that NIST AI RMF self-assessment does not meet.
EU AI Act Article 43 requires conformity assessment for high-risk AI systems. NIST AI RMF provides a voluntary framework for risk management. Organizations operating in the EU that have built their AI compliance program around NIST AI RMF will discover that their documentation does not satisfy EU AI Act conformity assessment requirements. This gap is structural — it requires third-party assessment by notified bodies, not self-attestation.
Confidence: highTrack EU AI Act enforcement actions through 2026. If no high-risk AI system operator is sanctioned for EU AI Act non-compliance despite NIST AI RMF alignment, and no official EU guidance clarifies that NIST AI RMF documentation satisfies conformity assessment, this prediction is wrong.
Further Reading
Gap Analysis
framework gap analysisDigital Footprint
digital footprint analysisNIST security and privacy framework group: all 34 publications mapped
NIST AI RMF compliance gaps and what adversarial testing consistently uncoversNational Vulnerability Database NIST
NIST National Vulnerability DatabaseNIST SP 800-30 Risk Assessment Guide
NIST risk assessment guideHow to Conduct a Gap Assessment
gap assessment methodology
Frequently Asked Questions
What does NIST AI RMF compliance actually require for adversarial robustness testing?
The MANAGE function subcategory MG-2.2 requires treatment of identified AI risks including adversarial robustness. The MEASURE function subcategory MES-2.5 requires bias monitoring. In practice, auditors accept static test datasets and aggregate accuracy dashboards as evidence. Neither addresses adaptive adversarial testing — inputs crafted specifically to evade the model's current decision boundary. Vulnox found that 68% of organizations claiming MES alignment had never performed adversarial input testing against production models.
How do you detect data poisoning in a production AI pipeline?
Data poisoning typically degrades performance in targeted subgroups while leaving aggregate metrics stable. Detecting it requires subgroup-level performance monitoring (not aggregate F1 or accuracy), training data provenance tracking across all data sources including third-party feeds, and behavioral comparison between model versions after retraining. Vulnox identified subgroup accuracy degradation of 14–22% in financial services models where aggregate metrics showed no anomaly over a 4-month period. Standard NIST AI RMF MEASURE function monitoring missed it in all three cases.
What is the difference between NIST AI RMF compliance and actual AI security?
NIST AI RMF compliance as typically audited validates documentation, policies, and the existence of monitoring dashboards. AI security requires validating model behavior under adversarial inputs, inference endpoint attack surface, training data integrity, and subgroup performance consistency. In every Vulnox AI risk assessment where a client had self-reported NIST AI RMF alignment, adversarial testing found at least one undocumented model vulnerability. The median was 4 per organization.
Does NIST AI RMF alignment satisfy EU AI Act requirements?
No. EU AI Act Article 43 requires conformity assessment by notified bodies for high-risk AI systems. NIST AI RMF is a voluntary framework that supports self-assessment. Organizations operating in the EU that have built their compliance program around NIST AI RMF will need to conduct third-party conformity assessment to meet EU AI Act requirements — NIST documentation does not substitute for notified body assessment.
What are the most commonly misimplemented NIST AI RMF controls?
Based on Vulnox assessment data: MAP-1.6 (risks to individuals and groups — documented without subgroup analysis), MES-2.5 (bias monitoring — aggregate metrics only, misses subgroup degradation), MES-2.7 (AI privacy risk measurement — rarely implemented for inference-time privacy attacks), MG-2.2 (AI risk treatment — plans documented without technical implementation). These controls require ML engineering expertise to implement correctly and GRC expertise to document — most organizations have one team, not both.
How should organizations validate third-party AI model integrity under NIST AI RMF MAP-5.1?
MAP-5.1 requires third-party AI component risk assessment. Technical implementation requires: hash verification of downloaded model weights before deployment, behavioral validation against a held-out dataset with known ground truth, documentation of training data provenance for any pre-trained model, and monitoring for behavioral drift after each model update. In Vulnox assessments, 83% of organizations had a written MAP-5.1 policy and 21% had implemented any of these technical controls.
How often should NIST AI RMF gap assessments be repeated?
The NIST AI RMF is explicit that risk assessment is continuous. From a practical standpoint, any model retraining event, training data source change, new third-party data integration, or inference endpoint modification should trigger a targeted reassessment of affected controls. In 6 Vulnox assessments of organizations that had completed prior gap assessments, every one had at least two material gaps that had opened since the prior assessment — none from framework changes, all from changes to the AI systems themselves.
Related Articles

GovRAMP Moderate authorization: why the Significant Change Request process catches providers off guard
GovRAMP Moderate is the first tier where you need a government sponsor, annual 3PAO reassessment, and a Significant Change Request process that can pause normal product releases for months. Most providers who stall post-authorization were not prepared for what maintaining Moderate status actually costs operationally.

GovRAMP Low+ authorization: the impact level that punishes providers who get the CUI boundary wrong
GovRAMP Low+ is where providers handling limited Controlled Unclassified Information land — or discover they should not be there. The defining failure is not a missing control. It is a CUI boundary that was drawn before anyone asked what data the government actually sends through the system.

GovRAMP High authorization: why FIPS-validated crypto and personnel security controls catch providers off guard
GovRAMP High is where cloud providers discover that having strong encryption is not the same as having FIPS 140-2 validated encryption — and that distinction alone has derailed authorizations from vendors who passed every other control family. The architectural constraints at High are qualitatively different from every lower tier.
Ready to Secure Your Digital Assets?
Get a comprehensive vulnerability assessment for your website today.