Skip to main content
Why Does My POA&M Keep Breaking Between Audits?Control Types & Framework
4 min readFor Compliance Managers

Why Does My POA&M Keep Breaking Between Audits?

Compliance managers and ISSOs running NIST SP 800-53 programs often find their clean assessment reports turning into findings lists just months later. This issue arises during implementation discussions, handoff meetings, and when someone discovers that a documented control no longer works.

Q1: We passed our assessment. Why are we already out of compliance?

Your assessment tested a snapshot, but your environment is constantly changing.

Most organizations fail NIST SP 800-53 compliance a few months after the assessment, not during it. Typically, you close findings quickly, get your Security Assessment Report, and then return to normal operations. Accounts drift, configuration baselines change, and vulnerability scans are acknowledged but not remediated.

The assessment checked if your controls worked on a specific date. It didn't assess your ability to maintain them. For example, AC-2(3) requires disabling inactive accounts within a defined period, say 90 days. You showed compliance by presenting a query result. If you don't run that query monthly and address exceptions, you're non-compliant once an account exceeds 90 days.

Your System Security Plan (SSP) describes intentions. Continuous compliance measures outcomes.

Q2: How often do we need to reassess controls?

It depends on what you mean by "reassess."

A full independent assessment is needed annually for FedRAMP; every two years might suffice for private companies without federal mandates. However, that's the maximum interval.

Vulnerability scanning (RA-5, SI-2) should be done at least monthly, weekly for databases under FedRAMP. POA&M review (CA-5) should be monthly, with real completion dates and assigned owners. Ongoing control assessment (CA-7) should be continuous or quarterly for a subset of your controls.

A practical model is to assess about a quarter of your controls each quarter, ensuring all controls are reviewed annually. Maintain monthly scanning and POA&M discipline. Conduct a full internal assessment annually and bring in an independent assessor every two years.

The federal program is shifting away from point-in-time assessments. FedRAMP's 20x modernization, announced for March 2025, aims for continuous, machine-readable evidence and automated validation. If your evidence relies on screenshots, you're accumulating technical debt.

Q3: Which controls break between audits?

The same ones repeatedly.

Physical controls (PE family) rarely change. Policy controls (the -1 control in every family) are updated annually. Controls that decay include AC-2 and AC-2(3) (orphaned accounts, stale privileges), CM-6 (configuration baseline deviation), CM-8 (asset inventory divergence), RA-5 and SI-2 (unpatched findings), and AU-6 (logs collected but not reviewed).

These controls describe states that drift unless actively maintained. You can't implement AC-2(3) once and forget it. You need a process that continuously enforces the control condition.

Focus on these first. Use daily IdP queries against your HR system for User Lifecycle Management, continuous config scanning with SCAP or cloud security posture management, and scanner-to-ticket integration for vulnerability aging. Use policy-as-code assertions for authenticator policies.

Other controls can run on documented periodic reviews. Focus engineering efforts where decay is highest.

Q4: Our POA&M is full of "in progress" items with past completion dates. What's wrong?

Your POA&M should be an operational tool, not just a document for auditors.

CA-5 requires ongoing monitoring of the Plan of Action and Milestones. Each open item needs a named owner and a real, defensible completion date. Set risk-based deadlines: 30 days for critical, 90 days for high, 180 days for moderate, and one year for low risks. Review monthly with the seriousness of a sprint review.

Risk acceptance should be a documented decision with business justification and a system owner's signature, not a default status due to difficult remediation. High or critical severity items shouldn't remain "risk accepted" indefinitely.

If your POA&M has items older than a year with no progress, that's the finding. The real failure is governance.

Q5: How do we avoid scrambling for evidence every audit cycle?

Build evidence pipelines, not hunts.

Grade your evidence: Tier 1 is machine-generated telemetry from authoritative sources, Tier 2 is automated validation results, and Tier 3 is human-produced artifacts like screenshots and meeting minutes.

Tier 3 is the cost of failing to instrument controls. Inventory your controls by evidence tier. The goal isn't perfection but improving the ratio each quarter, ensuring no high-risk control depends on last-minute screenshots.

If you can't generate your SSP from your control data, you have a document, not a program.

Q6: We made a system change. Do we need to reassess before the annual audit?

If the change impacts control implementation, yes, and catch it before deployment.

CM-3 (configuration change control) is where continuous compliance happens. Integrate a security-impact assessment into your change process. Answer three questions in a pull-request template: Does this change the authorization boundary or introduce a new external interface? Does this change how data is stored, transmitted, or classified? Does this alter any control in the SSP?

Any "yes" should route to your ISSO, update the control narrative, and trigger reassessment before deployment. A significant change reaching the assessor before you is the worst scenario.

Where to go for more

Start with CA-7 (continuous monitoring) and create a rolling assessment schedule. Use automated telemetry for controls that drift (AC-2, CM-6, RA-5, SI-2). Convert organization-defined values into measurable service-level objectives and display them on dashboards. Treat your POA&M as a live remediation backlog with real completion dates.

The shift from annual assessments to continuous compliance isn't optional. FedRAMP is already there. Your next assessor will want evidence that proves the control works today, not just that it worked in March.

You Might Also Like