800-137 Is Almost Old Enough to Vote
Information Security Continuous Monitoring, or ISCM, is the backbone of how the Department of Defense and federal government manage cybersecurity risk on an ongoing basis. Rather than treating security as a one-time checklist, ISCM requires agencies to maintain constant awareness of their information security posture, vulnerabilities, and threats so they can make timely, risk-informed decisions. The foundational guidance for this approach is NIST Special Publication 800-137, titled Information Security Continuous Monitoring (ISCM) for Federal Information Systems and Organizations, published in September 2011 (NIST, 2011). Under this framework, federal agencies and DoD components are expected to define a monitoring strategy, establish metrics and frequencies for assessing security controls, and implement automated tools wherever possible to collect and report on security data. The framework ties directly into the broader Risk Management Framework outlined in NIST SP 800-37 and supports the continuous authorization process that agencies use to maintain their Authority to Operate (NIST, 2011). In practice, this means organizations use tools like vulnerability scanners, Security Information and Event Management systems, and configuration management databases to feed dashboards that leadership relies on for risk decisions. The intent of NIST 800-137 was to move the government away from static, paper-based security assessments and toward a dynamic, data-driven approach to organizational risk management. However, an incident that unfolded just this month demonstrates exactly why this fifteen-year-old framework is dangerously out of step with the threats organizations face today.
On March 19, 2026, a threat group known as TeamPCP used compromised credentials to hijack Trivy, one of the most widely used open-source vulnerability scanners in the industry, built by Aqua Security (Aqua Security, 2026). The attackers force-pushed 75 out of 76 version tags in the official trivy-action GitHub Actions repository and replaced all seven tags in the setup-trivy repository with malicious commits (CrowdStrike, 2026). Because over ten thousand CI/CD workflow files on GitHub reference this action, the potential blast radius was enormous. Any organization running Trivy scans in their pipeline using mutable version tags instead of pinned commit hashes was potentially exposed to credential-stealing malware injected directly into their build process (CrowdStrike, 2026). The attack did not stop there. Because LiteLLM, a popular AI proxy library downloaded roughly 3.4 million times per day, used Trivy in its own CI/CD pipeline, TeamPCP was able to leverage the compromised scanner to steal the LiteLLM maintainer’s PyPI credentials (The Hacker News, 2026). On March 24, the attackers published two backdoored versions of LiteLLM on PyPI containing a multi-stage payload: a credential harvester that swept SSH keys, cloud provider credentials, Kubernetes secrets, cryptocurrency wallets, and environment files; a Kubernetes lateral movement toolkit that deployed privileged pods across every node; and a persistent systemd backdoor polling an external server for additional malicious binaries (The Hacker News, 2026). The compromised packages were live for approximately three hours before PyPI quarantined them, but the damage window for organizations with automated dependency updates was immediate (Microsoft, 2026). The incident was assigned CVE-2026-33634 with a CVSS score of 9.4 out of 10, reflecting how a single compromised security tool cascaded into a full supply chain breach affecting AI infrastructure, cloud environments, and developer pipelines simultaneously (CrowdStrike, 2026).
This incident exposes the fundamental shortcomings of relying on NIST 800-137 as the basis for continuous monitoring in 2026. The framework was written in 2011, when Amazon Web Services was barely five years old, Docker containers did not exist, Kubernetes had not been invented, GitHub Actions were a decade away, and the concept of CI/CD pipelines as a primary attack surface was not on anyone’s radar (NIST, 2011). NIST 800-137 was designed around the assumption that agencies owned and operated their own networks with clearly defined perimeters, and its guidance reflects that era (NIST, 2011). It contains no meaningful direction on monitoring software supply chains, third-party code dependencies, build pipeline integrity, or the mutable tag references that made the Trivy compromise possible (Aqua Security, 2026). Federal audits conducted in 2025 confirmed that agencies’ ISCM policies frequently fail to address how cloud-inherited controls are monitored or how rapid changes in cloud environments should be tracked and reported. The framework’s lack of specificity on automation coverage requirements and its inability to account for ephemeral, code-defined infrastructure leaves organizations applying fifteen-year-old monitoring concepts to an attack surface that the framework’s authors could not have anticipated. When a security scanner itself becomes the attack vector and a compromised AI library can exfiltrate Kubernetes secrets within hours (The Hacker News, 2026), the gap between what NIST 800-137 prescribes and what organizations actually need to monitor is not a theoretical concern. It is an active, exploitable vulnerability in our risk management posture.
It is well past time for NIST 800-137 to receive a comprehensive revision that reflects the tools, threats, and practices of the current era. While NIST has published supplementary documents like SP 800-137A in 2020 and the updated Cybersecurity Framework 2.0 in 2024 (NIST, 2024), the core ISCM guidance itself remains frozen in 2011. A modernized version should mandate continuous monitoring of CI/CD pipeline integrity, including verification of build artifacts, dependency provenance, and immutable references for all third-party actions and packages, precisely the controls that could have limited the Trivy compromise (CrowdStrike, 2026). It should embrace the capabilities that artificial intelligence and machine learning bring to continuous monitoring, such as behavioral analytics that detect anomalous activity across millions of events in real time, automated threat correlation that connects indicators of compromise across disparate data sources, and predictive risk scoring that helps organizations prioritize response before incidents escalate. Modern security scanning, including static application security testing, dynamic analysis, software composition analysis, and container image verification, should be embedded at every stage of the software development lifecycle as standard components of an updated ISCM strategy. The framework should also require real-time API-driven monitoring for cloud environments, mandate integration with zero-trust architectures, and provide guidance on monitoring AI systems that introduce their own unique risk profiles. The Trivy and LiteLLM supply chain attack is not an isolated event (Microsoft, 2026). It is the latest in a pattern that includes SolarWinds in 2020 and Log4j in 2021, each one demonstrating that the attack surface has moved far beyond what NIST 800-137 was designed to address. Applying security concepts in support of organizational risk management requires frameworks that evolve alongside the threats they are meant to mitigate, and the Department of Defense and federal agencies deserve ISCM guidance built for the world they actually operate in today, not the world of 2011.
- NIST. SP 800-137: Information Security Continuous Monitoring (ISCM) for Federal Information Systems and Organizations. csrc.nist.gov
- Aqua Security. (2026, March 19). Trivy Supply Chain Attack: What You Need to Know. aquasec.com
- The Hacker News. (2026, March). TeamPCP Backdoors LiteLLM Versions 1.82.7–1.82.8 via Trivy CI/CD Compromise. thehackernews.com
- CrowdStrike. (2026, March). From Scanner to Stealer: Inside the trivy-action Supply Chain Compromise. crowdstrike.com
- NIST. Cybersecurity Framework 2.0. nvlpubs.nist.gov
- Microsoft Security Blog. (2026, March 24). Guidance for Detecting, Investigating, and Defending Against the Trivy Supply Chain Compromise. microsoft.com